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
PPL Sosial
pilar
pilar-mobile
Commits
678232c6
Commit
678232c6
authored
Dec 22, 2020
by
Tsamara Esperanti Erwin
🦄
Browse files
Bugfixing
parent
8a1aeea9
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gradle/6.1.1/executionHistory/executionHistory.lock
0 → 100644
View file @
678232c6
File added
lib/Component/bottom_navigation_bar.dart
View file @
678232c6
...
...
@@ -132,10 +132,10 @@ class _BottomNavigationState extends State<BottomNavigation> {
),
title:
Text
(
'Home'
)),
BottomNavigationBarItem
(
icon:
Icon
(
Icons
.
thumb_up
),
title:
Text
(
'Donasi saya'
)),
icon:
Icon
(
Icons
.
archive
),
title:
Text
(
'Donasi saya'
)),
BottomNavigationBarItem
(
icon:
Icon
(
Icons
.
shopping_car
t
,
Icons
.
receip
t
,
),
title:
Text
(
'Belanja Saya'
)),
BottomNavigationBarItem
(
...
...
local.properties
View file @
678232c6
...
...
@@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#
Wed
Dec
02 15:00
:0
6
WIB 2020
sdk.dir
=
/Users/sara
h
esperanti/Library/Android/sdk
#
Mon
Dec
21 18:21
:0
8
WIB 2020
sdk.dir
=
/Users/
t
sa
ma
raesperanti/Library/Android/sdk
test/bottom_navigation_bar_test.dart
View file @
678232c6
...
...
@@ -140,7 +140,7 @@ void main() {
testWidgets
(
'Test initial to belanja saya loading'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
testWidget
);
await
tester
.
tap
(
find
.
byIcon
(
Icons
.
shopping_cart
).
last
);
await
tester
.
tap
(
find
.
byIcon
(
Icons
.
receipt
)
);
await
tester
.
pumpAndSettle
();
expect
(
find
.
text
(
'Belanja Saya'
),
findsNWidgets
(
2
));
});
...
...
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