SkillDevs / electric_dart

A Dart implementation for Electric (electric-sql.com).
Apache License 2.0
104 stars 9 forks source link

Add missing Drift import for electric types #4

Closed etienneolivier closed 1 year ago

etienneolivier commented 1 year ago

Hello and thank you very much for this project! 🙏

Just a small proposal to complete the documentation on integrating Electric into an existing Flutter application.

I had a compilation error for the missing Electric types in the database file generated by Drift without this import.

Have a nice day!

davidmartos96 commented 1 year ago

@etienneolivier Thank you! You are right, otherwise Drift won't find the type conversions.