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

Support Dart 3/flutter 3.10 #295

Closed JWambaugh closed 1 year ago

JWambaugh commented 1 year ago

Currently SQFEntity does not support dart 3 SDK in its pubspec. I have created a fork and updated its pubspec files so it will work, but it'd be great if I didn't have to do this. My fork: https://github.com/JWambaugh/sqfEntity

hhtokpinar commented 1 year ago

please check updates

  sqfentity: ^2.4.0
  sqfentity_gen: ^2.4.0
JWambaugh commented 1 year ago

Thank you!!!