flutter_secure_dotenv_generator 2.0.0
flutter_secure_dotenv_generator: ^2.0.0 copied to clipboard
A development dependency to generate secure dotenv file for flutter_secure_dotenv package.
2.0.0 #
- BREAKING: Updated
source_genfrom^2.0.0to^4.2.0(addresses #3).- Migrated from
TypeChecker.fromRuntimetoTypeChecker.fromUrl(source_gen 4.x breaking change). - Added
inPackagetoGeneratorForAnnotationfor precise annotation matching.
- Migrated from
- BREAKING: Updated
buildfrom^2.4.2to>=3.0.0 <5.0.0. - BREAKING: Updated
analyzerfrom^7.2.0to>=8.0.0 <11.0.0.- Migrated from
element.enclosingElement3toelement.enclosingElement. - Migrated from
interface.augmented.lookUpGetter/lookUpSettertointerface.lookUpGetter/lookUpSetter. - Migrated from
accessor.variable2toaccessor.variable. - Migrated from
interface.accessorstointerface.getters/interface.setters. - Migrated from
library.importedLibrariestolibrary.firstFragment.libraryImports.
- Migrated from
- BREAKING: Updated
pointycastlefrom^3.9.1to^4.0.0. - BREAKING: Minimum Dart SDK bumped from
^3.6.0to^3.8.0. - Fix: Generator no longer processes static/private fields (e.g.
_encryptionKey,_iv) as environment variables. - Updated
flutter_secure_dotenvdependency to^2.0.0. - Updated
source_helperto^1.3.10,lintsto^6.1.0,testto^1.29.0,build_runnerto^2.11.1. - Updated example to use secure key loading (removed
String.fromEnvironmentpattern). - Added 100%
public_member_api_docscoverage with library-level dartdoc. - Enhanced test coverage from 3 to 14 tests.
- Added GitHub Actions CI workflow with dual-checkout and auto-generated
pubspec_overrides.yaml. - Added
CONTRIBUTING.md.
1.0.5 #
- Fix enum typePrefix empty building issue
1.0.4 #
- Fix building without encryption
1.0.3 #
- Fix FormatterException caused by dart.core type prefix
1.0.2 #
- Fix building issue
1.0.1 #
- Minor typo fixes
1.0.0 #
- Initial version.
- Update dependencies, refactor codes and continue the discontinued secure_dotenv_generator