Basics Of Flutter
What is flutter ?
flutter is sdk (software development kit) provided by google.It is basically used to create beautiful user interface and good ui native apps for both android as well as ios.Interesting fact about flutter is that we don't need to write two different codes for android and ios.Flutter can also be used to create web apps as well.flutter uses dart language i.e we have to write codes in dart language in using flutter to build any app.
Comments
Post a Comment