diff --git a/.env b/.env index f91f9f0..e3ad42f 100644 --- a/.env +++ b/.env @@ -1,2 +1,4 @@ -url = 'http://192.168.20.131:3000/' -api_url = 'http://192.168.20.131:3000/' \ No newline at end of file +url = 'http://192.168.20.45:3000/' +api_url = 'http://192.168.20.45:3000/' +# url = 'http://rfid-server1.kicap-karan.com/' +# api_url = 'http://rfid-server1.kicap-karan.com/' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4c94f67..d16ea3a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,7 @@ migrate_working_dir/ .dart_tool .idea -/linux/ -/macos/ -/web/ -/windows/ + # IntelliJ related *.iml @@ -48,3 +45,9 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +#others os +linux* +macos* +web* +windows* diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 0dc992b..42f7edc 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ + init(data) async { log.d('init'); - + log.d(data); getData(data); } diff --git a/lib/ui/views/splash_screen/splash_screen_view.dart b/lib/ui/views/splash_screen/splash_screen_view.dart index 7bb9e5f..1e325dc 100644 --- a/lib/ui/views/splash_screen/splash_screen_view.dart +++ b/lib/ui/views/splash_screen/splash_screen_view.dart @@ -37,7 +37,7 @@ class SplashScreenView extends StatelessWidget { ), const SizedBox(height: 10), Text( - "Sistem Retribusi Pasar Enrekang", + "Sistem Retribusi Pasar Lakessi", style: boldTextStyle.copyWith( fontSize: 20, ), @@ -47,7 +47,7 @@ class SplashScreenView extends StatelessWidget { ), ), const Text( - "Jln Panti Asuhan No. 3 Ujung Lare, Kec. Soreang, Kota Parepare, Sulawesi Selatan 91133", + "Pasar Lakessi, Kota Parepare, Sulawesi Selatan 91133", textAlign: TextAlign.center, style: regularTextStyle, ),