This commit is contained in:
wzp 2024-08-28 20:31:39 +08:00
parent 13018028f9
commit 5db5a7ea42
2 changed files with 1 additions and 3 deletions

View File

@ -17,6 +17,7 @@
/// License: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
/// Homepage: https://design.google.com/icons/
///
library;
import 'package:flutter/widgets.dart';
class MaterialDesign {

View File

@ -5,10 +5,7 @@
// 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.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:environmental_protection/main.dart';
void main() {
}