Flutter Cupertino Date Text Box A text box with an attached CupertinoDatePicker which opens when the text box is tapped. With this library the following is possible: Text Box / Text Field with multiple features to customize its style (e.g. font, padding, etc.) Date callback can be used to get result date value Quick Usage ..
Author : Flutterappworld
flutter_show_more_text_popup Flutter widget to show text in popup or overlay container Installation Add this to your package’s pubspec.yaml file dependencies: … show_more_text_popup: ^latest-version Usage First import show_more_text_popup.dart import ‘package:show_more_text_popup/show_more_text_popup.dart’; ShowMoreTextPopup popup = ShowMoreTextPopup(context, text: text, textStyle: TextStyle(color: Colors.black), height: 200, width: 100, backgroundColor: Color(0xFF16CCCC)); popup.show( widgetKey: key, ); Screenshots Download text popup widget source code ..
covid19 Monitoring Covid. Download APK Resource Rest API Kasus Corona API Provider http intl flutter_datetime_picker url_launcher Download Covid19 flutter app source code on GitHub https://github.com/hifiaz/covid19 FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Alqurani This app has release in google play, free Google Play Features List of Surah Translate of surah Tafsir of surah List of daily du’a Contribute You can contribute to this project, this made with flutter all resource is MIT license. requires : Flutter. Todo: Asmaul husna Highlight surah/ayah Bookmark surah Local notification Prayer schedule Kiblah ..
exampletododevindo A new Flutter 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 samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..
country list pick Flutter plugin to pick country with output name, code, dialcode and flag of country Usage To use this plugin, add country_list_pick as a dependency in your pubspec.yaml. CountryListPick( // to show or hide flag isShowFlag: true, // true to show title country isShowTitle: true, // true to show code phone country isShowCode: true, // to ..
Jaadoo A new Flutter Web project. This is the only way to call jaadoo to do your job..LOL Jaaadoo won’t come, said first make this responsive on browsers. Can you make it ? Download Jaadoo source code on GitHub https://github.com/1-2-ka-4-4-2-ka-1/Jaadoo FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
context_extentions Getting inherited widget’s state var themeData = context.theme; var scaffold = context.scaffold; var navigator = context.navigator; var overlay = context.overlay; var mediaQuery = context.mediaQuery; Theme properties var textTheme = context.textTheme; var colorPrimary = context.primaryColor; var colorAccent = context.accentColor; var colorCanvas = context.canvasColor; var colorBackground = context.BackgroundColor; Navigator helpers context.push((c) => NaxtPage()); context.pop(); MediaQuery properties ..
Loader Sometimes you need to load some data before building your widget. Because initState doesn’t support asynchronous loading you need to find another way to load your data. The most common way of loading data is using a FutureBuilder but FutureBuilders are tedious. Another way is using flags to rebuild the widget after all the loading is done. Loader ..
FSwitch An interesting and practical switch component. Supports setting tips, slider decorations, shadows, and good interaction. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Support opening and closing tips Support setting decoration for Slider Support flexible configuration available state More sense of space Shadow Good switch interactive experience Guide Parameters Param Type Necessary Default desc open ..
FButton From then on, developers only need to master one Button component, which is enough. Support rounded corners, borders, image, special effects, loading mode. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Rich corner effect Exquisite border decoration Gradient effect Flexible icon support Intimate Loading mode Cool interaction Special effects More sense of space Shadow Guide Parameters Basic parameters Param Type Necessary Default desc onPressed VoidCallback ..
fradio A radio component suitable for almost any radio scenario. Supports excellent interactive special effects, as well as a simple multi-interactive state view switching construction like eating a hamburger . You will fall in love with TA .️ Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Wonderful interactive animation Support precise control of rounded corners Wonderful ..
ffloat FFloat, although simple and easy to use, can satisfy all your imagination of the floating layer. Born and elegant, supporting precise position control. Triangles with rounded corners, borders, gradients, shadows? Everything you need .️ Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Supports floating layer position control based on anchor elements Convenient floating layer show / hide ..
frefresh Help you to build pull-down refresh and pull-up loading in the simplest way. Although unprecedented simplicity, but the effect is amazing. It also supports configuration refresh and loading elements. The complete controller allows you to help you control the entire dynamic process. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Guide Parameter & ..
flutter_rich_input This is a high performance rich media input box, implemented through the native textfield extension, with less disruptive, but at the same time has a strong extensibility, implements the @ someone, # topics, expressions and other functions, support custom color highlighting Language: English | 中文简体 Special feature Use native textfield capabilities with less code, less disruption and ..
flutter_link_preview This is a URL preview plugin that previews the content of a URL Language: English | 中文简体 Special feature Result caching and expiration mechanism for faster return of results Better fault tolerance, multiple ways to find icons Better support for Chinese, no garbled code Support GIF and other image previews Getting Started Result: You can also use ..
Todo – Simple & Beautiful A minimal Todo mobile app made using Flutter. Key Features • How To Use • Download • Credits • Key Features Easily add and remove tasks Organize tasks under categories. editing. Personalize task category using color and icon. How To Use To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line: # Clone ..
SnapHunt SnapHunt is a scavenger hunt game where a player can invite other players on a real world scavenger hunt while using the app as the item identifier by taking a picture of it. Using machine learning technology, the app identifies and scores the player according. Users can play solo or with a group. First ..
Flutter Sound This plugin provides simple recorder and player functionalities for both Android and iOS platforms. Features Play and Record sounds or music with various codecs. (See the supported codecs here) Play local or remote files specified by their URL. The App playback can be controled from the device lock screen or from an Apple watch ..
flutter_calendar_carousel Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable. Now you can even add your icon for each event. New Feature Check out great feature customDayBuilder work done by maxgmer . Rectangular style Circular style No border Marked Dates Custom Icon Events Getting Started For help getting ..
flutter_inapp_purchase Sun Rise Since many one of you wanted me to keep working on this plugin in #93, I’ve decided to keep working on current project. I hope many one of you can help me maintain this. Thank you for all your supports in advance . What this plugin do This is an In App Purchase plugin for flutter. ..
walls Your phone wallpaper is a great way to express your unique personality. Walls is a wallpaper service app without any Ads. Beautiful, free photos. Gifted by the world’s most generous community of photographers. • Browse over 1,200,000+ HD photos • New wallpapers every week • Automatically refresh your home screen with a new random ..
http_services A package to support the creation of Http services in a Dart application. Features convenient methods to perform HTTP requests disposing a service will cleanup any pending requests, in order to avoid unwanted resources waste! convenient models to have a standard for request and response objects RequestBase Every request should extend RequestBase and implement its overrides: ..
toml_localizations A minimal TOML localization package for Flutter. Usage See example. Install Add to your pubspec.yaml dependencies: toml_localizations: Add a TOML file per language Add a TOML file per language you support in an asset path and describe it in your pubspec.yaml flutter: assets: – {path}/{languageCode}.toml Example TOML file str = “The quick brown fox jumps over the lazy dog.” literal_str = ..
Intl Phone Number Input A simple and customizable flutter package for international phone number input CustomDecoration CustomBorder Default What’s new Features String phoneNumber = ‘+234 500 500 5005’; PhoneNumber number = await PhoneNumber.getRegionInfoFromPhoneNumber(phoneNumber); String parsableNumber = number.parseNumber(); `controller reference`.text = parsableNumber Note onInputChanged(PhoneNumber value) { setState((){}); } Calling setState inside onInputChanged and onInputValidated causes the ..
Info: Observable Pattern is a pattern that use a class to hold a value to manage changes to dispatch notification for every streams. Observable Pattern Observable class //This is how initialize the observable class that holds a value and listen to changes and automatically close it’s stream inside Observer Widget. //you don’t need to pass ..
backpack A Flutter project for the Backpack UI Kit. Getting Started For help getting started with Flutter, view our online documentation. Download Flutter Backpack UI Source code on GitHub https://github.com/aelshamy/backpack FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter remote controller for Smart TVs models (2016 and up) A dart implementation for samsungtv by Christian Bromann Inspired from Universal Remote You can discover Samsung Smart TVs in your network using the discover button. It uses the UPNP protocol to lookup services. Arrows Numpad License This project is licensed under the MIT License – see the LICENSE.md file for details ..
cupertino_back_gesture A Flutter package to set custom width of iOS back swipe gesture area. Usage To use this package, add cupertino_back_gesture as a dependency in your pubspec.yaml file. Example To change width of area where the user can start back swipe for the whole app Wrap your MaterialApp with BackGestureWidthTheme with desired backGestureWidth set iOS builder of pageTransitionsTheme to CupertinoPageTransitionsBuilderCustomBackGestureWidth import ‘package:cupertino_back_gesture/cupertino_back_gesture.dart’; BackGestureWidthTheme( backGestureWidth: BackGestureWidth.fraction(1 / ..
Flutter Heat Map Calendar A Heat Map Calendar based on Github’s contributions chart which can be used to visualize values over time Installing 1. Depend on it Add this to your package’s pubspec.yaml file: 2. Install it You can install packages from the command line: with pub: $ pub get with Flutter: $ flutter pub ..
user_auth Handy flutter plugin that help with user-backend-auth, written in pure dart code, in top of http and shared_preferences. usage import package:user_auth/user_auth.dart. create instance from UserAuth. init with apiBaseUrl and optional store: true | false, default is false, if true plugin will store user and retrieve with loadUser(). initialize plugin with api_base_url. methods you may change routes to fit your API login : default route /user/login, waits for user in response to return. check : default ..
localize_and_translate Flutter localization abstract, Really simple Show some and star the repo Screenshots Tutorial Video Arabic : https://www.youtube.com/watch?v=nfDYussovfQ Methods Method Job init() initialize things, before runApp() translate(‘word’) word translation translate(‘word’,{“key”:”value”}) word translation with replacement arguments | setNewLanguage(context,newLanguage:’en’,restart: true, remember: true,) |change language | | isDirectionRTL() |is Direction RTL check | | currentLanguage |Active language code | | locale |Active Locale | | locals() |Locales list | | delegates |Localization ..
just_audio A Flutter plugin to play audio from URLs, files, assets and DASH/HLS streams. This plugin can be used with audio_service to play audio in the background and control playback from the lock screen, Android notifications, the iOS Control Center, and headset buttons. Features Feature Android iOS MacOS Web read from URL Yes Yes Yes Yes read ..
Flutter Rates Converter Simple rates converter based on solariss13’s React example. Getting Started Check web version of Flutter Rates Converter Follow the guide on how to install Flutter. Clone the repository and open with your IDE: Android Studio or Visual Studio Code Install IDE plugins for Flutter support To download project dependencies execute: flutter pub get Run project on Simulator or Android device ..
kRadio Player Another Awesome Online Radio Player Getting Started Follow the guide on how to install Flutter. Clone the repository and open with your IDE: Android Studio or Visual Studio Code Install IDE plugins for Flutter support To download project dependencies execute: flutter pub get Run project on Simulator or Android device Architecture, libraries and tools State management: Bloc Code style: Check ..
Adidas Shoes Ecommerce App UI 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, guidance ..
fancy_fashion_app_ui A new Flutter 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 samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..
Flutter Minimal Shopping App ui Watch the Video on Youtube – Youtube Video Also Don’t Forget to Subscribe to My youtube Channel – Youtube Channel 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 ..
Flutter Music Interface UI Concept Watch the Video on Youtube – Youtube Video Also Don’t Forget to Subscribe to My youtube Channel – Youtube Channel Found this project useful? If you found this project useful, then please consider giving it a on Github and sharing it with your friends via social media. Getting Started This project is a ..
Flutter Story App UI 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, guidance on ..