Skip to content

Commit

Permalink
feat: add image attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fleetimee committed Jan 15, 2023
1 parent 02956eb commit 42a804b
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 42 deletions.
Binary file added assets/images/home/call-center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/home/lps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/home/ojk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 35 additions & 17 deletions lib/app/modules/login-page/views/login_page_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class LoginPageView extends GetView<LoginPageController> {
],
),
const SizedBox(
height: 240,
height: 220,
),
Container(
padding: const EdgeInsets.all(20),
Expand Down Expand Up @@ -406,24 +406,42 @@ class LoginPageView extends GetView<LoginPageController> {
const SizedBox(
height: 15,
),
Text(
'Crafted with ❤️ in Yogyakarta',
style: TextStyle(
color: GFColors.LIGHT,
fontSize: 14,
fontWeight: FontWeight.w800,
// add custom google font
fontFamily:
GoogleFonts.montserrat().fontFamily,
),
Row(
mainAxisAlignment:
MainAxisAlignment.spaceBetween,
children: [
Row(
children: [
Image.asset(
'assets/images/home/ojk.png',
height: 40,
),
const SizedBox(
width: 10,
),
Image.asset(
'assets/images/home/lps.png',
height: 40,
),
],
),
Image.asset(
'assets/images/home/call-center.png',
height: 40,
),
],
),

// const SizedBox(
// height: 10,
// Text(
// 'Crafted with ❤️ in Yogyakarta',
// style: TextStyle(
// color: GFColors.LIGHT,
// fontSize: 14,
// fontWeight: FontWeight.w800,
// // add custom google font
// fontFamily:
// GoogleFonts.montserrat().fontFamily,
// ),
// ),
// divider with text in between
// Get shared preferences instance

Visibility(
visible: false,
child: Obx(
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import geolocator_apple
import path_provider_macos
import printing
import share_plus
import shared_preferences_macos
import shared_preferences_foundation
import sqflite
import url_launcher_macos

Expand Down
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,14 @@ packages:
name: dart_code_metrics
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.0"
version: "5.4.0"
dart_code_metrics_presets:
dependency: transitive
description:
name: dart_code_metrics_presets
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -382,7 +389,7 @@ packages:
name: firebase_auth
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.4"
version: "4.2.5"
firebase_auth_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -424,7 +431,7 @@ packages:
name: firebase_crashlytics
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.9"
version: "3.0.10"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -464,7 +471,7 @@ packages:
name: flutter_animate
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.1.0"
flutter_blurhash:
dependency: transitive
description:
Expand Down Expand Up @@ -854,7 +861,7 @@ packages:
name: google_sign_in
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.2"
version: "5.4.3"
google_sign_in_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1038,7 +1045,7 @@ packages:
name: lottie
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.0"
map_launcher:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1425,18 +1432,18 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.15"
version: "2.0.16"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.14"
shared_preferences_ios:
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_ios
name: shared_preferences_foundation
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
Expand All @@ -1447,13 +1454,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
shared_preferences_macos:
dependency: transitive
description:
name: shared_preferences_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
shared_preferences_platform_interface:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: akm
version: 1.1.6+24
version: 1.1.7+25
publish_to: none
description: Mobile app untuk Analisis Kredit Mikro built with Flutter and NodeJS.
environment:
Expand Down Expand Up @@ -28,13 +28,13 @@ dependencies:
url: https://github.com/yuvaraja2303/finance/
ref: patch-1
firebase_analytics: ^10.1.0
firebase_auth: ^4.2.4
firebase_auth: ^4.2.5
firebase_core: ^2.4.1
firebase_crashlytics: ^3.0.9
firebase_crashlytics: ^3.0.10
firebase_messaging: ^14.2.1
flutter:
sdk: flutter
flutter_animate: ^2.0.1
flutter_animate: ^2.1.0
flutter_cached_pdfview:
git:
url: https://github.com/ewilliams-zoot/flutter_cached_pdfview/
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies:
get: 4.6.5
getwidget: ^3.0.1
google_fonts: ^3.0.1
google_sign_in: ^5.4.2
google_sign_in: ^5.4.3
http: ^0.13.5
image_picker: ^0.8.6
in_app_update: ^4.0.1
Expand All @@ -78,7 +78,7 @@ dependencies:
url: https://github.com/Pyozer/introduction_screen
ref: master
latlong2: ^0.8.1
lottie: ^2.1.0
lottie: ^2.2.0
map_launcher: ^2.4.0
modal_bottom_sheet: ^2.1.2
ntp: ^2.0.0
Expand All @@ -97,7 +97,7 @@ dependencies:
scaffold_gradient_background: ^1.0.3+1
settings_ui: ^2.0.2
share_plus: ^6.3.0
shared_preferences: ^2.0.15
shared_preferences: ^2.0.16
terbilang_id: ^0.1.0
timeline_tile: ^2.0.0
url_launcher: ^6.1.7
Expand All @@ -106,7 +106,7 @@ dependencies:

dev_dependencies:
change_app_package_name: ^1.1.0
dart_code_metrics: ^5.3.0
dart_code_metrics: ^5.4.0
dependency_validator: ^3.2.2
flutter_launcher_icons: ^0.11.0
flutter_lints: 2.0.1
Expand Down

0 comments on commit 42a804b

Please sign in to comment.