Dart and flutter are enough to build full app? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Dart and flutter are enough to build full app?

16th May 2020, 4:07 AM
King's Man
King's Man - avatar
5 ответов
+ 1
Yes! But according to the requirements of your app, you should choose the language. Make a plan, list requirements, search if dart can fulfill them or not and start!
16th May 2020, 5:20 AM
Manish
Manish - avatar
+ 1
You can work with json for offline data saving. To store them in cloud data base, mostly SQLite is used in flutter. You can find it in flutter.dev webpage. It's documentation is easy to understand or you'll find many other websites.😊
16th May 2020, 5:35 AM
Manish
Manish - avatar
0
Manish Thanks. I'm web developer i have no idea about mobile dev. Plz i have another questions: which database use with mobile app? Can i use JSON or something like that with dart flutter?
16th May 2020, 5:27 AM
King's Man
King's Man - avatar
0
Manish Thank you again ok. Is there an other language - framework work with MySQL ?
16th May 2020, 5:39 AM
King's Man
King's Man - avatar
0
You can easily create db in sqlite, to fill data and access them, you need some code, as well as sqlite package for flutter.
16th May 2020, 5:57 AM
Manish
Manish - avatar