Use import_sorter

flutter pub run import_sorter:main --no-comments

The code feels much cleaner
This commit is contained in:
Vishesh Handa
2020-07-24 12:43:28 +02:00
parent 5253c7bdd1
commit 9d00fdac06
95 changed files with 303 additions and 234 deletions

View File

@ -3,6 +3,7 @@ import 'dart:convert';
import 'dart:io';
import 'package:flutter/services.dart';
import 'package:http/http.dart' as http;
import 'package:url_launcher/url_launcher.dart';