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
A tool to generate ready-made screen templates for your Flutter app (uses df_generate_screen_core).
19
19
20
-
## Usage Instructions
21
-
22
-
1. You do not need to add this package to your pubspec.yaml file.
23
-
2. Activate the tool by running: `dart pub global activate df_generate_screen` or `dart pub global activate --source git https://github.com/dev-cetera/df_generate_screen.git`.
24
-
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"`).
25
-
4. Run `genscr -n ExampleScreen` to generate a screen template called `ExampleScreen` at the current directory.
26
-
27
20
<!-- END _README_CONTENT -->
28
21
29
22
---
@@ -58,4 +51,3 @@ If you're enjoying this package and find it valuable, consider showing your appr
58
51
## 🧑⚖️ License
59
52
60
53
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_generate_screen/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_generate_screen/main/LICENSE) for more information.
0 commit comments