/flutter.widgets

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Flutter widgets

Build Status

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.