Essentials

  • Source code

Official resources

  • Flutter Docs
  • Riverpod Docs

Important notes

Every lecture has a commit correlated. If you look in the github repo and check the "commits" page you will see all the lectures in a commit form

Packages

I highly recommend following the course with the exact package versions I use in the course. This will be explained in the course but for whatever reason you miss that, here are all the versions.

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  flutter_riverpod: 1.0.0
  riverpod: 1.0.0
  dio: 4.0.0

  cupertino_icons: ^1.0.2
  multiple_result: ^1.0.4

dev_dependencies:
  flutter_test:
    sdk: flutter
  integration_test:
    sdk: flutter
  flutter_lints: 1.0.4
  mocktail: ^0.2.0