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
Is there a hard requirement on Flutter for Loon to work? If not, it'd be great to remove the Flutter imports to support running in Dart only environments.
The text was updated successfully, but these errors were encountered:
Yea there's nothing in Loon's core that requires Flutter, just the persistent storage dependencies of sqflite and flutter_secure_storage which both declare flutter as a dependency. I think the right move there would be to break out storage mechanisms into separate packages like loon_persistor_sqlite and then the core library could be used by any Dart environment.
That's great to hear and would be really powerful for using Loon as a JSON datastore.
Flutter doesn't have a JSON datastore library that supports querying, adding, inserting, editing JSON and persisting.
This would be great for the AI Agents experiments as AI Agents need access to the output JSON and an easy API for writing data.
Is there a hard requirement on Flutter for Loon to work? If not, it'd be great to remove the Flutter imports to support running in Dart only environments.
The text was updated successfully, but these errors were encountered: