-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment and release #269
Comments
At present, Flutter (native) is not supported and can only be used for the data proxy engine. It will take me about two months to solve this problem. |
okay, sure. I'm deadlocked in a project I'm currently working on, and the alternative is to change the entire stack if it can not be implemented as needed. How can I help speed things up? |
@jmakinin Can you help me speed up the implementation of this? There are many problems I have to deal with now. The first is debt, and the other is the adaptation of the new protocol of Prisma 5 (this will almost cause the entire project to be rewritten). I also need Prisma to dynamic library. It is really difficult to write. I am the only one maintaining the project from its inception to the present. I really have a lot of things that need to be done. |
I'm actively developing a new version to adapt to Prisma 5 |
I have been facing issues building a workable release version of my application running the Prisma client with SQLite database.
The built release app cannot establish a connection to the SQLite database I am using.
My system is Windows 11
Flutter version
Dart version
And I am targeting deployment to the Windows platform.
this is the database connection class
this is the main application instance
I'm pretty new to this, and I have so far not seen a Flutter desktop application in production (I don't know of any at the moment that uses the stack I am using)
Any help will be much appreciated.
#Windows #Deployment #Production #BuildRelease #DatabaseConnection #Flutter #Dart
The text was updated successfully, but these errors were encountered: