froom_common 3.0.0
froom_common: ^3.0.0 copied to clipboard
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency.
Changelog #
3.0.0 #
⬆️ Dependencies & Breaking Changes #
- source_gen: Upgrade to source_gen 3.x.x with modern TypeChecker API migration
- analyzer: Migrate to analyzer 7.x and element2 API throughout codebase
- deps: Update Dart SDK and multiple dependencies to latest versions across all packages
- type_utils: Use TypeChecker.typeNamed instead of deprecated fromRuntime for improved compatibility
🔧 Improvements #
- dart_type_extension: Add getDisplayStringCompat for analyzer 7.x compatibility
- macos: Update macOS deployment target to 10.15 and integrate CocoaPods support
📝 Documentation #
- README: Add build_runner example command to example/README.md