File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ Widget build(BuildContext context) {
6161Works with macOS and Linux.
6262
6363``` sh
64- $ brew install FlutterGen/tap/fluttergen
64+ brew install FlutterGen/tap/fluttergen
6565```
6666
6767### Pub Global
6868
6969Works with macOS, Linux and Windows.
7070
7171``` sh
72- $ dart pub global activate flutter_gen
72+ dart pub global activate flutter_gen
7373```
7474
7575You might need to [ set up your path] ( https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path ) .
@@ -87,23 +87,23 @@ dev_dependencies:
87872 . Install [ FlutterGen]
8888
8989``` sh
90- $ flutter pub get
90+ flutter pub get
9191```
9292
93933 . Use [ FlutterGen]
9494
9595```
96- $ flutter packages pub run build_runner build
96+ flutter packages pub run build_runner build
9797```
9898
9999## Usage
100100
101101Run ` fluttergen ` after the configuration [ ` pubspec.yaml ` ] ( https://dart.dev/tools/pub/pubspec ) .
102102
103103``` sh
104- $ fluttergen -h
104+ fluttergen -h
105105
106- $ fluttergen -c example/pubspec.yaml
106+ fluttergen -c example/pubspec.yaml
107107```
108108
109109## Configuration file
You can’t perform that action at this time.
0 commit comments