This evening I attended the Google Developer group hosted by CRI at the Travel and Transport building.
Started with Introductions: Such as I am Anthony Carlson. I am the Lead Application Developer at Farm Credit Services of America with emphasis on the iOS and Android platform.
Intro to Flutter
Tonight’s topic was on Flutter. An intro to Flutter and Getting a Flutter app to production were the topics. Flutter works as a plugin in Android Studio. You can connect to the iOS simulator.
- Portable UI toolkit
- Native Mobile or Web
- State Management
- Compiles to native file
App built is a Tree structure. Everything is a widget. There is also a process for developing a package and plugins. Scaffolding is very similar to material design. When you develop you are acting in a state. Let flutter manage state. The more complex or nest widgets is when state management.
It was a brief talk, but educational.