Closed bipinkrish closed 1 year ago
Reviewed the changes you made and approved the PR
In main.dart
The following check should be added .
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) { sqfliteFfiInit(); databaseFactory = databaseFactoryFfi; }
Without this code the mobile version of app gets crash
Well i didn't noticed it after checking it for Linux, sorry
Well for your other question, i don't have physical mac but i can build it with github actions or other services but without apple developer account and signing the app with it, it can't be installed on any devices
Well i didn't noticed it after checking it for Linux, sorry
Thats Okay
Well for your other question, I don't have physical Mac but i can build it with GitHub Actions or other services but without apple developer account and signing the app it can't be installed on any devices
Okay,While you develop for linux also check for android
Option to view PDF on Linux and Windows with system's default viewer (Temporary solution for viewing) Database-Factory fix for Linux and Windows