Flutter App Auth 📱 This is an App with Auth Functions like Login and Register. All API using reqres.in. This app also implementing Flutter Clean Architecture with TDD. light-theme.mp4 dark-theme.mp4 Pre-requisites 📐 TechnologyRecommended VersionInstallation Guide Flutter v3.10.x Flutter Of...
I/flutter (22608): PlatformException(error, You need to use a Theme.AppCompat theme (or descendant) with this activity., null) I already modifiedMainActivity.ktLike this. packageid.zeffry.debt_diaryimportandroidx.annotation.NonNull;importio.flutter.embedding.android.FlutterFragmentActivityimportio....
So basically, the official example doesn't even have the libraries advised on that page. This is really confusing. Also, the official example has a class with methods for signin, you can't start that example because it doesn't have a main, so you have to make a new flutter project an...
In this version v2.0, I applied BloC pattern by using Flutter Bloc to project and also have unit tests for it. I also built simple Mock API for the app, it just static json file uploaded to a my private hosting. I hope I have time to do cache local data by SQLite but I have ...