Category : Flutter App

About This package provides some widgets to use in conjunction to mapbox_search library. Also, it contains an static map image generator . Installing Add the following to your pubspec.yaml file: Example MapBoxPlaceSearchWidget( popOnSelect: true, apiKey: “API KEY”, limit: 10, searchHint: ‘Your Hint here’, onSelected: (place) {}, context: context, ) Screenshots Search Widget Download MapBox Search Widget source code on GitHub ..

Read more

extended_navbar_scaffold Custom Extended Scaffold Custom Flutter widgets that makes Bottom Navigation Floating and can be expanded with much cleaner and easier way. Installing Add the following to your pubspec.yaml file: Creating Screenshots Implementation Widget Demo Download extended navbar scaffold source code on GitHub https://github.com/ketanchoyal/extended_navbar_scaffold FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

custom_radio_grouped_button Custom Radio Buttons and Grouped Check Box Button Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier. Installing Add the following to your pubspec.yaml file: Creating Radio Button Creating Grouped Button Screenshots Download Custom Radio Buttons and Grouped Check Box Button widget source code on GitHub https://github.com/ketanchoyal/custom_radio_grouped_button FlutterappworldProvides the list of the ..

Read more

NeuCalcu NeuCalcu is a Flutter calculator application that uses Neumorphic Design. Download App Google Play and the Google Play logo are trademarks of Google LLC. App Features Perform basic calculations Keep records of user calculation Personalized app color Screenshots Download A neumorphic flutter calculator app source code on GitHub https://github.com/luhluh-17/flutter-neucalcu FlutterappworldProvides the list of the ..

Read more

AutoCallScheduler An android app that can automatically dial a phone number within a given scheduled of time. Basically it’s a test base app of google’s #30daysOfKotlin bootcamp. In this project there are many concepts of kotlin used in coding sections(e.g: Livedata, ViewModel, When expressions, Data classes and equality, Visibility, Sealed classes, Lazy, Inline, Top level functions and ..

Read more

Aqueduct is a modern Dart HTTP server framework. The framework is composed of libraries for handling and routing HTTP requests, object-relational mapping (ORM), authentication and authorization (OAuth 2.0 provider) and documentation (OpenAPI). These libraries are used to build scalable REST APIs that run on the Dart VM. If this is your first time viewing Aqueduct, ..

Read more

http_solver A package help you to make api call and handle error faster, also you can check for internet before call api. Make your model BaseModelForHttpSolver is a abstract class, your model should implements it. class YourModel implements BaseModelForHttpSolver{} Get data from your api getFromApi static method take YourModel and your Api url and return Future and it is have some option parameter checkInternet, headers for ..

Read more

RelativeScale for Flutter RelativeScale is a simple and custom sizing system for flutter widgets to achieve the same physical sizes across different devices. UPDATE: Official support for stateless widgets with RelativeBuilder is now available! Preview My base screen size when I layout these widgets is 480 x 800. The source code for this preview app is here. Scaled with RelativeScale. Now, look ..

Read more

A super-powerful flutter state management library inspired with MVC pattern with very flexible dependency injection. MAJOR UPDATE: v1.1.7 FULL DOCUMENTATION: https://xamdev.gq/momentum/#/ Recommended Advance Example App Old README can be found here Features Very flexible Dependency Injection to easily instantiate any dependencies once and reuse multiple times across the app. Persistence support for states and routing. Use any storage provider. Time travel (undo/redo) ..

Read more

flutter_cached_pdfview A package to show Native PDF View for iOS and Android, support Open from a different resource like Path, Asset or Url and Cache it. Support Open Pdf From Path Support Open Pdf From Asset Support Open Pdf From URl and Cache it Setup iOS Opt-in to the embedded views preview by adding a ..

Read more

flutter_appodeal A Flutter plugin for iOS and Android to use Appodeal SDK in your apps Getting Started For help getting started with Flutter, view our online documentation. For help on editing plugin code, view the documentation. You need to configure your apps first you use this plugin. Please refer to Appodeal documentation to get your apps configured. If you ..

Read more

Neo ToDo – Beautiful neumorphism style todo list • Neomorphism style.• Categories of tasks.• Beautiful animations.• Dark theme.• Font Awesome icons.• Provider.• Sqlite DB. How To Use To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/Overman775/Neo-Todo.git # Go into the repository ..

Read more

Flutter WeChat Assets Picker An assets picker which looks like the one in WeChat, based on photo_manager for asset implementation, extended_image for image preview, provider to help controlling the state of the picker. Category  Migration Guide Features Screenshots Preparing for use Flutter Android iOS Usage Simple usage Complete param usage Register assets change observe callback Frequent asked questions Build failed with Unresolved reference: R ..

Read more

waterfall_flow A Flutter grid view easy to build waterfall flow layout quickly. Web demo for WaterfallFlow Language: English | 中文简体 waterfall_flow Use Easy to use CollectGarbage ViewportBuilder LastChildLayoutTypeBuilder CloseToTrailing Use add library to your pubspec.yaml dependencies: waterfall_flow: any import library in dart file import ‘package:waterfall_flow/waterfall_flow.dart’; Easy to use you can define waterfall flow layout within SliverWaterfallFlowDelegate. ..

Read more

linkable  A Flutter widget to add links to your text. By default, the Text or RichText widgets render the URLs in them as simple text which are not clickable. So, Linkable widget is a wrapper over RichText which allows you to render links that can be clicked to redirect to the URL. That means that a Linkable widget supports all the attributes of a RichText Widget. Currently ..

Read more

Flutter Ready to Go A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity. Why not just fork it and start a new project with some setup done? There is a full article explaining each one of the following subjects: Flavors Flavors in Dart Visually identifying each flavor Identifying ..

Read more

TimelineTile A package to help build customisable timelines in Flutter. Example You can access the example project for a Timeline Showcase. The Beautiful Timelines contains real world design examples. Or try the web demo Some use cases:  Timeline Showcase  Football Timeline  Activity Timeline  Success Timeline  Delivery Timeline  Weather Timeline Getting Started A Timeline consists in a group of TimelineTiles. To ..

Read more

State Persistence Persist state across app launches. By default this library store state as a local JSON file called data.json in the applications data directory. You can change this filename by providing another storage mechanism. If you do not want to store your persisted app state as a JSON file you can extend PersistedStateStorage and provide your own methods ..

Read more

How to Integrate Flutter Payments with Razorpay Payment Gateway Learn how to integrate payment gateway with Razorpay in less than 15 minutes, other time in this video is spent in explaining and building User Interface. Video Tutorial: https://youtu.be/7xcYSTH6Kx8 Razorpay Pub: https://pub.dev/packages/razorpay_flutter Console: https://dashboard.razorpay.com/ Getting Started This project is a starting point for a Flutter application. A few resources ..

Read more

Info: Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. Supports both Android and iOS platforms. Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. Supported Platforms: Android iOS Salient Features Inline Playback Supports captions No need for API Key Supports custom controls Retrieves ..

Read more

Nepali Date Picker Material and Cupertino Style Date Picker with Bikram Sambat(Nepali) Calendar Support. Supports Android, iOS and Fuchsia. Available in Nepali and English Languages. Nepali Date Picker returns data in NepaliDateTime type, which is included in nepali_utils package. NOTE: Use version 3.2.0+2 to support versions prior to Flutter 1.14.x Click here to launch WEB DEMO Salient Features Material DatePicker Cupertino DatePicker Adaptive ..

Read more

Nepali Utilities for Dart A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Number, Nepali Unicode, Nepali Moments and many more. Utility Classes NepaliDateTime DateConversion NepaliDateFormat NepaliNumberFormat NepaliUnicode NepaliMoment many yet to come Language Setup Default language for Nepali Utility classes can be set as: void main(){ NepaliUtils(Language.nepali); ..

Read more

Flutter Tagging A flutter package with tagging or multi-select functionality. Useful for adding Tag or Label Selection Forms. List<Language> _selectedLanguages = []; FlutterTagging<Language>( initialItems: _selectedLanguages, textFieldConfiguration: TextFieldConfiguration( decoration: InputDecoration( border: InputBorder.none, filled: true, fillColor: Colors.green.withAlpha(30), hintText: ‘Search Tags’, labelText: ‘Select Tags’, ), ), findSuggestions: LanguageService.getLanguages, additionCallback: (value) { return Language( name: value, position: 0, ); ..

Read more

Welcome to Flutter Tag Selector! The fluttertagselector is a flutter package which you can use to create bubble tag selector as show in the below screen shots. You can check it on pub.dev Use this package 1. Depend on it Add this to your package’s pubspec.yaml file: dependencies: fluttertagselector: ^0.1.0 2. Install it You can install packages from ..

Read more

appmetrica_sdk A Flutter plugin for Yandex AppMetrica SDK. Plugin implementation status Implemented Events Profiles Not implemented yet Revenue. Coming soon Crashes Push notifications Multiple reporters support (with different API keys) Deeplinks Usage To use this plugin, add appmetrica_sdk as a dependency in your pubspec.yaml file. See demonstration how to use the appmetrica_sdk plugin in example section. Documentation Common documentation ..

Read more

mask_text_input_formatter The package provides TextInputFormatter for TextField and TextFormField which format the input by a given mask. Example Check ‘example’ folder for code sample Usage Follow install guide: https://pub.dartlang.org/packages/mask_text_input_formatter#-installing-tab- Import the library: import ‘package:mask_text_input_formatter/mask_text_input_formatter.dart’; Create mask formatter: var maskFormatter = new MaskTextInputFormatter(mask: ‘+# (###) ###-##-##’, filter: { “#”: RegExp(r'[0-9]’) }); Set it to text field: ..

Read more

A Kanban Simulator game. A Kanban Board Simulator game where your objective is to generate as much revenue as you can by the end of the final day. Play alone or as part of a team to maximize efficiency and get your stories delivered. Built by scottmacdougall.ca Download on Google PlayStore link: https://play.google.com/store/apps/details?id=com.fortytwo.kanban iOS app ..

Read more

Habito Track and build a habit in 21 days. Preview Contributing Make sure devTesting = true in lib/models/devTesting.dart when testing. You can also change showSignIn in lib/models/devTesting.dart to true or false. Just pick an issue from here and create a PR after a fix. Refer to the Flutter online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Download Habito App ..

Read more

Liquid Shrink Side Menu A Side Menu plugin for flutter and compatible with liquid ui Side Menu Types There are 8 configuration of Liquid shrink side menu 1. SlideNRotate 2. SlideNRotate Inverse 3. ShrinkNRotate 4. ShrinkNRotate Inverse 5. Slide 6. Slide Inverse 7. ShrinkNSlide 8. ShrinkNSlide Inverse Getting Started Step 1: Add shrink_sidemenu to pubspec.yaml dependencies: flutter: sdk: flutter ..

Read more

Liquid Build fast, responsive, cross platform apps with Liquid. Liquid is an open source UI toolkit for developing cross platform apps in Flutter. Quickly create apps for Android, IOS, Web or Desktop with our powerful grid system, text processor, forms, extensive prebuilt components and dozens of utilities. Visit Liquid Expo and Documentation #MadeWithLiquid Salient Features Powerful grid ..

Read more

Lazybit UI I’ll keep on updating this section. Getting Started This project is created Just to design UI in flutter from many sources like dribbble, uplabs, reference from friends etc… Note: Credits goes to the one who designed these UI in Sketch, Adobe any using many various apps and provided this beautiful designs in platform ..

Read more

Json Table Widget This Flutter package provides a Json Table Widget for directly showing table from a json(Map). Supports Column toggle also. Live Demo: https://apgapg.github.io/json_table/ Live Data Testing: https://apgapg.github.io/json_table/#/customData Features The table constructed isn’t the flutter’s native DataTable. The table is manually coded hence serves a great learning purpose on how to create simple tables manually in ..

Read more

Pie Chart This Flutter package provides a Pie Chart Widget with cool animation. Live Demo: https://apgapg.github.io/pie_chart/  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 need a Map<String,double> as its data input. Map<String, double> dataMap ..

Read more

Avatar Glow This Flutter package provides a Avatar Glow Widget with cool background glowing animation. Live Demo: https://apgapg.github.io/avatar_glow/  Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: avatar_glow: <latest version>  Usage Import this class import ‘package:avatar_glow/avatar_glow.dart’; Usage is simple. Avatar Glow is a widget offering different customizable optional parameters with child displayed at its center. ..

Read more