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

Flutter is the best. Best practices & tools

Pawan Kumar
November 03, 2018

Flutter is the best. Best practices & tools

A presentation about the best practices and tools about Flutter - at GDG Kolkata DevFest'18

Pawan Kumar

November 03, 2018
Tweet

More Decks by Pawan Kumar

Other Decks in Technology

Transcript

  1. Pawan Kumar, GDE Twitter - @imthepk Youtube – MTechViral Github

    - iampawan Kolkata Flutter is the best!! Best Practices & Tools
  2. Agenda • Creating first flutter app • Designing the UI

    • Best Practices • Tooling Kolkata
  3. Future Builder Widget that builds itself based on the latest

    snapshot of interaction with a Future.
  4. Stream Builder Widget that builds itself based on the latest

    snapshot of interaction with a Stream.
  5. AnimatedBuilder is useful for more complex widgets that wish to

    include an animation as part of a larger build function. To use AnimatedBuilder, simply construct the widget and pass it a builder function. Animated Builder
  6. In the isolate you can perform more CPU intensive processing

    (parsing a big JSON, for example), or perform computationally intensive math, such as encryption or signal processing. Use Isolates
  7. Links to learn flutter Pawan Kumar • MTechViral YouTube •

    iampawan - github • Let's flutter - fb group Google • Flutter.io • Udacity Course • Flutter Codelabs • Boring Development Show Misc. • Awesome Flutter Repo • Udemy Courses • Slack,Gitter, Reddit