How to create an offline app using python as a backend and flutter in frontend | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to create an offline app using python as a backend and flutter in frontend

How to create an app in flutter that does not require an active network connection and can manage its data localy using python. Is there any way to do so?

23rd Jun 2022, 1:48 PM
Ahsan Tony
Ahsan Tony - avatar
2 Réponses
+ 2
Mobile apps, which manage their data localy, do not need an extra backend language. They work with a localy database and in most cases with the SQLite. https://docs.flutter.dev/cookbook/persistence/sqlite You can find out in web how it can be done in flutter. More information about SQLite you can see here: https://www.sqlite.org/index.html
23rd Jun 2022, 4:08 PM
JaScript
JaScript - avatar
+ 2
This question is better suited for a search engine since Flutter is not a topic you can learn currently on SL. There may be permissions that you can work with to achieve what you wants. Always be sure to check the docs.
23rd Jun 2022, 1:56 PM
Justice
Justice - avatar