refactor: Replace import_sorter with directives_ordering lint
This commit is contained in:
parent
4de2b3236e
commit
69588b8d69
180 changed files with 532 additions and 794 deletions
|
|
@ -1,11 +1,9 @@
|
|||
import 'package:fluffychat/widgets/lock_screen.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
|
||||
import 'package:matrix/matrix.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import 'package:fluffychat/widgets/lock_screen.dart';
|
||||
|
||||
class AppLockWidget extends StatefulWidget {
|
||||
const AppLockWidget({
|
||||
required this.child,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue