-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #162 from fleetimee/add_detail_agunan
feat: detail agunan done for reviewer
- Loading branch information
Showing
13 changed files
with
4,733 additions
and
1,614 deletions.
There are no files selected for viewing
2,579 changes: 1,267 additions & 1,312 deletions
2,579
lib/app/modules/agunan_pilih/views/agunan_pilih_view.dart
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
lib/app/modules/detail_agunan/bindings/detail_agunan_binding.dart
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,12 @@ | ||
import 'package:get/get.dart'; | ||
|
||
import '../controllers/detail_agunan_controller.dart'; | ||
|
||
class DetailAgunanBinding extends Bindings { | ||
@override | ||
void dependencies() { | ||
Get.lazyPut<DetailAgunanController>( | ||
() => DetailAgunanController(), | ||
); | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
lib/app/modules/detail_agunan/controllers/detail_agunan_controller.dart
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,9 @@ | ||
import 'package:akm/app/models/debitur_model/insight_debitur.model.dart'; | ||
import 'package:flutter_map_marker_popup/flutter_map_marker_popup.dart'; | ||
import 'package:get/get.dart'; | ||
|
||
class DetailAgunanController extends GetxController { | ||
DebiturInsight args = Get.arguments; | ||
|
||
final PopupController popupLayerController = PopupController(); | ||
} |
2,759 changes: 2,759 additions & 0 deletions
2,759
lib/app/modules/detail_agunan/views/detail_agunan_view.dart
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
869 changes: 617 additions & 252 deletions
869
lib/app/modules/pengajuan_printing/views/pengajuan_printing_view.dart
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
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
d8e487d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
infinite-impermanence – ./
infinite-impermanence.vercel.app
docs-akm.fleetime.my.id
infinite-impermanence-git-master-fleetime.vercel.app
infinite-impermanence-fleetime.vercel.app