interactive_webview Plugin that allow Flutter to communicate with a native WebView. Warning: This is not a display WebView. This plugin is designed to make communication between Flutter and WebView javascript. You can call a Javascript function; in the other hand, you can send messgage (postMessage) from Javascript to Flutter Android: using JavascriptInterface iOS: using WKUserContentController Getting Started For ..
Category : Flutter App
flutter_fbaudience_network Plugin to integrate Facebook Native Ad to Flutter application Warning: The plugin is based on Flutter PlatformView (AndroidView) to create a custom widget from Native View. Therefore, only Android is supported at the moment. For iOS, wait for Flutter team to implement iOSView equivalent. Getting Started For help getting started with Flutter, view our online documentation. How it works The ..
facebook_app_events Flutter plugin for Facebook App Events and analytics. An app event is an action that takes place in your app or on your web page such as a person installing your app or completing a purchase. Facebook App Events allows you to track these events to view analytics, measure ad performance, and build audiences for ad ..
woocommerce Woocommerce SDK for Flutter. Getting Started Add the package to your pubspec.yaml and import. import ‘package:woocommerce/woocommerce.dart’; Create an instance of WooCommerce for your project. Example: WooCommerce woocommerce = WooCommerce( baseUrl: yourBaseUrl, consumerKey: yourConsumerKey, consumerSecret: consumerSecret); Parameter, [baseUrl] is the base url of your site. For example, http://me.com, https://me.com or http://my.me.com Parameter [consumerKey] is the consumer key provided by ..
WooCommerce SDK for Dart A dart package to interact with the WooCommerce API. It uses OAuth1.0a behind the scenes to generate the signature and URL string. It then makes calls and return the data back to the calling function. Examples GET request (Fetch products) Future getProducts() async { // Initialize the API WooCommerceAPI wooCommerceAPI = ..
Expansion card This package provides an easy implementation of a Expansion type card where you can also add gif at the background. How to use import ‘package:expansion_card/expansion_card.dart’; Center( child: ExpansionCard( background: Image.asset(“assets/animations/sleep.gif”), title: Container( child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: <Widget>[ Text( “Header”, style: TextStyle( fontFamily: ‘BalooBhai’, fontSize: 30, color: Colors.white, ), ), Text( “Sub”, style: ..
flutter_calendar A calendar widget for Flutter Apps. Borrowed DateTime utility functions from the Tzolkin Calendar web element. Usage Add to your pubspec dependencies: flutter_calendar: ^0.0.1 Render the map with one of three options: 1. Default, Material Design new Calendar() 2. An Expandable Map new Calendar( isExpandable: true; ) 3. Customize It (Standard or Expandable) new Calendar( ..
Flutter Material Color Picker Material Color picker is a Flutter widget, that can be customizable. By default, it’s Material Colors, but you can define your own colors. You can also use CircleColor widget to display color in your app. Example, you can set the color picker in a dialog and display the selected color in ..
UnivAgenda Application to have the agenda of the University of Maine (Le Mans University), University of Tours and Rennes . In addition, other Universities can be added easily, on request. You can also, instead, link to an ICAL file if your university is not available (for Efrei / Efreitech for example). It is available for Android on the PlayStore. Unfortunately, given the price of an Apple developer account, it ..
GroupListView package for Flutter. A ListView that allows you to group list items and support headers like iOS UITableView section. Features List Items can be grouped. Support headers for each group. All fields from ListView.builder constructor available. Getting Started Add the package to your pubspec.yaml: group_list_view: ^1.0.6 In your dart file, import the library: import ‘package:group_list_view/group_list_view.dart’; Instead ..
Country picker A flutter package to select a country from a list of countries. Getting Started Add the package to your pubspec.yaml: country_picker: ^1.0.4 In your dart file, import the library: import ‘package:country_picker/country_picker.dart’; Show country picker using showCountryPicker: showCountryPicker( context: context, showPhoneCode: true, // optional. Shows phone code before the country name. onSelect: (Country country) { ..
Video player plugin edited to fetch subtitles from HLS stream and load SRT from url. video_player-0.10.1-3 Works with https://github.com/pharshdev/chewie-0.9.7 for displaying CC button and subtitles Video Player plugin for Flutter A Flutter plugin for iOS and Android for playing back video on a Widget surface. Note: This plugin is still under development, and some APIs might not ..
logcat Flutter plugin to get system messages, stack traces etc and show them in app. Can also be used to get the app logs from a remote device with share plugin. Call Logcat.exec() from anywhere to get logs as a Future String then use it in anyway within your app. NOTE: This plugin fetches logs ..
sms_user_consent Request user’s phone number (supports dual sim) and/or consent to read SMS without adding any permissions, using Android’s SMS User Consent API Screenshots Steps to use 1] Create an instance, optionally supply phone number listener and sms listener 2a] OPTIONAL : Request user’s phone number Once the user selects a phone number, it can be accessed as 2b] OPTIONAL : Request ..
This is a dating app for monogamous couples. Couples can connect to each other and create a list of messages for their partner. One message will be randomly selected each day and displayed on the partner’s home page. More features will be upcoming which will make it a more complete ‘dating app.’ It is built ..
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_record_mp3 FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..
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/Gumao-Flutter FlutterappworldProvides the list of the opensource Flutter apps ..
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 on GitHub FlutterappworldProvides ..
Neumorphic Portfolio Design This is Neumorphic Portfolio Design User Interface Design created using Flutter! Screenshots 1 2 Download Neumorphic Portfolio Design source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
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 on GitHub FlutterappworldProvides the list of the opensource ..
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 on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
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 ..
