dpapathanasiou / simple-graph

This is a simple graph database in SQLite, inspired by "SQLite as a document database"
MIT License
1.4k stars 86 forks source link

Flutter support #15

Closed rodydavis closed 1 year ago

rodydavis commented 2 years ago

Here is a flutter example i created and runs SQLite on all the platforms it exports to!

https://github.com/rodydavis/flutter_graph_database

dpapathanasiou commented 1 year ago

Hi @rodydavis and thanks for letting me know!

The demo page does not seem to load for me, though; according to the browser console, there's a minification error in the main script:

Uncaught Error: Instance of 'minified:a2' 2 main.dart.js:4026:3
    c https://rodydavis.github.io/flutter_graph_database/main.dart.js:4026
    ajl https://rodydavis.github.io/flutter_graph_database/main.dart.js:6098
    $0 https://rodydavis.github.io/flutter_graph_database/main.dart.js:30157
    aoQ https://rodydavis.github.io/flutter_graph_database/main.dart.js:5372
    ap9 https://rodydavis.github.io/flutter_graph_database/main.dart.js:5374
    $1 https://rodydavis.github.io/flutter_graph_database/main.dart.js:29378
    aqD https://rodydavis.github.io/flutter_graph_database/main.dart.js:4107
    s https://rodydavis.github.io/flutter_graph_database/main.dart.js:4115
rodydavis commented 1 year ago

Gotcha! May have been an issue on my side. It was working in dev mode at least

dpapathanasiou commented 1 year ago

Ha, of course :)

Anyway, I admit I'd never heard of Flutter and Dart before you posted this, so thank you again for the heads-up.

In the meantime, I've updated the README to include a reference to it, so I'll mark this "issue" as closed.