hhtokpinar / sqfEntity

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

Closed FaisalFaraj closed 4 months ago

FaisalFaraj commented 4 months ago

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.