mirror of
https://github.com/flutter/samples.git
synced 2026-05-04 13:56:37 +00:00
[material_3_demo] Refactor application code into multiple small libraries (#2581)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// ignore_for_file: avoid_types_on_closure_parameters
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:material_3_demo/component_screen.dart';
|
||||
import 'package:material_3_demo/main.dart';
|
||||
import 'package:material_3_demo/src/component_screen.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Default main page shows all M3 components', (tester) async {
|
||||
|
||||
Reference in New Issue
Block a user