mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +00:00
Update CI project list (#1583)
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
import 'package:context_menus/custom_menu_page.dart';
|
||||
import 'package:context_menus/main.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/gestures.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:context_menus/main.dart';
|
||||
import 'package:context_menus/custom_menu_page.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Shows default buttons in a custom context menu',
|
||||
(WidgetTester tester) async {
|
||||
testWidgets('Shows default buttons in a custom context menu', (tester) async {
|
||||
await tester.pumpWidget(const MyApp());
|
||||
|
||||
// Navigate to the CustomMenuPage example.
|
||||
|
||||
Reference in New Issue
Block a user