flutter_fire_base_register How login, register and log out Firebase. Textformfield with focusNode InheritedWidget exam. Stream provider usage. App Home To use this package : add the dependency to your pubspec.yaml file. provider: ^5.0.0 firebase_core: ^1.1.0 cloud_firestore: ^2.0.0 firebase_auth: ^1.1.3 paste it in the specified path android\app\build.gradle android { defaultConfig{ multiDexEnabled true } } Getting Started This project is ..
Official Flutter packages for Stream Activity Feeds The official Dart client for Stream Activity Feeds, a service for building activity feed applications. This library can be used on any Dart project and on both mobile and web apps with Flutter. You can sign up for a Stream account at https://getstream.io/get_started. Quick Links Register to get an API key ..
APS Navigator – App Pagination System This library is just a wrapper around Navigator 2.0 and Router/Pages API that tries to make their use easier: Basic feature set What we’ve tried to achieve: Simple API Easy setup Minimal amount of “new classes types” to learn: No need to extend(or implement) anything Web support (check the ..
Flutter Dropdown_Below A Flutter Dropdown library which is customize flutter dropdownbutton widget. Options options description required itemWidth dropdown item’s box width X itemTextstyle dropdown item’s text style X boxTextstyle seletced box text style X boxPadding seletced box inner padding X boxHeight seletced box height X boxWidth seletced box width X hint text before you choose ..
flutter_text_form_field This project have a splash screen by using animation and creating profile. Login and Register. Page transition animation App Splash App Home 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 ..
About This package allows you to draw dotted lines with Flutter. Usage Parameter Default Description direction Axis.horizontal The direction of the entire dotted line. lineLength double.infinity The length of the entire dotted line. lineThickness 1.0 The thickness of the entire dotted line. dashLength 4.0 The length of the dash. dashColor Colors.black The color of the ..
fofoofoflights A Flight booking/reservation app built with Flutter and Firebase backend. Features Comes with OTP Login Optional Gmail Login Profile Page Prerequiste: Youll need a GoogleServices.json from firebase for both Android and IOS in order to use Firebase OTP and Gmal Login Screenshot Download Flight Booking App source code..
FaceNetAuthentication Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library. Stack Flutter For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. https://flutter.dev/ Tensorflow lite TensorFlow Lite is an open source deep ..
flutter_osm_plugin osm plugin for flutter apps (only Android for now, iOS will be supported in future) current position change position tracking user location customize Icon Marker assisted selection position draw Road,recuperate information (duration/distance) of the current road ClickListener on Marker calculate distance between 2 points address suggestion draw shapes simple dialog location picker Getting Started ..
PassMan PassMan Logo © 2021 by Yash Ahir is licensed under CC BY-NC 4.0 A simple, cross-platform password manager created with Flutter. How to run this Install Flutter for your platform of choice from here. This project uses Moor for persistent storage and as such supports all platforms that Moor does. As mentioned in the supported platforms page for ..
yaz Yaz Package for State, Content and User’s Options Managements Introduction This package is supported for Web, Mobile and Desktop applications. Yaz Package is consisted of two parts; 1) State Management Demo App Video Yaz Package is a state management package in the first place. It uses only ChangeNotifier for the whole process, due to this it ..
Material Floating Search Bar A Flutter implementation of an expandable floating search bar, also known as persistent search, similar to the ones used extensively by Google in their own apps. Click here to view the full example. Installing Add it to your pubspec.yaml file: dependencies: material_floating_search_bar: ^0.3.4 Install packages from the command line If you like this package, consider ..
tweet_png A flutter app to generate beautiful, high-quality screenshots of tweets from twitter. Follow on Instagram for more using the app get your twitter V2 API key. sign-up API v2 build the app with flutter to whatever target (does not support web due to CORS) add your API key in the “new tweet” bottom-sheet (this will get persisted) ..
Sort & Filter UI A new Flutter project. Getting Started This project is a starting point for a Flutter application. Preview 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 ..
extended_text Language: English | 中文简体 Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow and custom selection toolbar and handles. Table of contents extended_text Table of contents Speical Text Create Speical Text SpecialTextSpanBuilder Image ImageSpan Selection TextSelectionControls Control ToolBar Handle Default Behavior Custom Behavior Custom Background Custom Overflow ..
notifi.it App | Website | Backend Install Flutter https://flutter.dev/docs/get-started/install flutter channel master flutter upgrade create .env with the content run the backend Install docker MacOS build & run sudo xcode-select –switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch flutter doctor flutter config –enable-macos-desktop flutter build macos flutter run -d macos Tests Lint & Test bash ./pre-commit.sh Set screenshot asserts Extras Add ..
Chat Demo Description A chat app made by Flutter and Firebase. Support login with google account, chat with any user, send text, image and sticker, update avatar and profile. Watch the demo video for more clarity: https://youtu.be/MOHE68LI5Eg Check my general guidance to know more and how to do it: https://medium.com/@duytq94/building-a-chat-app-with-flutter-and-firebase-from-scratch-9eaa7f41782e Extension Push notification messages. Demo: https://youtu.be/TL–RKbNPt8 Article: https://medium.com/@duytq94/flutter-chat-app-extended-push-notification-messages-a26c669f4675 Screenshot ..
A Flutter implementation of DialogFlow, improved. Build your integrations with DialogFlow easier and faster. About the package Dialog Flow on Flutter, now with Null Safety support! DialogFlowtter is a package that helps you to build integrations with DialogFlow easier and faster. Authenticate with Google Auth Json Get an authenticated http client so you can talk ..
emoji_picker_flutter Yet another Emoji Picker for Flutter Note: This package is based on emoji_picker which has been deprecated and not maintained anymore. Therefore I decided to create a modernized version of it and fixing existing issues. Key features Lightweight Package Faster Loading Null-safety Completely customizable Material Design and Cupertino mode Emojis that cannot be displayed are filtered out ..
114 Holy Quran Search AppSearching By Word and getting the Surah & the Ayah where the word is located and how many times the word is repeated in quran. Demo · Report bug · Request feature Table of contents Quick start Screenshots Built With Creator Thanks Quick start This app is for Searching By Word and getting the Surah & the Ayah where the ..
phone_form_field Flutter phone input integrated with flutter internationalization Features Totally cross platform, this is a dart only package / dependencies Internationalization support, without bloated json with all translations. Phone number validation Extends Flutter’s FormField Uses dart phone_numbers_parser for parsing Demo Demo available at https://cedvdb.github.io/phone_form_field/ Usage PhoneFormField( initialValue: phoneNumber, autofocus: true, decoration: InputDecoration( labelText: ‘Phone’, border: OutlineInputBorder(), ..
flutter_grid_button Flutter widget that arrange buttons in a grid. It is useful for making a number pad, calculator, and so on. Getting Started To use this plugin, add flutter_grid_button as a dependency in your pubspec.yaml file. dependencies: flutter_grid_button: Import the library in your file. import ‘package:flutter_grid_button/flutter_grid_button.dart’; See the example directory for a complete sample app using GridButton. Or use the ..
Character code constants This package defines symbolic names for some character codes (aka. code points). They can used when working directly with characters as integers, to make the code more readable: if (firstChar == $A) …. This is not an official Google package, and is not supported by Google. Usage Import either one of the libraries: ..
When your app is opened, there is a brief time while the native app loads Flutter. By default, during this time the native app displays a white splash screen. This package automatically generates iOS, Android, and Web native code for customizing this native splash screen background color and splash image. Supports dark mode, full screen, ..
This is an open-source public transport app packed with cool features Try it out Platform Link iOS Get on Testflight Android Download the latest APK Web (BETA) Try the Web version Features A beautiful route search and view. A simple but powerfull timetable. AI-powered smart suggestions. Open-source, add your own country to the app! See ..
Flutter Chi A clone food delivery app made by flutter and Bloc using api of Yelp and Zomato Screenshots home page profile page account page pick page restaurants page search page Download Food Delivery App UI source code on GitHub https://github.com/TingzhouJi..
Flutter Firebase Chat Core Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI. Flyer Chat is a platform for creating in-app chat experiences using Flutter or React Native. This repository contains Firebase BaaS implementation for Flutter. We are also working on our more advanced SaaS and self-hosted solutions. Free, open-source and community-driven. We ..
Faiadashu™ FHIRDash — Widgets for Digital Health Mission Build beautiful healthcare apps fast — use the Flutter™ SDK and follow the HL7® FHIR® standard. FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7. Features A ready-made ..
Youtube Downloader Flutter This is a cross platform app (currently tested on Android and Windows) to download videos from YouTube, it’s still a WIP. It is mostly e remake of YoutubeDownloader. You can search a video from YouTube (within the app) and chose which stream you’d like to download. If FFMPEG is added to the path ..
It always looks cool to control any electrical equipment with a mobile device remotely without even going near it. Today, we will demonstrate how you can give any normal AC power plug, socket or switch a touch of magic using IoT. This will enable us to control any electrical equipment in our house using a mobile device, with the help of ..
Wallace & Gromit: The Big Fix Up launched in January 2021, thanks to the collaboration between multi-award-winning independent animation studio Aardman and storytelling venture Fictioneers (a consortium of Potato, Tiny Rebel Games, and Sugar Creative). Available on iOS and Android devices in the UK, US, and Canada, the free app creates a narrative-driven experience, taking the user ..
Learn how we avoided the state management debate when building the eBay Motors app. When we discuss the eBay Motors app, the question we are most often asked is, “Which state management solution does eBay Motors use?” The simple answer is we mostly manage state in StatefulWidgets, using Provider or InheritedWidgets to expose this state ..
Now with added functions and availability in more countries across five continents. The BMW Group is establishing itself as a leading automotive app developer and provider with a Flutter architecture developed 100% in-house. Munich. BMW is forging ahead with the development and rollout of the My BMW app. This key interface between smartphone and vehicle made ..
Movie Ticketing App Animation Using Flutter Hi! If you like it, don’t forget to smash the star button ^_^ Sorry for the shitty code btw. Movie Ticketing App https://github.com/triannoviandi/movie-tic..
Animal Conserv by sinaamiriyam Animal Conservation app design by sinaamiriyam Download Animal conservation app design source code on GitHub https://github.com/Muhibush/animal_conserv_by_si..
Flutter Clone Tokopedia Tokopedia Mobile App Clone Tokopedia with Flutter Download Tokopedia Mobile App source code..
animated_theme_switcher Animated theme switcher. This library starts from Peyman’s stackoverflow question how-to-add-animation-for-theme-switching-in-flutter Getting started Add animated_theme_switcher: “^2.0.1” in your pubspec.yaml dependencies. dependencies: animated_theme_switcher: “^2.0.1” How To Use Import the following package in your dart file import ‘package:animated_theme_switcher/animated_theme_switcher.dart’; Wrap MaterialApp with ThemeProvider widget, as it has shown in the following example: ThemeProvider( initTheme: initTheme, builder: (context, myTheme) { return ..
Tasky Mobile App A project management mobile app Art Getting Started This project is a starting point for a Flutter application. To clone this project, open your terminal or cmd Then locate the project on your system and open with android studio or Vscode or intellij IDE. To Run: then run: Build release version Switch ..
time_chart An amazing time chart in Flutter. Chart Types TimeChart AmountChart Getting Started 1 – Depend on it Add it to your package’s pubspec.yaml file dependencies: time_chart: ^0.1.0-nullsafety.1 2 – Install it Install packages from the command line flutter packages get 3 – Usage Just input your DateTimeRange list to data: argument. The list must be sorted. First data is latest, ..
flutter_jscore JavaScriptCore for Flutter. The plugin provides the ability to evaluate JavaScript programs from within dart. Demo Screen recording Apk Code Download Getting Started Add dependency // pub dependencies: flutter_jscore: ^last_version // import dependencies: flutter_jscore: path: Your local path // git dependencies: flutter_jscore: git: url: git://github.com/xuelongqy/flutter_jscore.git Super simple to use import ‘package:flutter_jscore/flutter_jscore.dart’; void runJS() { ..
