- There is a Flutter add-in for Visual Studio Code.
- Flutter uses "Dart" as it's programming language.
- Dart is a strongly types object orientated language that compiles into JavaScript for websites, and "natively" for iOS and Droid.
- Also can compile code for native Windows, Mac, Chromebook.
- Everything is a Widget (layout widget, elements e.g. image, text, or a gesture widget (listens for actions like a tap)),
- Add widget together to make a custom widget,
- Widgets are either stateless e.g. picture or stateful e.g. textbox
- import the material.dart to provide basic building blocks
The more I see of Flutter, the more I like it. It is quick to build mobile apps and looks fantastic.
Cons:
Cons:
- Pretty new & hard to find skills
- Slightly bloated on a native app - not noticeable to end users
- Surface Windows 10 Pro
- Visual Studio Code
- Flutter SDK
- Android emulator (I didn't setup iOS)
- Android device to load the package to try it out on a phone
![]() |
Emulator Running using Flutter |
0 comments:
Post a Comment