Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 4.05 KB

README.md

File metadata and controls

63 lines (43 loc) · 4.05 KB

Flutter Bro libraries

Badges

Flutter Unit Tests Markdown Lint REUSE Compliance Check

Table of contents

Introduction

This contains shared flutter packages to use in projects.

Packages list

Package Description Version
bro_abstract_logger This package contains abstract classes to loggers with managers. pub package
bro_abstract_manager This package contains abstract classes to work with managers. pub package
bro_config_manager This package contains the configuration manager for your application. pub package
bro_file_utility This contains utility functions for manipulating files and assets. pub package
bro_global_manager This contains the abstract global manager for the application. pub package
bro_list_utility This package contains utility classes for managing lists and maps. pub package
bro_types_utility This package contains utility classes for managing object types. pub package
bro_yaml_utility This package contains utility classes for managing JSON and YAML objects. pub package

Quick start

Generate the packages list

To generate the packages list, run the following command:

mono_repo readme -p --pad

Then copy/past the output in the README.md file.

Publish one package

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.