https://github.com/zeroact/flutter_examples
https://github.com/zeroact/flutter_examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroact/flutter_examples
- Owner: ZeroAct
- Created: 2023-02-07T14:58:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T15:48:53.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:33:22.773Z (4 months ago)
- Language: C++
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)