frank06

Results 2 issues of frank06

```dart void main() async { WidgetsFlutterBinding.ensureInitialized(); await FlutterIsolate.killAll(); print('done'); // ... } ``` The string "done" never gets printed, execution halted (but not paused) and with no exceptions. Why do...

good first issue

Getting a failure during precompile: ``` $ dart run build_runner build -d -v Building package executable... (7.2s) Built build_runner:build_runner. [INFO] Entrypoint:Generating build script... [INFO] Entrypoint:Generating build script completed, took 389ms...