Flutter timeline ● Dart announced by Google at GOTO in Aarhus, Denmark in October 2011 ● Dart 1.0 in November 2013 ● “Sky” (Android only) announced at 2015 Dart developer summit ● Dart 2.0 August 2018 ● Flutter 1.0 announced in December 2018 ● Flutter 1.12 December 2019 at Flutter Interact ● Flutter 1.17 currently in beta
Stateless vs Stateful Widgets class Text extends StatelessWidget { // Displaying text doesn't require a state } class TextField extends StatefulWidget { // A text input needs to track its state }
Resource and Contact information About me ● https://github.com/ErikHellman/FlutterTodoDemo - The demo app ● https://twitter.com/ErikHellman - Where I post stuff regularly ● https://hellsoft.se - Where I post stuff less frequently ● [email protected] - Email that I usually read Flutter ● https://flutter.dev/ - Official documentation ● https://api.flutter.dev/ - Platform API reference ● https://pub.dev/ - Plugin (library) repository