First version of dart migrate

Most of the files haven't been migrated. Lets work on this bit by bit
This commit is contained in:
Vishesh Handa
2021-04-10 22:13:47 +02:00
parent 4d66dbafe9
commit d008f0d982
143 changed files with 284 additions and 3 deletions

View File

@ -1,3 +1,5 @@
// @dart=2.9
import 'dart:async';
import 'dart:convert';
import 'dart:io';