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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

Short Description: The EasyRichText widget provides a easy way to use RichText. extended_rich_text The EasyRichText widget provides an easy way to use RichText when you want to use specific style for specific word. This widget split string into multiple TextSpan by defining a <pattern,TextStyle> Map; Getting Started Installing: dependencies: easy_rich_text: ‘^0.1.0’ Usage: String str = ..

Read more

Flutter Cinematic This app is a Flutter port of the native Android App Cinematic. My intention in creating this app was understanding the intricacies of building apps in Flutter. Just like the native Android App this app does not make any efforts in being a nicely architectured application. That being said the whole point is ..

Read more

Invoice Ninja Companion app for the Invoice Ninja web app. Google Play Store Apple App Store Features Dashboard Clients Products Invoices Quotes Payments Projects Tasks Vendors Expenses Tablet support Web/Version 2 Setting up the app Initialize the config filecp lib/.env.dart.example lib/.env.dart Support running the code unsigned on Androidcp android/app/build.gradle.dev android/app/build.gradle Run the appflutter run Note: ..

Read more

Map Launcher Map Launcher is a flutter plugin to find available maps installed on a device and launch them with a marker for specified location. Android iOS Currently supported maps: Google Maps Baidu Maps Amap (Gaode Maps) Apple Maps (iOS only) Get started Add dependency dependencies: map_launcher: any For iOS add url schemes in Info.plist ..

Read more

Auth This library package works with four plugins: firebase_auth google_sign_in flutter_facebook_login flutter_twitter All four are used to log into a Firebase backend. If you’re familiar with these plugins, you’ll be able to quickly use this class library. Installing I don’t always like the version number always suggested in the ‘Installing‘ page. Instead, always go up ..

Read more

Add Ads to your App in a Snap! This Dart package will utilize the plugin, firebase_admob, so to quickly and easily implement ads into a Flutter app. Installing I don’t like the version number always suggested in the ‘Installing‘ page. Instead, always go up to the ‘major‘ semantic version number when installing my library packages. ..

Read more