Category : Flutter App

CurvedAnimationController An easy way to use AnimationController with Curve. Getting Started You should ensure that you add the controller as a dependency in your flutter project. dependencies: curved_animation_controller: ^1.0.1 You can also reference the git repo directly if you want: dependencies: curved_animation_controller: git: https://github.com/salkuadrat/curved_animation_controller.git You should then run flutter packages upgrade or update your packages in IntelliJ. ..

Read more

Colours An extended version of Flutter Colors with more swatches and more flexibility to generate your own custom swatch. Getting Started In your flutter project add the dependency: or reference the git repo directly: Examples Suppose your brand color is #00aa13.  Gojek Brand Color [#00aa13] You can generate your own custom swatch using: It will generate ..

Read more

CoolQuiz (Flutter – Dart) A simple yet elegant Quiz App developed with Flutter. Some of the Widgets and Plugins used TextFormField Buttons Snackbar Shared Preferences Files FutureBuilder Builder Row Columns etc. Features Saves user information with Shared preferences Saves quiz score in a file, so when user restarts the app, he/she can check the previous ..

Read more

admob_flutter A Flutter plugin that uses native platform views to show Admob banner ads! This plugin also has support for Interstitial and Reward ads. Installation Add this to your package’s pubspec.yaml file: dependencies: admob_flutter: “<LATEST_VERSION>” Install it – You can install packages from the command line: flutter pub get Android Specific Setup Update your AndroidManifest.xml ..

Read more

Short Intro: A Dart library for accessing common Win32 APIs using FFI. No C required! A package that wraps some of the most common Win32 API calls using FFI to make them accessible to Dart code without requiring a C compiler or the Windows SDK. Perhaps of as much use as the APIs themselves, this ..

Read more

barcode  Barcode generation library for Dart that can generate generic drawing operations for any backend. If you are looking to print barcodes, use pub:pdf. If you want to display barcodes in a Flutter application, use pub:barcode_widget. To generate SVG barcodes see the example tab. To generate barcodes in images, use pub:barcode_image. Live example with Flutter Web: https://davbfr.github.io/dart_barcode/ They all ..

Read more

Pdf creation library for dart/flutter  This library is divided into two parts: a low-level Pdf creation library that takes care of the pdf bits generation. a Widgets system similar to Flutter’s, for easy high-level Pdf creation. It can create a full multi-pages document with graphics, images, and text using TrueType fonts. With the ease of ..

Read more

Flutter Number Picker is a custom widget designed for choosing an integer or decimal number by using add and minus buttons. Getting Started Head to /pubspec.yaml and add below dependencies like this: OR Run flutter packages get or use the GUI equivalent Now in your code import ‘package:flutter_number_picker/flutter_number_picker.dart’; You’re ready to go! Creating FlutterNumberPicker Widget CustomNumberPicker( initialValue: 10000, maxValue: 1000000, ..

Read more

Welcome to Riverpod! This project can be considered as a rewrite of provider to make improvements that would be otherwise impossible. For learning how to use Riverpod, see its documentation: https://riverpod.dev Long story short: Declare your providers as global variables:final myNotifierProvider = ChangeNotifierProvider((_) { return MyNotifier(); }); class MyNotifier extends ChangeNotifier { int count; // TODO: typical ChangeNotifier logic } ..

Read more

Cloth Shop – Flutter Cloth Shop it’s an example using Flutter for Android and iOS. About This repository serves the source code for the Ecommers sample mobile app for iOS and Android. Getting Started Ensure Flutter SDK is installed correctly, flutter doctor Fetch dependent Dart/Flutter packages, flutter pub get Due to we use compile-time JSON serialization and ..

Read more

Short Intro: Have you been turned into a problem with writing code for Http requests? This package can help. It has all of the Http and model codegen functionality you have been looking for.  Build dart types from Swagger/OpenAPI schemas SwaggerDartCodeGenerator is a code generator that looks for *.swagger files and builds .swagger.dart files, based on the schema. Codegenration ..

Read more

GesturePasswordWidget   English | 简体中文 A gesture-unlocking control for Flutter that supports a high degree of customization. Demo: 1)A simple and common demo. Rendering: Code: GesturePasswordWidget( lineColor: const Color(0xff0C6BFE), errorLineColor: const Color(0xffFB2E4E), singleLineCount: 3, identifySize: 80.0, minLength: 4, errorItem: Image.asset( ‘images/error.png’, color: const Color(0xffFB2E4E), ), normalItem: Image.asset(‘images/normal.png’), selectedItem: Image.asset( ‘images/selected.png’, color: const Color(0xff0C6BFE), ), answer: [0, 1, 2, ..

Read more

TikTok Flutter Clone of TikTok with Flutter and Firebase. Preview Video Demo: https://youtu.be/sMKg6ILYgv0 Caracteristics -TikTok UI-Swipe Videos-Dynamic Video Data Source-User Data (Name, Image)-Animations(Image rotation) Libraries -video_player.-cloud_firestore:-cached_network_image Installation 1.-Clone or download this repository git clone https://github.com/salvadordeveloper/TikTok-Flutter.git 2.-Config your Firebase instance and insert the google-service.json in android/app/ or ios/Runner 3.-Config flutter project : flutter pub get Database The ..

Read more

  Overview Flutter plugin to add Camera support inside your project. CamerAwesome include a lot of useful features like:  Live camera flip ( switch between rear & front camera without rebuild ).  No init needed, just add CameraAwesome widget !  Instant focus.  Device flash support.  Zoom.  Fullscreen or SizedBox preview support.  Complete example.  Taking a picture ( of course  ).   Installation and usage Set permissions iOS add these on ios/Runner/Info.plist file <key>NSCameraUsageDescription</key> ..

Read more

Flutter Animated Sliced Button New Animated Sliced Button Widget. It is very primitive now, but I will work for asymmetrical fragmentation and dispersion in different ways as soon as possible. Screenshots Download Animated Sliced Button widget source code on GitHub Check out the implementation details on PUB: https://pub.dev/packages/animated_sliced_button FlutterappworldProvides the list of the opensource Flutter ..

Read more

fvm Flutter Version Management: A simple cli to manage Flutter SDK versions. FVM helps with the need for a consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, ..

Read more

Cupertino Icons his is an asset repo containing the default set of icon assets used by Flutter’s Cupertino widgets. Usage https://pub.dev/packages/cupertino_icons Issues For issues, file directly in the main Flutter repo. Icons For a list of all icons, see CupertinoIcons class documentation constants. For versions 0.1.3 and below, see this glyph map. Download Cupertino Icons widget source code on GitHub ..

Read more

flutter_post A Flutter sample app lists news articles provided by google newsApi. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples Fonts used Raleway Screenshots For help getting started ..

Read more

Contra Flutter Kit Flutter application built on top of contra wireframe kit. Thorough this project i will be developing all the screens in flutter and sharing in couple of series post. Kits Contra flutter kit will be having screens developed in all the categories.(Currently only onboarding kit is available) Onboarding Login Forms Menus Dialogs Toast ..

Read more

MyNews A fully customize & personalize news app, featuring world & local news, and top-headlines topics Screenshots Technologies Front-end Flutter SDK ScopedModel for state management Storage SQLite Shared preferences Back-end Firebase Google Geolocation News API – newsapi.org Download News app source code on GitHub https://github.com/omergamliel3/MyNews FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

custom_navigation_bar A custom navigation bar with bubble click effect. Overview This project is inspired by this post from Dribbble and The Boring Flutter Development Show, Ep. 35 This package gives you a cute bubble effect when you click on the navigation bar. Dribbble: Implemented: Gallery How to install Add this to your package’s pubspec.yaml file: dependencies: custom_navigation_bar: ^0.3.0 ..

Read more

Official CLI for the GetX™ framework. This CLI is in Beta stage, use with caution. // To install: pub global activate get_cli // To create a flutter project in the current directory: // Note: By default it will take the folder’s name as project name // You can name the project with `get create project:my_project` // If ..

Read more

Languages: English (this file), Brazilian Portuguese, Spanish,Polish. About Get  GetX is an extra-light and powerful solution for Flutter. It combines high performance state management, intelligent dependency injection, and route management in a quick and practical way. GetX has 3 basic principles, this means that this is the priority for all resources in the library PERFORMANCE: GetX is focused ..

Read more

Waste-Classifier An app built to classify waste/garbage into organic waste or recyclable waste. The app was built using the Flutter framework. It uses a Neural Network model created using Tensorflow and converted to Tensorflow Lite. Architecture Screenshots Organic Recyclable Download Waste Classifier app source code on GitHub https://github.com/RyuuKenshi/Waste-Classifier FlutterappworldProvides the list of the opensource Flutter ..

Read more

Short into: A collapsible sidebar for Flutter apps implementing the Material Design. collapsible_sidebar A collapsible sidebar for Flutter apps implementing the Material Design. Features Material Design Pre-built customizable tile widgets (CollapsibleItems) Smooth Animation Supported platforms Flutter Android Flutter iOS Flutter web Flutter desktop ???? Version 1.0.7+2 ✨  Added ability to handle lists of icons Added ..

Read more

Supercharged Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers. ???? fully tested ???? well documented ???? enterprise-ready For dart web/native projects you can use ⚡ Supercharged Dart. ⛏️ Getting started  Add the dependency supercharged: ^1.X.X (find recent version) to your project and start using Supercharged everywhere: ???? Highlights  Transform any String to colors Helpful string functions: Handle user input: Effortless aggregation for Iterable<int> and Iterable<double>: Advanced ..

Read more

Retter IOS/Android Reddit app created with Flutter https://play.google.com/store/apps/details?id=com.mzegar.flutterreddit Screenshots Building from source Clone the repo, cd Retter-master Run using flutter run or open with an IDE such as Android Studio Contribution I’m open to anyone contributing to this repo. I’d advise using Android Studio and running a dartfmt before creating a pull request: dartfmt. Pages are setup using Mobx and a viewmodel pattern. ..

Read more

payments_card_animation A payment card fill with 3d flip animation. Design inspired by this design. Download 3d flip animation card app UI source code on GitHub https://github.com/CarmineToriello95/payments_card_animation FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

arkit_flutter_plugin Short intro: Flutter Plugin for ARKit – Apple’s augmented reality (AR) development platform for iOS mobile devices. Note: ARKit is only supported by mobile devices with A9 or later processors (iPhone 6s/7/SE/8/X, iPad 2017/Pro) on iOS 11 and newer. For some features iOS 12 is required. Usage Depend on it Follow the installation instructions from Dart ..

Read more

Expandable A Flutter widget that can be expanded or collapsed by the user. Introduction This library helps implement expandable behavior as prescribed by Material Design: Motion > Choreography > Transformation Components > Cards > Behavior Expandable should not be confused with ExpansionPanel. ExpansionPanel, which is a part of Flutter material library, is designed to work only within ExpansionPanelList and cannot ..

Read more

Flutter Avatars – Bottts A high performance Flutter Widget to render Bottts svg avatars on android/ios devices. It’s faster than other classical approaches because it’s not using any API, rather it’s rendering SVG strings on the fly ! Bottts : Characters Originally Designed by Pablo Stanley, the Sketch library can be found on bottts.com. Getting Started Create Bottt object: // Create ..

Read more