Loading JSON1 extension with flutter sqflite
问题 In my flutter app I'm using sqflite to talk to a local database. I need to peek into json data for specific queries. The JSON1 extension would be ideal for this. However, I can't find how to load the extension in a flutter app, making it available in my queries, since the documentation for loading the extension is written for C language, not Dart. So, some questions to help me on the way: Should I compile in different architectures for iOS and Android? Where should the compiled file(s) be