File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7575
7676The state management approach is intentionally low-level. That way, it's easy to
7777take this project and run with it, without having to learn new paradigms, or having
78- to remember to run ` flutter pub run build_runner watch` . You are,
78+ to remember to run ` dart run build_runner watch` . You are,
7979of course, encouraged to use whatever paradigm, helper package or code generation
8080scheme that you prefer.
8181
Original file line number Diff line number Diff line change 7676
7777The state management approach is intentionally low-level. That way, it's easy to
7878take this project and run with it, without having to learn new paradigms, or having
79- to remember to run ` flutter pub run build_runner watch` . You are,
79+ to remember to run ` dart run build_runner watch` . You are,
8080of course, encouraged to use whatever paradigm, helper package or code generation
8181scheme that you prefer.
8282
@@ -199,7 +199,7 @@ To update the launcher icon, first change the files
199199Then, run the following:
200200
201201``` bash
202- flutter pub run flutter_launcher_icons:main
202+ dart run flutter_launcher_icons:main
203203```
204204
205205You can [ configure] ( https://github.com/fluttercommunity/flutter_launcher_icons#book-guide )
Original file line number Diff line number Diff line change 109109
110110The state management approach is intentionally low-level. That way, it's easy to
111111take this project and run with it, without having to learn new paradigms, or having
112- to remember to run ` flutter pub run build_runner watch` . You are,
112+ to remember to run ` dart run build_runner watch` . You are,
113113of course, encouraged to use whatever paradigm, helper package or code generation
114114scheme that you prefer.
115115
@@ -233,7 +233,7 @@ To update the launcher icon, first change the files
233233Then, run the following:
234234
235235``` bash
236- flutter pub run flutter_launcher_icons:main
236+ dart run flutter_launcher_icons:main
237237```
238238
239239You can [ configure] ( https://github.com/fluttercommunity/flutter_launcher_icons#book-guide )
You can’t perform that action at this time.
0 commit comments