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

M.A.D(Mobile App Development) with Flutter

M.A.D(Mobile App Development) with Flutter

Developing the mobile applications totally in a new way with just a single-codebase for both Android and iOS platforms in a Native style experience.

More Decks by Hema Sai Charan Kothamasu

Other Decks in Technology

Transcript

  1. Flutter is an open-source mobile application development framework created by

    Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia. - Wikipedia Source
  2. What is Dart…? Ø Dart is a general-purpose programming language

    originally developed by Google Ø Dart is Object-oriented, class defined, garbage-collected and combination of multiple languages Why only Dart…? • Productive • Fast • Portable • Approachable, & • Reactive
  3. TECHNOLOGY STACK Rendering – Ø C, C++, Dart, Skia –

    2D Rendering Engine Operating System – Ø Android Jelly bean, v16, 4.1 or newer Ø iOS 8 or newer Hardware System – Ø iOS devices (iPhone 4S or newer) and ARM Android devices No-Support x86 Android
  4. Flutter and What’s in it….? ü StatelessWidget ü StatefullWidget ü

    Scaffold ü Container ü Stack ü Row and Column ü Wrap ü Text ü Textfield ü Etc…