auto_exporter 1.3.1
auto_exporter: ^1.3.1 copied to clipboard
A Dart package that allows you to auto export files.
1.3.1 - 2022-02-25 #
- try to unexport the assets
1.3.0 - 2022-02-25 #
- remove the AutoExporter
1.2.4 - 2022-01-08 #
- change the created file name to main.dart
1.2.3 - 2022-01-08 #
- change the created file name to the package name
1.2.2 - 2022-01-08 #
- change the created file name to main.dart
1.2.1 - 2022-01-08 #
- change the created file name to the package name
1.2.0 - 2022-01-08 #
- fork the original package and update the version to null safety
1.1.0 - 2020-07-25 #
- Updated dependencies, now extensions are can be auto exported without fake class trick
1.0.2 - 2020-06-07 #
- Added first line on auto_export file warning about that is generated code
- Added example
1.0.1 - 2020-06-07 #
- Added simple documentation on readme
1.0.0 - 2020-06-07 #
- First version of the package