Commit b64ad857 authored by Ilham Maulana's avatar Ilham Maulana 💻

add go router

parent d976b173
...@@ -14,3 +14,25 @@ A few resources to get you started if this is your first Flutter project: ...@@ -14,3 +14,25 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials, [online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference. samples, guidance on mobile development, and a full API reference.
permisi pak William, maaf jika menggangu. Untuk task Front-end Flutter sepertinya sudah selesai pak
frontend:
https://github.com/impfundev/library_app_flutter
backend:
https://github.com/impfundev/library-app
untuk change password saya pakai email confirmation, testing pakai smtp etheral email.
```
to get pin confirm change or reset password:
go to https://ethereal.email/login/
and login with this account:
email: jaquan.ohara41@ethereal.email
password: 83VFaB6ZGSzy72D24T
inbox url: https://ethereal.email/messages
```
\ No newline at end of file
...@@ -168,6 +168,14 @@ packages: ...@@ -168,6 +168,14 @@ packages:
description: flutter description: flutter
source: sdk source: sdk
version: "0.0.0" version: "0.0.0"
go_router:
dependency: "direct main"
description:
name: go_router
sha256: "39dd52168d6c59984454183148dc3a5776960c61083adfc708cc79a7b3ce1ba8"
url: "https://pub.dev"
source: hosted
version: "14.2.1"
google_fonts: google_fonts:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -240,6 +248,14 @@ packages: ...@@ -240,6 +248,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.0.0" version: "4.0.0"
logging:
dependency: transitive
description:
name: logging
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
......
...@@ -42,6 +42,7 @@ dependencies: ...@@ -42,6 +42,7 @@ dependencies:
http: ^1.2.2 http: ^1.2.2
flutter_keychain: ^2.5.0 flutter_keychain: ^2.5.0
flutter_secure_storage: ^9.2.2 flutter_secure_storage: ^9.2.2
go_router: ^14.2.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment