Initial commit: Penyerahan final Source code Tugas Akhir
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Vocasia lms Mobile App
|
||||
|
||||
Project ini dibuat untuk Tugas Akhir.
|
||||
Nama : Muhammad Ferdi Akhdan
|
||||
NIM : 2210501086
|
||||
Prodi : D3 Sistem Informasi UPNVJ
|
||||
|
||||
|
||||
## Kebutuhan
|
||||
|
||||
- flutter sdk version: "3.16.x" [download sdk](https://docs.flutter.dev/get-started/install)
|
||||
|
||||
## Instalasi project
|
||||
|
||||
- git clone --branch dev https://gitlab.com/divisi.it/vocasia-front-end-app.git
|
||||
- cd vocasia-front-end-app
|
||||
- flutter pub get
|
||||
|
||||
## Run Project
|
||||
|
||||
- command `flutter run`
|
||||
- vscode `menu > run > run wth debugging/run without debugging`
|
||||
|
||||
##### Tambahan
|
||||
|
||||
<small> Jika Ada error dari pusher_client </small>
|
||||
|
||||
<small>Ubah versi kotlin pusher_client dari `ext.kotlin_version = '1.3.50'` menjadi `ext.kotlin_version = '1.7.10'`</small>
|
||||
|
||||
##### Langkah-langkah
|
||||
|
||||
- <small>buka folder pusher_client/android, `%AppData%\..\Local\Pub\Cache\hosted\pub.dev\pusher_client-2.0.0\android`</small>
|
||||
- <small>buka file build.gradle, lalu cari `ext.kotlin_version`</small>
|
Reference in New Issue
Block a user