Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Let's Flutter

Let's Flutter

Introduction to Flutter
IDE to use and how to do the setup
Sample Flutter Apps
Resources from where to get started from

Maureen Josephine

January 26, 2019
Tweet

More Decks by Maureen Josephine

Other Decks in Programming

Transcript

  1. INTRODUCTION • Flutter is a crossplatform open source mobile SDK.

    • It was first unveiled in 2015. • The first version of flutter was called Sky and it ran on Android Operating System • It’s written in Dart language those familiar with java,Objective C, Javascript can easily relate with it.
  2. • UI design in Flutter involves creating widgets. • Everything

    in flutter is a widget including screens,texts, graphics, Containers etc.
  3. Interesting facts about Flutter • Eliminates building same interface twice

    • Saves companies the need to employ different IOS and Android developers to build the same app • Saves time • Allows you to experience native look and feel • Allows you create 2D effects and games • High velocity development-hot reload feature
  4. Apps Developed in Flutter • Apps developed in Flutter include:

    • Alibaba app • Hamilton musical app •
  5. Getting Started with Flutter • Flutter docs -flutter.io • Dart

    tour language – dart.lang.org • Udemy Flutter course • FragmentedCast • Google codelabs • Flutter weekly • Follow @r_FlutterDev on twitter • MTechViral(you tube)