auto_exporter 3.4.1 auto_exporter: ^3.4.1 copied to clipboard
A Dart package that allows you to auto export files, see README.md to know how to use it, just use the terminal and change the dart file name.
[3.4.1] - 2024-6-28 #
- Fix: Disordered comment
[3.4.0] - 2024-6-28 #
- Sort and format export list: all your device will generate the same export file.
[3.3.2] - 2024-6-17 #
- Fix: Only one @IgnoreExport annotation show nothing.
[3.3.1] - 2024-6-11 #
- Docs: update docs for multi languages.
[3.3.0] - 2024-6-4 #
- Feature: export specific sub plugins.
[3.2.0] - 2024-6-3 #
- Check annotaions each class, enum, method, variable.
[3.1.2] - 2024-5-7 #
- move plugin.
[3.1.1] - 2024-5-7 #
- move plugin to normidar-group.
- update README.md
- remove pubspec.lock
[3.1.0] - 2024-3-21 #
- use ast to check code is
part of
or not
[3.0.2] - 2024-2-4 #
- Fixed bug for part of
[3.0.1] - 2024-2-4 #
- Fixed bug
[3.0.0] - 2024-2-4 #
- Big change: you can export as you package name
- Big change: you can just export a little bit of files
[2.0.1] - 2024-1-26 #
- removed all print on code
[2.0.0] - 2024-1-8 #
- move all annotations to
auto_exporter_annotation
library. - update all dependencies
[1.5.0] - 2023-11-12 #
- Added
IgnoreExport
annotation to ignore export files
[1.4.8] - 2023-7-19 #
- update all included packages.
[1.4.7] - 2023-5-12 #
- add a empty line to end of export file
[1.4.6] - 2023-5-12 #
- add sample project
- fix can not run with newest flutter version (an issue of order)
[1.4.5] - 2023-3-23 #
- update pubspec.lock.
[1.4.4] - 2022-11-21 #
- change the README.md file.
[1.4.3] - 2022-10-17 #
- update sub packages versions
[1.4.2] - 2022-02-25 #
- update packages
[1.4.1] - 2022-02-25 #
- insert hint to exported file
- update packages
[1.4.0] - 2022-02-25 #
- insert hint to exported file
[1.3.8] - 2022-02-25 #
- try to remove source_gen
[1.3.7] - 2022-02-25 #
- fix cannot: do not export the project exporter
[1.3.6] - 2022-02-25 #
- do not export the project exporter
[1.3.5] - 2022-02-25 #
- fix error
[1.3.4] - 2022-02-25 #
- try to show the config
[1.3.3] - 2022-02-25 #
- try to fix type 'SyntheticSourceAssetNode' is not a subtype of type 'GeneratedAssetNode' in type cast
[1.3.2] - 2022-02-25 #
- try to unexport the assets
- try to show the package name
[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