flutter_widgets 0.1.5
flutter_widgets: ^0.1.5 copied to clipboard
Flutter widgets that are developed by Google but not by the core Flutter team.
Flutter widgets #
This repository contains the source code for various Flutter widgets that are developed by Google but not by the core Flutter team.
The Gallery sample application showcases the included Flutter widgets. To build it, first create the default Flutter project files:
cd gallery
flutter create .
and then it can be run with flutter run
.
Issues #
Please file any issues, bugs, or feature requests in the this repo.
Contributing #
If you wish to contribute a change to any of the existing widgets in this repo, please review our contribution guide, and send a pull request.