mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
Add dart 2.9 declaration in the main file
The top level file must have this if it imports other files which haven't been converted for null safety.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// @dart=2.9
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:isolate';
|
||||
|
||||
|
Reference in New Issue
Block a user