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 ..

Read more

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, ..

Read more

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 ..

Read more

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, ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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” ..

Read more

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, ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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..

Read more

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 ..

Read more

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: ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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. ..

Read more