Skip to content

Instantly share code, notes, and snippets.

@gurleensethi
Created May 14, 2020 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurleensethi/9f19da96480d765783e790b70c31dce5 to your computer and use it in GitHub Desktop.
Save gurleensethi/9f19da96480d765783e790b70c31dce5 to your computer and use it in GitHub Desktop.

Here are some resources to get started with Dart & Flutter:

Dart:

  • Dart Language Tour: Provides a nice overview of the language, a good place to start learning Dart.

Flutter:

  • Flutter for Android Developers: This article tries to map the concepts of Android Development to Flutter development, so that you can understand and relate concepts quickly.

  • Widget of the Week: Playlist on Youtube. Contains 1-2 mins long videos on various Widgets.

  • Building a Layout: This tutorial will show you how to build a simple layout using Row, Column, Stack and more. A good article to get started with on thinking about layout in flutter.

  • Dive into Flutter Widgets: Get to know some of the most commonly used widgets in Flutter.

  • Dive into more Flutter Widgets: More commonly used Flutter Widgets.

  • Animations:

    • Animating Widgets: Simple tutorial to get started with animations.
    • Animations tutorial: Official animations tutorial. Before reading this tutorial make sure to read and try out one or more basic animation tutorial.
  • Using Packages: Using external packages in Flutter app.

  • Bloc Pattern: Bloc pattern in Flutter.

Additional Resources:

  • Cookbook: Contains short tutorial to achieve various things in Flutter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment