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,681 | 56 | 3 days 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 | 8 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 | 23 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. |
Material Components for Flutter (MDC-Flutter) helps developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional Android and iOS apps. Learn more about how Material Components for Flutter supports design and usability best practices across platforms in the Flutter Material Catalog.
All Material Components for Flutter can be found in the Flutter repository.
Material Components is included by default in Flutter's packages. To add access to MDC widgets in a file, simply import
the material.dart
file.
import 'package:flutter/material.dart';