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

Flutter: hands on

Flutter: hands on

Bhavik Makwana

September 15, 2018
Tweet

More Decks by Bhavik Makwana

Other Decks in Programming

Transcript

  1. 1. Recap 1. Flutter Framework 2. Building Layout in the

    Flutter 3. Dividing layout in the RoW and Column 4. Aligning/Sizing a widget 5. Tools 6. Hot Reload 7. Platform channels
  2. Creating a project • Using Terminal: ◦ flutter create project_name

    • Using Intellij IDE ◦ File>New>Project ◦ Flutter and click Next. ◦ Under Project location enter, or browse to, the directory holding your existing Flutter source code files. ◦ Click Finish.
  3. Additional resources Blog: What’s Revolutionary about Flutter by Wm Leler:

    goo.gl/bZcFR9 Video: Flutter's Rendering Pipeline by Adam Barth: youtu.be/UUfXWzp0-DU Video: The Mahogany Staircase by Ian Hickson: youtu.be/dkyY9WCGMi0 Video: YouTube videos by Pawan Kumar www.youtube.com/channel/UCFTM1FGjZSkoSPDZgtbp7hA Github: https://github.com/iampawan Github: https://github.com/ibhavikmakwana JsonToDart: https://javiercbk.github.io/json_to_dart/ And of course: github.com/flutter & flutter.io