You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back when drift was called moor, there was a moor_flutter package. It only contained a sqflite-based executor that would now live in drift_sqflite, but I agree that having a drift_flutter package which contains the _openConnection() method as a public API (so that we don't have to suggest that monstrous snippet on the getting started docs) is definitely nice to have.
Core package:drift can't depend on Flutter which is the reason for the current split, but having a dedicated Flutter package implementing best practices is a good call.
@simolus3 What are your thoughts on adding some Flutter specific code to this package?
The text was updated successfully, but these errors were encountered: