mirror of
https://github.com/dstark5/Openlib.git
synced 2025-09-21 01:49:32 +08:00
chore: organize imports
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user