flutter_inherited_model_builder

pub package License: MIT

This package is the builder for code generation for flutter_inherited_model.

Important

You will rarely need to use this package directly. It is part of the flutter_inherited_model package and is responsible for automating code generation.

For detailed usage and features, please refer to the main package's documentation.

Installation

Add this to your pubspec.yaml file's dev_dependencies along with build_runner.

dev_dependencies:
  flutter_inherited_model_builder: ^0.9.1 # Please check for the latest version.
  build_runner: ^2.4.10 # The build_runner version may be adjusted for compatibility.

License

This project is licensed under the MIT License. See the LICENSE file for details.