You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A tool to generate ready-made screen templates for your Flutter app (uses df_gen
18
18
1. You do not need to add this package to your pubspec.yaml file.
19
19
2. Activate the tool by running: `dart pub global activate df_generate_screen` or `dart pub global activate --source git https://github.com/robmllze/df_generate_screen.git`.
20
20
3. Navigate to a folder in your project using the terminal (Tip: If you're using VS Code, you can right-click on a folder and select `"Open in Integrated Terminal"`).
21
-
4. Run `screen . -n ExampleScreen` to generate a screen template called `ExampleScreen` at the current directory.
21
+
4. Run `genscr . -n ExampleScreen` to generate a screen template called `ExampleScreen` at the current directory.
0 commit comments