8000 GitHub - team113/flutter-incubator: Dart/Flutter step-by-step learning course.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

team113/flutter-incubator

Repository files navigation

Dart/Flutter Incubator

This template represents a step-by-step Dart/Flutter learning course, covering fundamental concepts and many common practical idioms, required for advanced cross-platform UI application development.

Prerequisites

Toolchain

Intro for emigrants from other languages

Bookshelf

Steps

Before you start

  1. Create a new GitHub repository for yourself using this one as template.
  2. Invite as a collaborator of your repository the person you want to review your steps (mentor or lead).

NOTE: This learning course is constantly improving and evolving over time.

To be up-to-date with the recent changes in your own copy of this repository, attach the upstream history with the following commands:

git remote add upstream https://github.com/team113/flutter-incubator.git
git fetch upstream main
git merge upstream/main --allow-unrelated-histories

And then, whenever you want to grab some new changes, do the following:

git fetch upstream main
git merge upstream/main

Additionally, to be aware about new changes, you may either watch this repository on GitHub, or even track it via RSS subscription.

Schedule

Each step must be performed as a separate PR (pull request) with the appropriate name, and checkmarked here, in README's schedule, after its completion. Consider to use dart format/flutter format and dart analyze/flutter analyze when you're writing Dart code.

Each step has the estimated time for completion. If any deeper investigation on step's theme is needed by you, then it's on your own.

Do not hesitate to ask your mentor/lead with questions, however you won't receive any concrete answer, but rather a direction for your own investigation. Mentor/Lead is the one who asks questions here, demanding concrete and complete answers.

Credits

Inspired by Rust Incubator.

About

Dart/Flutter step-by-step learning course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0