floor_generator_community 1.1.0
floor_generator_community: ^1.1.0 copied to clipboard
Code generator for the community-maintained, Floor-compatible SQLite abstraction.
Changelog #
1.1.0 #
- Fixed
TypeConvertersymbol collisions betweenfloor_annotation_communityand the generator's internal value object inDaoProcessor. - Fixed
Entityresolving to the annotation type insideDaoProcessorby explicitly importing the generator entity model and aliasing annotation references. - Made set merging non-mutating so type-converter scopes cannot leak between sibling processors.
- Aligned the generator test dependency with Analyzer 13+ (
test >=1.31.2) to avoid Pub Workspace solver conflicts.
1.0.0 #
🎉 First community-maintained release.
Community #
- Initial community release of
floor_generator_community. - Established independent community maintenance.
- Preserved compatibility with the Floor 1.5.x API and generated code.
✨ Improvements #
- Added support for newer Dart SDK releases.
- Updated compatibility with recent Flutter versions.
- Migrated to the modern Analyzer element APIs used by Analyzer 13/14.
- Updated
build,build_runner, andsource_genintegration with Flutter-compatible dependency ranges. - Improved compatibility with modern code generation tooling.
- Fixed generator issues caused by analyzer API changes.
- Improved generated code stability and maintainability.
🛠 Maintenance #
- Updated development dependencies.
- Improved CI and automated testing.
- General code cleanup and internal refactoring.
Notes #
This package is a community-maintained continuation of the original floor_generator package and is intended to be a drop-in replacement for existing projects.