+ 2
When Flutter is good and when Flutter is bad?
Please explain the good and bad of Flutter.
6 Respuestas
+ 3
Flutter is future.
It is made by Google in 2018.
"Flutter does once whereas Java or Swift does twice."
This means that
You write a program for both Android and IOS for once.
But:
Flutter's programme will be too big.
I mean the data will be huge.
Simple phones can't usually use the ones written in Flutter
+ 3
KivyMD
+ 2
Tag languages also in your question.
+ 2
Ive only been doing pythin for 8-9 mths, I got started with kivy
+ 1
from kivymd.app import MDApp
class MainApp(MDApp):
def build(self):
pass
MainApp().run()
0
Also kivy is Python, Flutter is a emulator?