Flavor Generator Package
Description
This package is written using Flutter and leverages code generation and type safety to create and manage anything related to flavors in your application. It ensures that all flavor-related code is consistent, maintainable, and type-safe.
Features
- Code Generation: Automatically generates flavor-related code, reducing manual coding effort.
- Type Safety: Ensures that all flavor-related code is type-safe, minimizing runtime errors.
- Consistency: Maintains consistency across all flavor-related code in your application.
Installation
To install the package, add the following to your pubspec.yaml
file:
dev_dependencies:
flavor_generator: ^0.0.1
run using
```bash
dart run ./bin/flavor/main.dart && dart run flutter_flavorizr