https://github.com/laiiihz/dreambook
Flutter Widgets Book with dreams.
https://github.com/laiiihz/dreambook
dart flutter flutter-demo flutter-examples flutter-web website
Last synced: about 1 year ago
JSON representation
Flutter Widgets Book with dreams.
- Host: GitHub
- URL: https://github.com/laiiihz/dreambook
- Owner: laiiihz
- License: mit
- Created: 2023-10-19T13:03:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T05:40:45.000Z (about 2 years ago)
- Last Synced: 2025-04-05T14:34:36.212Z (about 1 year ago)
- Topics: dart, flutter, flutter-demo, flutter-examples, flutter-web, website
- Language: Dart
- Homepage: http://blog.laihz.dev/dreambook/
- Size: 1.1 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dreambook ๐ โคซ ๐
[Dreambook Website](https://blog.laihz.dev/dreambook)
-----


[](https://github.com/laiiihz/dreambook/actions/workflows/main.yml)


Flutter Widgets Book with dreams.
## PROGRESS
### Widgets
- [x] Material Widgets
- [x] Cupertino Widgets
- [x] Painting Widgets
- [ ] More Widgets
### Translations
- [x] English
- [x] simplified-Chinese
## Getting Started
### Install Shell Tool
```shell
# install grinder
dart pub global activate grinder
```
### Generated All Files
```shell
grind generate
```
### RUN App
```shell
flutter run --release
```
### Build App
```shell
flutter build web
```
## Legalese
under [MIT](https://github.com/laiiihz/dreambook/blob/main/LICENSE) license.