light_color_picker5 A new Flutter Application to control self build lamps for my personal use. You need extra hardware & software for getting this project running. This is just the code of the App. Download Light Color Picker source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Category : Picker
Swipe Deck A simple Flutter Package to Mimic iMessage Image Picker for Flutter Current Features Add List of Widgets to present them in a Swipable Deck Basic Customizations Widget Demo Usage To Use, simply Wrap the Widget you want to add Focused Menu to, with FocusedMenuHolder: body: Container( child: SwipeDeck( startIndex: 3, aspectRatio: 4 / ..
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 ..
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 ..
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 ..
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 ..
Flutter Material Pickers A flutter package containing commonly used material design picker dialogs. Some are new, some wrap existing or built in pickers with a common dialog and access function. It includes: New Pickers showMaterialScrollPicker: Allows selection of a string via a slot machine carousel showMaterialNumberPicker: Allows selection of a number via a slot machine ..