An open API service indexing awesome lists of open source software.

https://github.com/zeroact/flutter_examples


https://github.com/zeroact/flutter_examples

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flutter Examples
Flutter example widgets (for study)
### version
This repository follows bellow flutter version.
```shell
$ flutter --version
Flutter 3.7.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7048ed95a5 (6 days ago) • 2023-02-01 09:07:31 -0800
Engine • revision 800594f1f4
Tools • Dart 2.19.1 • DevTools 2.20.1
```
```yaml
# pubspec.yaml
environment:
sdk: '>=2.19.1 <3.0.0'
```
### References
- [Conventions](https://dart.dev/guides/language/effective-dart/style)