Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Flutter Neumorphic | 1,787 | 2 | 2 months ago | 41 | November 11, 2021 | 76 | apache-2.0 | Dart | ||
A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible | ||||||||||
Modal_bottom_sheet | 1,680 | 56 | a day ago | 25 | January 28, 2023 | 126 | mit | Dart | ||
Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style | ||||||||||
Flutter Music Player | 1,385 | a year ago | 28 | apache-2.0 | Dart | |||||
Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files. | ||||||||||
Flutter_login | 1,365 | 1 | 3 | 6 days ago | 30 | August 29, 2023 | 91 | mit | Dart | |
Provides login screen with login/signup functionalities to help speed up development | ||||||||||
Material Components | 1,009 | 4 months ago | 56 | apache-2.0 | ||||||
Documentation and policies for Material Components (all platforms) | ||||||||||
Material Components Flutter | 754 | 2 years ago | 10 | other | Dart | |||||
Modular and customizable Material Design UI components for Flutter | ||||||||||
Giffy_dialog | 647 | 11 | 21 days ago | 12 | July 16, 2020 | 1 | mit | Dart | ||
A Flutter package for a quick and handy giffy dialog. | ||||||||||
Introviews Flutter | 595 | 25 | 2 years ago | 22 | June 13, 2021 | 12 | mit | Dart | ||
☀️ A Flutter package for some material design app intro screens with some cool animations. | ||||||||||
Rubber | 535 | 7 | 2 | a month ago | 25 | July 05, 2021 | 30 | bsd-2-clause | Dart | |
An elastic material bottom sheet implementation for Flutter. | ||||||||||
Reply | 522 | 2 years ago | 4 | Dart | ||||||
The 'Reply' Material Design case study built with 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 framework.
To install the app on your phone you have two options. For Android you can download a pre-compiled APK file from the 'Releases' tab or use the this direct link.
You can also download and build the project locally - for this you need to have a local Flutter installation.
Just clone the project and inside the root execute flutter run --profile
.
This will compile and install the app on your connected device / emulator / simulator.
Also make sure to enable slow animations 😉
Currently most of the work is done with the resources you can find on the official Material page. For some animated icons 2Dimensions' Flare was used, you can find the design files here.
[x] Initial animation (list, bottom navigation)
[x] Expand transition with shared avatar
[x] FAB compose transition
[x] Animated FAB icon states
[x] Dismissible list elements
[ ] Bottom sheet menu
[ ] Selecting list items
[ ] Disappearing bottom navigation (when scrolled)
[ ] Dismissible background animation
[ ] Pull-To-Refresh animation
[ ] Splash logo animation
[ ] Tablet / Desktop layout
Please file any issues, bugs, or feature requests in the repo.
If you wish to contribute to this repo, please send me a short DM on Twitter and / or open a pull request.