An Introduction Flutter

By Simon Timms

Elevator Pitch

Flutter is a modern way to build fantastic looking mobile applications that run on Android and iOS. This talk will get you started building a simple flutter application. Widgets, state, and animation oh my.

Description

Flutter is a way of building applications created by Google supporting popular mobile platforms and also for the web. Applications are built using the Dart language which is a JavaScriptlike language with good support for classes and multi-threading through isolates. Flutter competes with other mobile application frameworks like Xamarin and React Native. This talk will take people from nothing to building their first simple Flutter application and getting it running in the simulator.