chore: organize imports

This commit is contained in:
Clovis DUGUÉ
2024-08-23 23:35:09 +02:00
parent ccd60ac357
commit 11a7dca93c
30 changed files with 235 additions and 95 deletions

View File

@ -5,9 +5,13 @@
// gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct.
// Flutter imports:
import 'package:flutter/material.dart';
// Package imports:
import 'package:flutter_test/flutter_test.dart';
// Project imports:
import 'package:openlib/main.dart';
void main() {