SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
379
stars
101
forks
source link
Fixes #303 - Add suport for Flutter 3.22 and Dart 3.4 #306
Add support for Flutter 3.22 and Dart 3.4 by changing the intl package from 0.18.0 to 0.19.0 in pubspec.yaml.