Messenger App In some places in the application, I put “TODO”. I did not complete the entire feature. I only added it because it was not explained sufficiently. Download Download app-release.apk Supported Messages Types Image Text Gif Stickers Fallback Adaptive to add new image type Feature Multi theming based on material 3 Generate avatar based ..
Category : Material Design
Material color utilities Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space. materialyou.mp4 Library availability Language Availability Package C/C++ Coming soon Dart ✅ Java ✅ Coming soon Objective-C Coming soon TypeScript ✅ Need another platform/language? Check ..
flutter_material_theming A new Flutter project that showcases the use of material theming. Preview Download material theming source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Theme WARNING: This app is still under development so please expect bugs and missing features in the app. Inspired by Panache, a Flutter material theme editor for you to configure the overall visual theme of your material app. Usage Flutter Theme is developed and built with Flutter, and is available for both Web and Desktop. Disclaimer: ..
Short into: A collapsible sidebar for Flutter apps implementing the Material Design. collapsible_sidebar A collapsible sidebar for Flutter apps implementing the Material Design. Features Material Design Pre-built customizable tile widgets (CollapsibleItems) Smooth Animation Supported platforms Flutter Android Flutter iOS Flutter web Flutter desktop ???? Version 1.0.7+2 ✨ Added ability to handle lists of icons Added ..
Flutter Modal Bottom Sheet Create awesome and powerful modal bottom sheets. Cupertino Modal Multiple Modals Material Modal Bar Modal Create your own Try it Explore the Web Demo or clone the repository. Why not showModalBottomSheet? Inspired by showModalBottomSheet, it completes with some must-need features: Support for inside scrollview + dragging down to close (showModalBottomSheet won’t work correctly with scrollviews. Support ..
Reply Flutter Reply is an email app that uses Material Design components and Material Theming to create an on-brand communication experience. This project tries to deliver a pixel-perfect implementation of the Reply Material Design Case Study in Flutter. The focus lies on the UI (animation, layout, transition, etc.) and should showcase how powerful Flutter has become as a UI ..
Cyclop A flutter color palette with an eyedropper ( on mobile & desktop ) Demo Desktop & tablet Mobile Material HSL RVB Custom Light theme Dark theme Eyedropper Select a color from your Flutter mobile or desktop screen. To use the eyedropper ( Flutter mobile & desktop ) you need to wrap the app in ..
Cupertino Stepper for Flutter Cupertino version of the stock Material Stepper in Flutter. NOTE: This is not the same as the UIStepper control on iOS. Stepper is a widget that displays progress through a sequence of steps. Steppers are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to ..
SpinBox for Flutter SpinBox for Flutter is a numeric input widget with an input field for entering a specific value, and spin buttons for quick, convenient, and accurate value adjustments. Guidelines Spin boxes are best suited for such applications that deal with large numeric value ranges and high precisions, where users typically know upfront the exact value ..
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 ..
???? Panache A Flutter Material Theme editor. Panache helps you to create beautiful Material themes for your Flutter applications. Customize widgets colors and shapes, and download your theme.dart file. ???? Try Panache in your browser Getting Started To apply a theme to whole application add the generated theme file to your project/lib set the theme property to the generated theme (myTheme) in your main ..
Delern Spaced repetition learning system. Ideal for studying. The application works on the principle of flashcards. Features: Synchronized across all devices; Sharing with friend; Background colors for german cards; Available learning in offline; Markdown support. CI/CD Status (on master) Build and Deploy Flutter Build and Deploy Firebase Run Flutter Driver tests Flutter code coverage Create ..
Flutter Music Player First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Demo App Play Store BETA Features Android (iOS Coming Soon) Fetch local songs (Inbuilt Permission) Beautiful UI with multiple themes(Coming Soon) Animation Full Fledged Example play (local files) stop pause seek shuffle Album Art onComplete onDuration / ..
material_dialog A wrapper on top of alert dialog provided by flutter. Demo Use this package as a library 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 Flutter Alternatively, your editor might support flutter packages get. Check the docs for your ..
google_nav_bar A modern google style nav bar for flutter. GoogleNavBar is a Flutter widget designed by Aurelien Salomon and developed by sooxt98. Getting Started Add this to your package’s pubspec.yaml file: Now in your Dart code, you can use: Usage View the example folder Download Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..
PotatoNotes POSP official notes application, written in flutter, beautiful, fast and secure. Main features Material design Multi device online sync List/grid view for notes Multiple note extras, such as lists, images and remainders Lock notes with a pin or password for hiding them on main menu Search notes for content/title with various filters Complete theme ..
Flutter UBER UI Kit A flutter Uber UI Kit inspired by A design on behance 20+ Screens and still making more. ???????? Star if you like what you see. ⭐⭐⭐⭐⭐ PRs are welcome ヽ(•‿•)ノ ヽ(•‿•)ノ Screenshots Project is free to use/modify by anyone and everyone Download Flutter UBER UI Kit Source Code on GitHub https://github.com/OLayemii/uberr-ui FlutterappworldProvides the ..
flutter_login_signup Simple basic authentication app designed in the flutter. App design is based on Login/Register Design designed by Frank Arinze Download App Screenshots Login Welcome Register Pull Requests I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Getting Started This project is a starting point ..
App Landing Page made with #Flutterweb Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
responsive_scaffold View the online demo here! On mobile, it shows a list and pushes to details and on a tablet it shows the List and the selected item. Online Demo: https://fluttercommunity.github.io/responsive_scaffold/ Getting Started 3 Column Layout example Responsive Layout Follows Material Design Layout Docs. Here is a demo on various sizes. Example import ‘package:flutter/material.dart’; import ..