Flutter H5Pay A Flutter plugin for h5pay(Support WeChat and Alipay) Usage Add flutter_h5pay as a dependency in your pubspec.yaml file. iOS Opt-in to the embedded views preview by adding a boolean property to the app’s Info.plist file with the key io.flutter.embedded_views_preview and the value YES. Notice When payment completed or cancelled,on IOS, if need to return to the App,you must add target URL ..
Record Mp3 Record an MP3 using the platform native API Depend on it Add this to your package’s pubspec.yaml file: Usage iOS Make sure you add the following key to Info.plist for iOS Example Download Record Mp3 app source code on GitHub https://github.com/shingohu/flutter_..
Gumao – A Game Character Collector App This Application is made in Flutter & Dart Design Credits This Design is from Dribbble by Vijay Verma. Packages Used flutter_swiper.dart Tech/framework used Built With Flutter Dart Screenshots/ Demo iOS 1. 2 3 Android 1. 2 Download Gumao app ui source code on GitHub https://github.com/iabhishek07/Gum..
YouTube Video Player YouTube Video Player is built in FLUTTER & DART Motivation As this project uses YouTube Data API v3, motivation for this project is to learn fetching data from an API into FLUTTER! Screenshots 1. 2 3 Tech/framework used Built With Flutter Dart YouTube API Download YouTube Video Player app source code..
Neumorphic Portfolio Design This is Neumorphic Portfolio Design User Interface Design created using Flutter! Screenshots 1 2 Download Neumorphic Portfolio Design source code..
Planeto (Planet education app in Flutter) This Application is made in Flutter & Dart Code Style Design Credits This Design is from Dribbble by Vijay Verma. Packages Used flutter_swiper.dart google_fonts.dart Tech/framework used Built With Flutter Dart Screenshots/ Demo iOS 1. 2 3 Android 1. 2 Download Planeto app source code..
covid19 A covid 19 application. Download here 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, ..
The Rick & Morty App Tech/framework used Built With Flutter Dart Screenshots/ Demo Android 1. 2 3 iOS 1. 2 Download The Rick & Morty App source code..
IntroductionScreen Introduction screen allow you to have a screen at launcher for example, where you can explain your app. This Widget is customizable (more in the future) with a great design. Introduction_screen use another package, dots_indicator, that I also created. Installation You just need to add introduction_screen as a dependency in your pubspec.yaml file. dependencies: introduction_screen: ^1.0.7 Example In ..
Syncfusion Flutter Date Range Picker The Syncfusion Flutter Date Range Picker is a lightweight widget that allows users to easily select a single date, multiple dates, or a range of dates. It provides month, year, decade, and century view options to quickly navigate to the desired date. It supports minimum, maximum, and disabled dates to ..
Syncfusion Flutter DataGrid The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance, even when loading large amounts data. Disclaimer: This is a commercial package. To use this package, you need to have either a Syncfusion commercial license ..
Syncfusion Flutter Maps Syncfusion Flutter Maps is a data visualization library written natively in Dart for creating beautiful and customizable maps from GeoJSON data. They are used to build high-performance mobile applications with rich UIs using Flutter. Overview Create a highly interactive and customizable maps widget that has features such as data labels, selection, markers, ..
Item Selector for Flutter A generic Flutter item selector that works with ListView, GridView, Row, Column, or basically any parent widget that can have indexed child widgets. It supports single-selection by tap, and multi-selection by long-press and drag with auto-scrolling. Preview ListView GridView Column Custom Usage To use this package, add item_selector as a dependency in your pubspec.yaml file. ItemSelectionController( ..
MercadoPago SDK module for Payments integration Usage To use this plugin, add mercadopago_sdk as a dependency in your pubspec.yaml file. Basic checkout Customized checkout Generic methods Basic checkout Configure your credentials Get your CLIENT_ID and CLIENT_SECRET in the following address: Argentina: https://www.mercadopago.com/mla/herramientas/aplicaciones Brazil: https://www.mercadopago.com/mlb/ferramentas/aplicacoes México: https://www.mercadopago.com/mlm/herramientas/aplicaciones Venezuela: https://www.mercadopago.com/mlv/herramientas/aplicaciones Colombia: https://www.mercadopago.com/mco/herramientas/aplicaciones Chile: https://www.mercadopago.com/mlc/herramientas/aplicaciones Instance with only access token Preferences Get an existent Checkout preference Create a Checkout preference Update ..
build_pubspec This package helps you convert fields from your pubspec.yaml file into Dart code. Based on the fields in your pubspec, this package will generate Dart code so that you can access these fields easily from your Flutter, AngularDart, command-line tool, or backend app. Common use-cases Create command-line apps and fill out the help headline and version commands automatically Create beautiful ..
flutter_tflite_audio This plugin allows you to use tflite to make audio/speech classifications. Currently supports android, however will update with an IOS version soon. How to add tflite_audio as a dependency: Add tflite_audio as a [dependency in your pubspec.yaml file] How to add tflite model and label to flutter: Place your custom tflite model and labels into the ..
ballre A new Flutter project. Recharge your phone airtime like a boss Demo 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, ..
filter A flutter plugin project to apply images filters to file image natively and efficiently. WARNING!! Implemented in Android PR are welcomed for Ios implementation Screenshot Getting Started This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with ..
Are you looking a guide to build Droplet Circle Loader widget in Flutter then this codepen Flutter code snippet will help you out. Droplet Circle Loader with with Dart and Flutter. Droplet Circle Loader Code Sample import ‘package:flutter/material.dart’; import ‘dart:ui’; import ‘dart:math’ as math; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override ..
Pet Shop Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon). The goal is to implement the Flutter framework for large scale Android and iOS applications, implementing native platform features like camera accessibility, location reading, biometrics and NFC. So far, authentication, location reading (implemented through Google Places API) and ..
About: A Food App using Flutter & Firebase to post and view food blogs along with their recipes. A Food App using Flutter & Firebase About App FoodLab is a App to post and view food blogs along with their recipes if you want ! Login or SignUp using any account (P.S. Your credentials are safe!) and this will lead ..
loadinglistview This package provide an easy way to show loading indicator(Widget) in a listview or a gridview while the app is still fetching the real data. Once the real data is fetched, the loading indicators are replaced with the actual data. How it works Provide a Future<List<T>> Provide a function that takes T and returns ..
Flutter contextual action bar(CAB) CAB & Flutter CAB is a top app bar that replace the application app bar to provide contextual actions to selected items. Check the material implementation and requirement here Flutter does not natively support CAB yet. see issue Until CAB is natively supported, this package should provide you with an elegant way to implement ..
FlutterFire Overview About: A collection of Firebase plugins for Flutter apps. Welcome to FlutterFire! ???? FlutterFire is a set of Flutter plugins which connect your Flutter application to Firebase. Flutterfire Docs to get Started: https://firebase.flutter.dev/docs/overview FlutterFire is currently a work in progress as we work towards a stable release. Plugins & documentation may be incomplete or ..
About: Amplify Framework provides a declarative and easy-to-use interface across different categories of cloud operations. Amplify Flutter (Developer Preview) AWS Amplify provides a declarative and easy-to-use interface across different categories of cloud operations. Our default implementation works with Amazon Web Services (AWS), but AWS Amplify is designed to be open and pluggable for any custom ..
Upgrader Flutter package for prompting users to upgrade when there is a newer version of the app in the store. When a newer app version is availabe in the app store, a simple alert prompt widget or card is displayed. With today’s modern app stores, there is little need to persuade users to upgrade because ..
SongTube SongTube is a new beautiful and fast application made in flutter, it supports YouTube audio and video downloading at any quality, In-App YouTube Browser, audio conversion and an Audio tags editor. Features Video Download at any available Quality Download HDR and 60fps Videos Audio Download at best available Quality Audio Tags & Artwork Editor ..
Musify Music Streaming and Downloading app made in Flutter! Show some and the Repo Features Online Song Search Streaming Support Offline Download Support 320Kbps m4a/mp3 Format ID3 Tags Attached Lyrics Support Screenshots Homepage Now Playing Lyrics About Download Flutter Music Streaming and Downloading app source code..
Flutter World Time App A new Flutter application. A really small flutter App which displays the current time from multiple cities. Download Flutter World Time App source code..
flag A flag Flutter package for Android / iOS / Web. Mobile Based by https://github.com/dnfield/flutter_svg , Web Based by Image.network ScreenShot svg source Flag list came from UN members. UN Web Site A lot of flag svg files came from wike. such as Antigua and Barbuda Some flag svg files came from Countryflags. fetch data :python file is fetch_data/main.py Update time: 2020-04-21 23:22:58 Marge from 2.0.X to ..
The Flutter Layout Explorer helps you to better understand Flutter layouts. Currently, the Layout Explorer only supports exploration of flex layouts, but it may be extended to other types of layouts in the future. Using the Layout Explorer From the Flutter Inspector, select a flex widget (for example, Row, Column, Flex) or a direct child of a flex widget. ..
codepen Code Pen Demos Getting Started This project demonstrate Netflix subscription UI. Design Inspiration For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Download Netflix subscription UI source code..
Syncfusion Flutter Charts Syncfusion Flutter Charts is a data visualization library written natively in Dart for creating beautiful and high-performance charts, which are used to craft high-quality mobile app user interfaces using Flutter. Overview Create various types of cartesian or circular charts with seamless interaction, responsiveness, and smooth animation. It has a rich set of ..
Dog Breeds App Get information on all official dog breeds. Web version live on dogbreedsapp.dsclsu.com and dogbreedsapp.rohankadkol.com Live Coding Video on YouTube (Part 1) Live Coding Video on YouTube (Part 2) Live Coding Video on YouTube (Part 3) Live Coding Video on YouTube (Part 4) Live Coding Video on YouTube (Part 5) Live Coding Video on YouTube (Part 6) Skills Used API ..
Flutter Location Plugin Short Description: A Flutter plugin to easily handle a realtime location in iOS and Android. Provides settings for optimizing performance or battery. This plugin for Flutter handles getting a location on Android and iOS. It also provides callbacks when the location is changed. Getting Started Add this to your package’s pubspec.yaml file: Android With Flutter 1.12, ..
android_alarm_manager A Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. Please set your constraint to android_alarm_manager: ‘>=0.4.y+x <2.0.0’ Backward compatible 1.0.0 version is coming The plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.4.y+z. Please use android_alarm_manager: ‘>=0.4.y+x <2.0.0’ as your dependency constraint ..
Share plugin A Flutter plugin to share content from your Flutter app via the platform’s share dialog. Wraps the ACTION_SEND Intent on Android and UIActivityViewController on iOS. Please set your constraint to share: ‘>=0.6.y+x <2.0.0’ Backward compatible 1.0.0 version is coming The plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.6.y+z. ..
sensors Please set your constraint to sensors: ‘>=0.4.y+x <2.0.0’ Backward compatible 1.0.0 version is coming The sensors plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.4.y+z. Please use sensors: ‘>=0.4.y+x <2.0.0’ as your dependency constraint to allow a smoother ecosystem migration. For more details see: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 A Flutter plugin to access the accelerometer and ..
Use dynamic and beautiful card view pagers to help you create great apps. Preview New Feature v1.3.0 Change Alignment Left Center(Default) Right Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: vertical_card_pager: ^1.3.0 Import the package import ‘package:vertical_card_pager/vertical_card_pager.dart’; Adding VerticalCardPager With optional parameters @override Widget build(BuildContext context) { final List<String> titles ..
1. Release Google Play App Store 20.03.14 updated Comming Soon 2. REST API https://developers.themoviedb.org/3 3. Screen shot Youtube 4. Design Pettern Provider 5. Font Goyang-ilsan 6. Source Tree Download Flutter Movie app source code on GitHub https://github.com/Origogi/Flut..