Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc81981

Browse files
Merge branch 'master' into riverpod
2 parents 0a9533d + 5a77f54 commit fc81981

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

‎README.md‎

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This is a very simple Boilerplate application, this has following features.
1919
> It uses a mock json server which doesn't store or validate anything, so for signing in/up any email, password will simply work.
2020
2121
[RiverPod](https://riverpod.dev/) was used for state management, but there's an old implementation with [Flutter bloc](https://bloclibrary.dev/#/) as well, you may check out [bloc](https://github.com/SimpleBoilerplates/Flutter/tree/bloc) branch, though that branch doesn't have many of the latest changes.
22-
23-
**I am available for hire for Flutter position**
2422

2523
## Getting Started 🚀
2624

@@ -69,30 +67,37 @@ $ open coverage/index.html
6967

7068
---
7169

72-
## Avoid writing scripts with MakeFile / Derry
70+
71+
## Use MakeFile / Derry to avoid writing your own scripts
72+
7373

7474
You can run all these scripts manually or could use [MakeFile](https://github.com/SimpleBoilerplates/Flutter/blob/master/makefile) / [Derry](https://pub.dev/packages/derry) and maintain a file, where you can define all those scripts and run in a very convinient way. All the scripts for this project is defined here [derry scripts](https://github.com/SimpleBoilerplates/Flutter/blob/master/derry.yaml) and [makefile scripts](https://github.com/SimpleBoilerplates/Flutter/blob/master/makefile)
7575

7676
Example:
7777

78-
instead of running
78+
run `make watch` or `derry watch`instead of running
7979

8080
```sh
8181
flutter pub run build_runner watch --delete-conflicting-outputs
8282
```
83-
you could simply use `make watch` or `derry watch`
8483

85-
or use `derry build_apk_dev` or `make build_apk_dev` instead of
84+
run `derry build_apk_dev` or `make build_apk_dev` instead of
8685

8786
```sh
8887
flutter build apk --flavor development -t lib/main_development.dart
8988
```
90-
89+
and so on. Check out this [makefile](https://github.com/SimpleBoilerplates/Flutter/blob/master/makefile) or [derry scripts](https://github.com/SimpleBoilerplates/Flutter/blob/master/derry.yaml).
9190

9291
## Working with Translations 🌐
9392

9493
This project relies on [flutter_localizations][flutter_localizations_link] and follows the [official internationalization guide for Flutter][internationalization_link].
9594

95+
If you face trouble after with translations, then run
96+
97+
```
98+
flutter gen-l10n --template-arb-file=arb/app_en.arb
99+
```
100+
96101
### Adding Strings
97102

98103
1. To add a new localizable string, open the `app_en.arb` file at `lib/l10n/arb/app_en.arb`.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /