This contains shared flutter packages to use in projects.
Package | Description | Version |
---|---|---|
bro_abstract_logger | This package contains abstract classes to loggers with managers. | |
bro_abstract_manager | This package contains abstract classes to work with managers. | |
bro_config_manager | This package contains the configuration manager for your application. | |
bro_file_utility | This contains utility functions for manipulating files and assets. | |
bro_global_manager | This contains the abstract global manager for the application. | |
bro_list_utility | This package contains utility classes for managing lists and maps. | |
bro_types_utility | This package contains utility classes for managing object types. | |
bro_yaml_utility | This package contains utility classes for managing JSON and YAML objects. |
To generate the packages list, run the following command:
mono_repo readme -p --pad
Then copy/past the output in the README.md file.
To publish a new package, you have to update its version in the pubspec.yaml file and then create a
new tag with the following format: <package_name>-v<version>
.
Don't forget to update the CHANGELOG.md file with the new version and the changes.
Then push the changes and the tag to the repository.
The GitHub action will publish the package to pub.dev.