fluttered 0.0.1+1
fluttered: ^0.0.1+1 copied to clipboard
A Flutter package with various widgets and other helpers.
fluttered #
A Flutter package that provides various handy widgets and other helpers.
Show some ❤️ and star the repo to support the project #
Installation #
In the dependencies:
section of your pubspec.yaml
, add the following line:
fluttered: <latest_version>
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
How to Contribute #
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request