A Flutter plugin to use the Cloud Firestore API. For Flutter plugins for other Firebase products, see README.md. Setup To use this plugin: Using the Firebase Console, add an Android app to your project: Follow the assistant, download the generated google-services.json file and place it inside android/app. Next, modify the android/build.gradle file and the android/app/build.gradle file to add ..
Category : Flutter App
A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera. Installation First, add image_picker as a dependency in your pubspec.yaml file. iOS Add the following keys to your Info.plist file, located in <project root>/ios/Runner/Info.plist: NSPhotoLibraryUsageDescription – describe why your app needs permission for the ..
firebase_auth plugin A Flutter plugin to use the Firebase Authentication API. For Flutter plugins for other Firebase products, see README.md. Usage Configure the Google sign-in plugin The Google Sign-in plugin is required to use the firebase_auth plugin for Google authentication. Follow the Google sign-in plugin installation instructions. If you’re using Google Sign-in with Firebase auth, be sure to ..
path_provider A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android. Usage To use this plugin, add path_provider as a dependency in your pubspec.yaml file. Example Directory tempDir = await getTemporaryDirectory(); String tempPath = tempDir.path; Directory appDocDir = await getApplicationDocumentsDirectory(); String appDocPath = appDocDir.path; Please see the example app of ..
iOS Flutter Playground Playground app for Flutter. It contains a list of Cupertino widgets for example. Preview Home ActionSheet Alert Home Sliver Nav Bar Tab bar 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 ..
15. Check if release mode or not You can use kReleaseMode constant to check if the code is running in release mode or not. kReleaseMode is a top level constant from foundation.dart. More specifically, this is a constant that is true if the application was compiled in Dart with the ‘-Ddart.vm.product=true’ flag. (from https://api.flutter.dev/flutter/foundation/kReleaseMode-constant.html) import ..
Flutter Google Map Example A Flutter application demonstrates the google map. Preview Listener and Marker Compass MapTypes Plugin google_maps_flutter from the flutter team. Usage To use this plugin, add google_maps_flutter: latest_version as a dependency in your pubspec.yaml file. Getting Started Get an API key at https://cloud.google.com/maps-platform/. Android Specify your API key in the application manifest ..
Cricket Team A Flutter application that demonstrates simple CRUD operations with a Firebase cloud database. Preview Home Empty Swipe Add Player Update Player Add Firebase to your app Create a Firebase project. Check out the Firebase documentation for setting up the firebase in your flutter application. Create a new Firebase console project Add Cloud Firestore ..
Fluttery Filmy ???? Movie app which is developed using flutter and powered by tmdb. Preview Screenshot Listing Screen Detail Screen What’s next? Movies Details Maintain the state Improve Design Animations How to contribute? Check out contribution guidelines ????CONTRIBUTING.md Getting Started For help getting started with Flutter, view online documentation. 1. Setup Flutter 2. Clone the ..
Flutter Playground Playground app for Flutter. It contains a list of examples I have created. Preview Home App bar Navigation Drawer Left Navigation Drawer Right Navigation Drawer Right Navigation Drawer Text Span Text Underline AboutListTile Rotated Box Grid Paper Expansion Tile BackdropFilter Collapsible Toolbar Bottom Navigation Animated Icons Animated Size Progress Button Staggered Animation Tab ..
url_launcher A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android. Usage To use this plugin, add url_launcher as a dependency in your pubspec.yaml file. Example import ‘package:flutter/material.dart’; import ‘package:url_launcher/url_launcher.dart’; void main() { runApp(Scaffold( body: Center( child: RaisedButton( onPressed: _launchURL, child: Text(‘Show Flutter homepage’), ), ), )); } _launchURL() async ..
Shared preferences plugin Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a persistent store for simple data. Data is persisted to disk asynchronously. Neither platform can guarantee that writes will be persisted to disk after returning and this plugin must not be used for storing critical data. Usage To use this plugin, add shared_preferences ..
google_fonts NOTE: This package is in Beta. The API is subject to change. The google_fonts package for Flutter allows you to easily use any of the 960 fonts (and their variants) from fonts.google.com in your Flutter app. Getting Started With the google_fonts package, .ttf files do not need to be stored in your assets folder ..
Fast shopping Fast shopping is a simple application for easy shopping list-making, for everyone. Goal This application was made to resolve a certain problem in a certain way. There are many people that don’t want to use a voice assistant and find other apps available on the market too much overwhelming, too complex, bloated with ..
Another client for Reddit, but this time, it’s not just a client. It’s a different way of browsing photos, GIFs, memes and other things there! Glance About the app Glance is an unofficial client for Reddit. However, it allows you to only browse through media posts such as photos and videos. Its purpose is mainly ..
This is an example app in which the backdrop can be expanded or contracted with a swipe gesture. Swipe to Expand backdrop example Example app to demonstrate the ability to expand or contract backdrop using a swipe gesture Demo Installing Clone this repo Use “flutter run” to run the app Getting Started This project is ..
Fritter for Reddit is a Reddit Client built with Flutter Light Mode Dark Mode Download A Reddit client built using Flutter Source Code on GitHub https://github.com/Vulfpeck/fritter_for_reddit FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
FlutterBleLib A library for all your Bluetooth Low Energy needs in Flutter. Internally utilizes Polidea’s MultiPlatformBleAdapter, which runs on RxAndroidBle and RxBluetoothKit. BLE Simulator This library supports BLEmulator, the BLE simulator. The simulation allows one to develop without a physical smartphone or BLE peripheral and use one’s production BLE–related code in automated testing. Usage To ..
Flutter Weather A Flutter application to view current weather status. This is my first project on my journey to learning and understanding flutter and dart. Features ✅ Beautiful minimal UI ✅ Dark and Light themes ✅ Current temperature, max and min temperature, sunset, sunrise ✅ Custom icons for each weather condition ✅ 5 day forecast ..
Calcolapizza Calcolapizza lets you calculate the exact recipe for your pizza doughs in a few seconds. Set how many dough balls you want to make, their weight, the desired hydration, and all the other values and calculate your custom pizza recipe. You can also save it for future use or share it with your friends. ..
shopping_app Build your own Flutter eCommerce shopping app with Flutter open-source code and get source code on GitHub. 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 Download ..
cloud_storage_status Flutter app for clod storage status checker. Built your own clod status checker with Flutter with this open-source project. 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 ..
movie_db Screenshots: https://www.behance.net/cybdom This project took +4 hours to complete if I charged the Average US rate it would cost around = 200usd, However, I am sharing the code for free, and I’d appreciate it if you could show some love by buying me some coffee. Thank you 🙂 Getting Started This project is a ..
hotel_booking Original Design: https://dribbble.com/shots/7967793-Travel-App RESULT 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, ..
Created using Flutter, I am learning about this amazing framework and creating UI for generic Forum application Login Screen Home Screen Forum Screen Download Flutter Forum Application Source code on GitHub https://github.com/sriram15/ForumAppPrototype FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
gnewsclone This is a clone of the Google News mobile app. I will try to develop it as close as possible. I am new to Flutter, and I might end refactoring and rewriting code as often as possible. Wish me luck! Getting Started This project is a starting point for a Flutter application. A few ..
story_view Story view for apps with stories. This a Flutter widget to display stories just like Whatsapp and Instagram. It can also be used inline/inside ListView or Column just like the Google News app. Comes with gestures to pause, forward and go to the previous page. Features ???? Still image, GIF and video support ???? ..
The missing location picker made in Flutter for Flutter. ⚠️ Please note: This library will NOT be affected by the deprecation of Place Picker as indicated here. ???? Remember to enable Places API, Maps SDK for Android and Maps SDK for iOS for your API key. Usage To use this plugin, add place_picker as a ..
News_Application A new Flutter project. Getting Started This project is a starting point for a Flutter application. Google Sing-In. Internet Connectivity Checker. Share the News to Social Media Platforms. News are separated by Categories. User Can log in and LogOut. Swipe to Refresh. Can read full Article. Some cool Animations. Screenshots Download Flutter News App ..
Pie Chart This Flutter package provides a Pie Chart Widget with cool animation. ???? Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: pie_chart: <latest version> ❔ Usage Import this class import ‘package:pie_chart/pie_chart.dart’; Usage is simple. Pie Chart is a widget and it just needs a Map<String, double> as its data ..
Search Widget This Flutter package provides a Search Widget for selecting an option from a data list. It provides the filtering of items based on the search text. ???? Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: search_widget: <latest version> ❔ Usage Import this class import ‘package:search_widget/search_widget.dart’; Add Search Widget ..
Physics Concepts by Ayush P Gupta A Flutter project for physics concepts. About Learn Physics Concept in more visual ways. Wave Theory, Ray Optics are difficult to understand in plain theory. Hence learn all of them in more animating visual ways. Website: https://physics-concepts.firebaseapp.com/ Download Source code of Flutter Physics Concepts App on GitHub https://github.com/apgapg/flutter_physics_concepts FlutterappworldProvides ..
flutter_email_sender Allows send emails from flutter using native platform functionality. In android it opens default mail app via intent. compileSdkVersion 28 is used in this plugin and it should be used in app too. In iOS MFMailComposeViewController is used to compose an email. Example final Email email = Email( body: ‘Email body’, subject: ‘Email subject’, ..
Short Description: A Flutter plugin for authenticating users by using the native TwitterKit SDKs on Android & iOS. flutter_twitter_login A Flutter plugin for using the native TwitterKit SDKs on Android and iOS. This plugin uses the new Gradle 4.1 and Android Studio 3.0 project setup. Dart support Dart 1: 1.0.x. Dart 2: 1.1.0 and up. ..
Short Description: A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs. flutter_facebook_login A Flutter plugin for using the native Facebook Login SDKs on Android and iOS. AndroidX support if you want to avoid AndroidX, use version 1.2.0. for AndroidX Flutter projects, use versions 2.0.0 and up. Installation To ..
What is inKino? inKino is a multiplatform Dart app for browsing movies and showtimes for Finnkino cinemas. InKino showcases Redux, has an extensive set of automated tests and 40% code sharing between Flutter and web. The Android & iOS apps are made with a single Flutter codebase. The progressive web app is made with AngularDart. ..
Flutter UI for ToucanPay App A Flutter representation of ToucanPay App UI design by Michał Jarosz in Dribble. Star this repo if you like what you see. ???? Screenshots Author(s) Emmanuel Fache Getting Started Note: Make sure your Flutter environment is setup. Installation In the command terminal, run the following commands: Download Flutter UI Template ..
????Foodybite Flutter representation of a Restaurant app UI i found in Uplabs. It only consists of 2 screens. Star⭐ the repo if you like what you see????. ???? ScreenShots 1 2 3 4 ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc) ..
flutter_travel_booking A Flutter Travel Booking app UI concept Design This design UI is inspire from https://dribbble.com/shots/6510521-Travel-App-for-booking-unique-experience App UI HomePage Detail Download Flutter Travel Booking App UI Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
flutter_food_ordering Food ordering app UI design Design This design UI is inspire from https://dribbble.com/shots/7025581-Food-Delivery-App Download free Flutter Food Ordering App UI Template on GitHub https://github.com/Chunlee17/flutter_food_ordering FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
