Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Signals State Management in Flutter Project Generator #124

Open
1saifj opened this issue Oct 26, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@1saifj
Copy link

1saifj commented Oct 26, 2024

Is your feature request related to a problem? Please describe.
I'm looking to integrate signals state management in generated projects for improved reactive state handling. Currently, onix-flutter-project-generator lacks native support for signals, which requires additional setup and configuration. It would be beneficial to include this package as a supported option, making the generated projects more adaptable for different state management needs.

Describe the solution you'd like
I'd like to see signals added as an optional state management solution within onix-flutter-project-generator. This addition could include:

  • Integrating signals as an optional dependency.
  • Sample code/templates demonstrating signals usage for state management.
  • Compatibility with standard modules and components in the generator.

Describe alternatives you've considered
As an alternative, manual configuration of signals is possible, but this adds extra work and reduces efficiency, especially for teams looking for a quick setup with consistent state management options across projects.

Additional context
The Signals package is a reactive state management solution suitable for applications requiring responsive and efficient UI updates. By adding this support, the onix-flutter-project-generator could offer a more flexible and modern approach to state management.

@1saifj 1saifj added the enhancement New feature or request label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants