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

What is Flutter

What is Flutter

A flutter introduction for mobile application developers.

Stephen Jude

July 27, 2019
Tweet

More Decks by Stephen Jude

Other Decks in Technology

Transcript

  1. Click to edit Master title style 1 FLUTTER G D

    G O n i t s h a #flutter #IGHub #IGHubOnitsha #GDG #GDGOnitsha
  2. Click to edit Master title style 2 Stephen Jude S

    e n i o r D e v e l o p e r @ D e a c o n s D i g i t a l S o l u t i o n s & Q w i c k p a g e 2 Tw i t t e r : @ s t e p h e n j u d e s o H e l l o , I a m
  3. Click to edit Master title style 4 WHAT IS FLUTTER

    •Flutter is Google’s mobile SDK / UI framework that enables developers to build native apps that run on Android and iOS devices. •Flutter is not a language (like JavaScript, for example). 4
  4. Click to edit Master title style 6 High Productivity •You

    can change your code and hot reload the changes, without any kind of delay. •Flutter includes the UI Widgets you need. •Flutter works with most IDEs. 6
  5. Click to edit Master title style 7 High Quality •When

    you write an Android app with the Flutter Widgets it looks like a normal Android app. •When you write an iOS app with the Flutter Widgets, it looks like a normal iOS app. 7
  6. Click to edit Master title style 8 High Performance •The

    code you write in Flutter runs natively so it flies! 8
  7. Click to edit Master title style 9 It is Free

    and Open •Flutter is free and Open Source. 9
  8. Click to edit Master title style 10 Install Process •Step

    1: Install Git. •Step 2: Download the Flutter SDK. •Step 3: Setup Your Path. •Step 4: Run Flutter Doctor. •Step 5: Setup Your Editor. •Step 6: Setup Your Emulator(s) 10
  9. Click to edit Master title style 11 “ Note: Flutter

    relies on a full installation of Android Studio to supply its Android platform dependencies. 11