onix-flutter-project-generator
onix-flutter-project-generator copied to clipboard
Flutter Project Generator is a tool for creating a new project with built-in Clean based architecture and boilerplate components for a quick start.
fix(generation): refactor services feat(fastlane): added fastlane configs feat(docs): added docs generation fix(flavors): fix on flavors generation
**Is your feature request related to a problem? Please describe.** When creating project with flavors, they configured for Android and OS only. There no MacOS cofiguration in flavorizr. **Describe the...
**Is your feature request related to a problem? Please describe.** Some complex APIs may contain paths which are needed by different applications of software packages (client app, manager app, administrator...
**Describe the bug** Swagger parser fails if any path has no tag. **To Reproduce** Try to parse swagger file where some paths has no tags. Example swagger json attached **Expected...
Error message: cannot execute processor android:adaptativeicons
**Describe the bug** BuildRunner fails if project uses FVM **To Reproduce** Use FVM with flutter version higher than global **Expected behavior** BuildRunner not fails **Screenshots** ![Screenshot 2024-06-23 at 13 05...
Contributor @1saifj mentioned that we forgot to add mention of the optional Sentry package
- added modularity for screen generators with StateManagerStrategy - added StateManager selector to project config screen - implemented logic to change screen state management if StateManager changed and it not...
Does it support Windows platform operation? Can state management support other things? For example, get_it (because bloc state management is too heavy, and the complexity brought by bloc is not...