Table of Contents

Flutter code

build command

flutter packages pub run build_runner watch --delete-conflicting-outputs

Theme

Color backgroundColor = Theme.of(context).backgroundColor;

Mobx Store

_userStore ??= Provider.of<UserStore>(context);