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

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.

Awesome Lists containing this project

README

          

# dreambook ๐ŸŒŒ โคซ ๐Ÿ’™

[Dreambook Website](https://blog.laihz.dev/dreambook)
-----

![Dart](https://img.shields.io/badge/dart-02569B?logo=Dart)
![Flutter](https://img.shields.io/badge/flutter-white?logo=Flutter&logoColor=02569B)

[![dreambook_deploy](https://github.com/laiiihz/dreambook/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/laiiihz/dreambook/actions/workflows/main.yml)
![GitHub](https://img.shields.io/github/license/laiiihz/dreambook)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fblog.laihz.dev%2Fdreambook)

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.