Category : Flutter App

Flutterdevconnect.web.app Be together, whenever. A simple way to text chat and plan things all in one place for flutter developers.  Android  IOS  Web Try Now Live on web Download Apk Installation Download & Setup FLutter Sdk Clone the repo Connect to Firebase Web Update Google Sing In API Key License Getting Started This project is ..

Read more

flutter_healthcare_app    Healthcare app is a design implementation of Healthcare Mobile App designed by Chirag Chauhan Download App  Android Screenshots HomePage Detail Page iOS Screenshots HomePage Detail Page Directory Structure Pull Requests I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Download Helthcare app Source code ..

Read more

milestone_progress Flutter package for IOS and Android to display progress through milestone progress widget. Screenshots ## Usage [Example]https://github.com/harpreetseera/MilestoneProgressView/blob/master/example/example_app.dart) To use this package : add the dependency to your pubspec.yaml file. dependencies: flutter: sdk: flutter milestone_progress: How to use /* use this widget to create the milestone progress view Note:The widget doesnot maintain its state itself.So to see ..

Read more

account_selector A Flutter package which provides helper widgets for selecting single or multiple account/user from a list Supported Dart Versions Dart SDK version >= 2.1.0 Demo Screen Shots Demo Gif Installation Add the Package dependencies: account_selector: ^0.0.2 How to use Import the package in your dart file import ‘package:account_selector/account.dart’; import ‘package:account_selector/account_selector.dart’; Create an account list ..

Read more

flutter_neumorphic A complete, ready to use, Neumorphic ui kit for Flutter Try Flutter-Neumorphic on your browser :  https://flutter-neumorphic.firebaseapp.com/   Installation https://pub.dev/packages/flutter_neumorphic dependencies: flutter_neumorphic: ^1.0.7 The in your .dart files import ‘package:flutter_neumorphic/flutter_neumorphic.dart’;  Widgets Preview Widget Description Neumorphic The main Neumorphic Widget, a container which adds white/dark gradient depending on a lightsource and a depth NeumorphicButton A neumorphic button ..

Read more

dart-sip-ua A dart-lang version of the SIP UA stack, ported from JsSIP. Overview Use pure dart-lang SIP over WebSocket (use real SIP in your flutter/web apps) Audio/video calls (flutter-webrtc) and instant messaging Support with standard SIP servers such as OpenSIPS, Kamailio, Asterisk and FreeSWITCH. Currently supported platforms  iOS  Android  Web  macOS  Linux  Windows  Fuchsia Quickstart for Web platform Install ..

Read more

flutter-webrtc-demo Flutter WebRTC plugin Demo Online Demo: https://demo.cloudwebrtc.com:8086/ Usage git clone https://github.com/cloudwebrtc/flutter-webrtc-demo cd flutter-webrtc-demo flutter packages get flutter run Note If you want to test P2P Call Sample, please use the webrtc-flutter-server, and enter your server address into the example app. screenshots iOS Android Download flutter-webrtc source code on GitHub https://github.com/cloudwebrtc/flutter-webrtc-demo FlutterappworldProvides the list of the opensource Flutter ..

Read more

Covid19detector : Detecting COVID-19 from X-Ray  App can detect COVID via X-Ray image, just use some sample image available in the listed links.  Android  IOS  Web Made with Teachable Machine & Flutter Covid X-Ray Image Dataset – https://github.com/ieee8023/covid-chestxray-dataset for positive cases. Kaggle X-Ray Chest Images – https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia for negative cases Learn How to Build this : Build a Cat-Dog Detector App ..

Read more

flutter_bloc meets sealed_unions Quick Start Extend UnionNImpl class MyState extends Union4Impl<Initial, Loading, Success, Failure> { static final unions = const Quartet<Initial, Loading, Success, Failure>(); MyState._(Union4<Initial, Loading, Success, Failure> union) : super(union); factory MyState.initial() => MyState._(unions.first(Initial())); factory MyState.loading() => MyState._(unions.second(Loading())); factory MyState.success({String data}) => MyState._(unions.third(Success(data: data))); factory MyState.failure({String error}) => MyState._(unions.fourth(Failure(error: error))); } class Initial {} class Loading {} ..

Read more

An extension to the bloc state management library which automatically persists and restores bloc states. Overview hydrated_bloc exports a HydratedStorage interface which means it can work with any storage provider. Out of the box, it comes with its own implementation: HydratedBlocStorage. HydratedBlocStorage is built on top of path_provider for a platform-agnostic storage layer. The out-of-the-box storage implementation reads/writes to file using the toJson/fromJson methods on HydratedBloc and should ..

Read more

Simplify Equality Comparisons Overview Being able to compare objects in Dart often involves having to override the == operator as well as hashCode. Not only is it verbose and tedious, but failure to do so can lead to inefficient code which does not behave as we expect. By default, == returns true if two objects are the same instance. Let’s say we ..

Read more

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 on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

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

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/flutterecomapp FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

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

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 on GitHub FlutterappworldProvides the list of the opensource Flutter ..

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

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/MDSADABWASIM/Toughest FlutterappworldProvides the list of the opensource Flutter apps collection with ..

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