deakjahn / sqflite_web

A web plugin for https://github.com/tekartik/sqflite
Other
36 stars 20 forks source link

getting error in generated_pluginsfile #24

Open sawproduction opened 2 years ago

sawproduction commented 2 years ago

undefined name sqflitepluginweb

deakjahn commented 2 years ago

Please, visit https://github.com/deakjahn/sqflite_web/issues/17

shaozict commented 2 years ago

export 'src/sqflite_web_stub.dart' if (dart.library.html) 'src/sqflite_web.dart'; The error should be caused by this. It's not necessary.It should be written as export 'src/sqflite_web.dart';