orderable_stack A Flutter orderable container : based on a “data items” list vertical or horizontal need a “itemBuilder” function to build the orderable parts Usage cf. orderable_stack_example Limitations All part must have same size Download Flutter orderable stack widget source code..
speech_recognition A flutter plugin to use the speech recognition iOS10+ / Android 4.1+ Basic Example Sytody, speech to todo app Installation Depend on it Add this to your package’s pubspec.yaml file: dependencies: speech_recognition: “^0.3.0” Install it You can install packages from the command line: Import it Now in your Dart code, you can use: import ..
Flutter animation interactive guide Try it online Curves visualizer Animated widgets demo : AnimatedContainer AnimatedAlign AnimatedPositioned AnimatedOpacity AnimatedDefaultTextStyle Staggered animation explorer web You need to be on Flutter master branch to run/build for web, and follow this instructions flutter run -d chrome mac os You need to be on Flutter master branch to run/build for web, ..
AudioPlayer A Flutter audio plugin (Swift/Java) to play remote or local audio files on iOS / Android / MacOS and Web. Online demo Features Android / iOS / MacOS / Web play remote file play local file ( not for the web) stop pause onComplete onDuration / onCurrentPosition seek mute Usage Example To use this ..
Fresh A Dart HTTP Client with built-in token refresh. Overview Fresh is a package which attempts to simplify custom API authentication by integrating token refresh and caching directly into the client. Fresh is flexible and is intended to support custom token refresh mechanisms. Usage Extend FreshClient // 1. Specify the Token Type class MyHttpClient extends ..
flutter_home_rental_app Flutter Home Rental App UI 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 For help getting started with Flutter, view our online documentation, which offers tutorials, samples, ..
Flutter Classified App Demo A sample app to showcase classified app using flutter. Demo Android Screen iOS Screen 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 For ..
Info Covid-19 Flutter’s application that provides information about Covid-19 in Indonesia Report Bug · Request Feature Table of Contents About the Project Demo Installation Roadmap Contributing License Contact Acknowledgements Buy Me a Coffee About The Project This application is built to give valid information about Covid-19 in Indonesia. Here are the sources of information used in this ..
Flutter Task Planner App Design Task Planner App is built in flutter. App design is based on Task Planner App designed by Purrweb UI. This app is static. I mean, This is a UI design. No backend. Screenshots HomePage Calendar Page Task Create Page Pull Requests I welcome and encourage all pull requests. It usually will take me ..
Info: An app to show everything bus related in Singapore, including arrival times and a directory. Flutter + Dart. NextBus SG An app to show everything bus related in Singapore, including bus arrival times and a directory, with extra features. Gallery Click here to see a detailed explanation of each screen. Features Click to reveal all features Click to reveal features for ..
galpi Book logging app made with Flutter. Build There are some secret files required for the build. These files include credentials for android build, firebase and more. For CI build, they should also be uploaded to travis CI (as env variables) after encryption. Encryption and upload of secrets are done by npm scripts. (Node and ..
Info: Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Loading GIFs High quality Android and iOS loading spinners. View Demo Loading GIFs is a collection of high fidelity loading animations in GIF format. Included are Android “Material Design” and iOS “Cupertino” ..
Andriod Login & Register UI #5 Design screens are on Behance. you can get XD file from there. Don’t forget to star the repo if you like what you see. Screenshots The screenshots below are taken on amy device MI NOTE 5 PRO. Requirements Any Operating System (ie. MacOS X, Linux, Windows) Android Studio A little knowledge of ..
Live Demo : http://bit.ly/flutterecomapp Design Credits : https://gumroad.com/l/kamartaj Youtube Video : https://youtu.be/OQ-6Zo0vbAk Download Flutter UI Source code on GitHub https://github.com/theindianappguy/flut..
pe_paytm A new Flutter package project for PayTm intergation in your Flutter Apps. #For Demo Getting Started Follow the following Steps to integrate the paytm payment in Flutter Application. Go to Firebase console and Create a Firebase Project (e.g. payments Testing). Set up Node.js and the Firebase CLIYou’ll need a Node.js environment to write functions, ..
Makemyquiz.web.app Create quiz, play them see detailed results and much more try now visit https://makemyquiz.web.app Features Included Google Sign In with Firebase Firebase Auth (Sign In & Sign Up) Firebase Cloud Firestore Acessign 500,000 Images via Pexels API and much more…. Getting Started This project is a starting point for a Flutter application. A few resources ..
Info: A simple rating bar for flutter which also includes a rating bar indicator, supporting any fraction of rating. A simple yet fully customizable rating bar for flutter which also includes a rating bar indicator, supporting any fraction of rating. Salient Features Set minimum and maximum rating Any widgets can be used as a rating ..
Dart A client-optimized language for fast apps on any platform Dart is: Optimized for UI: Develop with a programming language specialized around the needs of user interface creation Productive: Make changes iteratively: use hot reload to see the result instantly in your running app Fast on all platforms: Compile to ARM & x64 machine code ..
flutter_web_howl Howl.js wrapper for Flutter https://pub.dev/packages/flutter_web_howl You can now include Howl.js using initializeHowl() anywhere in your FlutterWeb plugin Then access Howl methods : class Howl { Howl({List<String> src, bool autoPlay = false}); void play(); void pause(); void stop(); HowlState state(); //loading, loaded, undefined double seek([double seek]); void mute(bool mute); bool get playing; double volume([double volume]); double get ..
Import JS Library Import & use javascript libraries in your flutter web projects. flutter: assets: – assets/howler.js importJsLibrary(url: “./assets/howler.js”, flutterPluginName: “audio_plugin_example”); Why Audio library compatible with Flutter Web : https://pub.dev/packages/assets_audio_player Howler.js Audio library for the modern web : https://howlerjs.com/ And after weeks, month, years, eternity later…. How to use it 1. Create your plugin Package https://flutter.dev/docs/development/packages-and-plugins/developing-packages flutter ..
YELL This is an open source project, feel free to work on this. you dont’t need to set up any extra things in this project just run this and you’ll be set to go. Your Education and Learning Leap One Can Find all the College Notes and Solutions here, Still Under Develpment Download Source code ..
assets_audio_player Play music/audio stored in assets files (simultaneously) directly from Flutter (android/ios / web). You can also use play audio files from the network using their URL try online: https://flutter-assets-audio-player.web.app flutter: assets: – assets/audios/ AssetsAudioPlayer.newPlayer().open( Audio(“assets/audios/song1.mp3”), autoPlay: true, ); Import dependencies: assets_audio_player: ^1.3.8 Web support You like the package ? buy me a kofi 🙂 Import ..
EgdroidChallenge challenge accepted A challenge code series idea suggested by an awesome android community Egdroid at this slack channel challenge series begin with custom animation. Animation examples splash screen animation view transformation animation transition animation SPLASH SCREEN ANIMATION TRANSITION ANIMATION VIEW TRANSFORMATION VIEW PROPERTY ANIMATION dribbble link Download source code..
Flutter Firebase Starter project Made with from Nepal A project you can clone to build your next project with Flutter with Firebase services. What Firebase features are implemented? Firebase Authentication Email based sign up/in Google Sign in Cloud Firestore Firebase Messaging Firebase analytics Properly track screen names Ability to track custom events Properly set userid and ..
Info: Interview questions and answers for preparation, built-in pure flutter also have CI implementation for learning. toughest An app for interview preparation. Unique animations. More than 100 questions and answer. Good UI. Featured in many websites. Made with and Flutter Download source code on GitHub https://github.com/MDSADABWASI..
Expenses Pal Who does not like to spend money on various things? Do we nowadays control ourselves or just do not care and randomly spend hard earned money? If you want to keep a track of your expenses and want to get a better understanding where your money goes, this app is for you. Features: ..
control_pad A virtual pad with joystick controller and configurable buttons. Features Joystick controller Pad’s buttons Configurable events interval Configurable colors Usage class HomePage extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(‘Control Pad Example’), ), body: Container( color: Colors.white, child: JoystickView(), ), ); } } Questions or Feedback? Feel free ..
Watermaniac We may not think of it, but water can have a large impact on our overall and day-to-day health. As I’m sure you may know, it is important to hydrate regularly in order to preserve adequate mental and physical functions. Many of us do not pay attention to how much water we are drinking ..
notesLock App is built over google’s flutter framework, it is simple, quick and easy to use the app to store your notes, having features like Auto-lock, Quick Note, List or Gird view, Beautiful UI and Icons, Finger Print Lock and Fonts. A lot of customizable settings choose from the keypad to fingerprint as per your ..
SimpleAutocompleteFormField A Flutter widget that wraps a TextFormField and assists with autocomplete functionality. example/lib/main.dart Download Flutter autocomplete TextFormField Widget Souce code..
Dart-calculator Simple Dart calculator for use in a CLI Related to the Medium article: Building a Simple CLI Calculator App in Dart Overview This application allows basic calculator functionality when running from a CLI. Recursion is used to continue functionality, and the user is allowed to exit at anytime via simply typing exit. The calculator can add, ..
flightflutter A flight Flutter Project. Getting Started flutter packages pub run build_runner build flutter build appbundle –build-name 0.0.1 –build-number 1 Download Flutter Flight project Source code on GitHub https://github.com/VB10/fli..
Short Info: Stories like in Instagram, each story can include multiple images and videos. Package supports video, titles, preliminary caching. flutter_instagram_stories A Flutter plugin for displaying stories just like Whatsapp & Instagram. Built-in groups (multiple stories with one icon), cache, video, gifs. Plugin can be used in any app for displaying news, educational content and ..
Mentorship Client Cross-platform client for Systers’ mentorship system, written in Flutter. How was it created? I really liked Systers‘ Mentorship System, wanted to try Flutter and had some free time during Christmas. Rationale Mentorship System aims to be as inclusive as possible for everyone. It should apply to user’s mobile operating system, too 🙂 Work status Application is ..
Finance_App_Flutter Personal Finance Application, in order to provide greater financial control for the user. Demo Video Finance App Video Install App GooglePlay Download App O App aborda: Download Personal Finance Application App Source Code on GitHub https://github.com/td-santos/Finance_A..
WebFeed A dart package for parsing RSS and Atom feed. Features RSS Atom Namespaces Media RSS Dublin Core Installing Add this line into your pubspec.yaml Import the package into your dart code using: Example To parse string into RssFeed object use: Preview RSS Atom License WebFeed is licensed under the MIT License – see the LICENSE.md file for details Download ..
Tsacdop About Enjoy podcasts with Tsacdop. Tsacdop is a podcast player developed with flutter, a clean, simply beautiful and friendly app, only support Android right now. Credit to flutter team and all involved plugins, especially webfeed and Just_Audio. The podcasts search engine is powered by ListenNotes. Features Subscriptoin group management Playlist support Sleep timer OMPL file export and import ..
Snaake Snaake is a small and very simple clone of the classic snake game from Nokia phones. Description The objective is very simple: eat the colorful dots to make the snake longer and to avoid biting itself or hit the wall. Controls: Swipe your finger horizontally to turn left/right. Swipe your finger vertically to turn ..
Example Flutter app Flutter application developed with Domain-Driven DesignExplore the docs » View Demo · Report Bug · Request Feature Table of Contents About the Project Built With Getting Started Prerequisites Installation Usage Roadmap Contributing License Contact Acknowledgements About The Project flutter_ddd is a learning project where I explore Domain-Driven Design with Flutter. The repository follows the progress of ResoCoder’s tutorial. ..
Instagram_clone Instagram Clone (Both frontend and backend) created with Flutter and Firebase. Show some ❤️ and star the repo to support the project. Note This repository is still under development and I will continue to add more features to it. Features Custom photo feed based on who you follow Post photo posts from camera or gallery Like ..
