-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
3,834 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
class Assets { | ||
static const sourceImg = '{sourceImg}'; | ||
static const urlImg = | ||
'https://storage.googleapis.com/toki-bebras-proto.appspot.com/uploads'; | ||
static const flagDir = 'assets/images/flags/'; | ||
static const icon = 'assets/icon/icon.png'; | ||
static const logo = 'assets/images/logo.png'; | ||
static const iconGoogle = 'assets/icon/ic_google.png'; | ||
static const iconLogin = 'assets/images/ic_login.png'; | ||
static const bebrasPandaiText = 'assets/images/bebras-banner.png'; | ||
static const bLogo = 'assets/images/b-logo.webp'; | ||
static const studyBackground = 'assets/images/study-background.jpg'; | ||
static const bebrasMascot = 'assets/images/bebras-mascot.png'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
List<Map<String, dynamic>> getStartedList = [ | ||
{ | ||
'image': 'assets/images/ic_onboard_1.png', | ||
'title': 'Temukan Dunia Pengetahuanmu!', | ||
'description': | ||
'Selamat datang di Bebras Pandai, tempat di mana kamu dapat membuka ' | ||
'pintu menuju pengetahuan yang tak terbatas.' | ||
}, | ||
{ | ||
'image': 'assets/images/ic_onboard_2.png', | ||
'title': 'Pintu Gerbang Kecerdasan Terbuka', | ||
'description': | ||
'Setiap langkah akan membawa kita lebih dekat dengan pengetahuan ' | ||
'yang tak terbatas.' | ||
}, | ||
{ | ||
'image': 'assets/images/ic_onboard_3.png', | ||
'title': 'Temukan Keajaiban!', | ||
'description': | ||
'Setiap momen belajar menjadi petualangan yang penuh keceriaan. ' | ||
'Ayo bergabung dalam dan nikmati manfaat yang luar biasa' | ||
} | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
List<Map<String, String>> dropdownItems = [ | ||
{ | ||
'value': 'draft', | ||
'text': 'Draft', | ||
}, | ||
{ | ||
'value': 'need_review', | ||
'text': 'Need Review', | ||
}, | ||
{ | ||
'value': 'ready', | ||
'text': 'Ready', | ||
}, | ||
{ | ||
'value': 'reserve', | ||
'text': 'Reserve', | ||
}, | ||
{ | ||
'value': 'canceled', | ||
'text': 'Canceled', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.