Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-13 10:54:02 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c13fce15bddf0f479a3b8e4122a5ffa9dd3b3421
c13fce15
1 parent
5a02e2b3
remove obsolete widget test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
example/test/widget_test.dart
example/test/widget_test.dart
deleted
100644 → 0
View file @
5a02e2b
// This is a basic Flutter widget test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// utility that Flutter provides. For example, you can send tap and scroll
// 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_test/flutter_test.dart'
;
void
main
(
)
{
testWidgets
(
'Verify Platform version'
,
(
WidgetTester
tester
)
async
{
// Build our app and trigger a frame.
});
}
Please
register
or
login
to post a comment