A guided and annotated Dart documentation walkthrough on the main() function.
Dart Docs: https://dart.dev/guides/language/lang...
CC by 4.0 https://creativecommons.org/licenses/...
Table of Contents:
02:49 - no main no gain
03:40 - entry point wiki
06:17 - main return type
10:39 - main file vs main function
11:53 - rename entry point file
14:01 - build flavors
15:30 - flutter clean