Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-FE
Commits
446d449b
Commit
446d449b
authored
Feb 29, 2020
by
agnes.handoko
Browse files
[CHORE] resolve merge request offline
parent
8bab6de2
Pipeline
#32261
passed with stages
in 3 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/page/dashboard/dashboard.dart
View file @
446d449b
...
...
@@ -60,10 +60,11 @@ class DashboardState extends State<Dashboard> {
BorderSide
(
color:
Colors
.
transparent
,
width:
0
)),
fillColor:
Colors
.
white
,
labelText:
'Kamu mau kemana?'
,
suffixIcon:
suffixIcon:
IconButton
(
key:
Key
(
"IconButton Text Field"
),
IconButton
(
icon:
Icon
(
Icons
.
mic
),
onPressed:
()
{})),
onTap:
()
=>
_navigateToPencarianPage
(
context
),
icon:
Icon
(
Icons
.
mic
),
onPressed:
()
{})),
onTap:
()
=>
_navigateToPencarianPage
(
context
),
),
),
]),
...
...
test/widget_test.dart
View file @
446d449b
...
...
@@ -35,11 +35,10 @@ void main() {
expect
(
find
.
byKey
(
containerGoogleMap
),
findsOneWidget
);
});
//testWidgets('finds a marker in google map', (WidgetTester tester) async {
//await tester.pumpWidget(MaterialApp(home: Dashboard()));
//expect(find.byType(Marker), findsOneWidget);
//});
// testWidgets('finds a marker in google map', (WidgetTester tester) async {
// await tester.pumpWidget(MaterialApp(home: Dashboard()));
// expect(find.byType(Marker), findsOneWidget);
// });
testWidgets
(
'finds a navigation bar'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
MaterialApp
(
home:
Dashboard
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment