sort imports

`flutter pub run import_sorter:main --no-comments`
This commit is contained in:
Hiroshi Horie
2021-12-05 13:44:14 +07:00
parent 0356599bd2
commit e06936de2d
22 changed files with 35 additions and 19 deletions
+5 -2
View File
@@ -1,12 +1,15 @@
import 'dart:async';
import 'package:flutter/services.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
// In order to *not* need this ignore, consider extracting the "web" version
// of your plugin as a separate package, instead of inlining it in the same
// package as the core of your plugin.
// ignore: avoid_web_libraries_in_flutter
// import 'dart:html' as html show window;
import 'package:flutter/services.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
/// A web implementation of the Livekit plugin.
class LiveKitWebPlugin {