-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e436064
commit f6574d5
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
# Flutter Redux Starter | ||
# Flutter Redux Starter/CRUD Generator | ||
|
||
We're using this approach to develop our [Flutter app](https://github.com/invoiceninja/flutter-mobile/) for [Invoice Ninja](https://www.invoiceninja.com). | ||
|
||
## Usage | ||
|
||
- `git clone [email protected]:hillelcoren/flutter-redux-starter.git <application> && cd <application>` | ||
- `./starter.sh init <company> <application> <url>` | ||
- `./starter.sh make <application> <module> <fields>` | ||
|
||
For example: | ||
|
||
- `git clone [email protected]:hillelcoren/flutter-redux-starter.git posts && cd posts` | ||
- `./starter.sh init acme posts jsonplaceholder.typicode.com` | ||
- `./starter.sh make posts post title,body:textarea` | ||
|
||
## Features | ||
|
||
- Supports large Redux stores by persisting parts separately | ||
|