Flutter api persists the cookies in files, custom X-CSRF-TOKEN, csrf-cookie, XSRF-TOKEN
pubspec.yaml Init dio
i am who am i
pubspec.yaml Init dio
lib Info.plist AndroidManifest.xml function Usage @nhancv
Firebase Analytics Firebase Crashlytics Firebase auth: Google, Facebook, Apple Firebase storage: select image + upload, gen URL download file Cloud functions Firebase messaging + local push notification Integrate firebase https://medium.com/@nhancv/flutter-create-a-firebase-project-183b681e4cb5…
Create new shell script file chrome.sh Set permission Start script @nhancv
* The In-app product id should format: <package_id>_<type>_<number>. Ex: com.app.habitapp_yearly_000 (desc: Annual Subscription, Subscription Display Name: One year subscription, Description: Аll features of the app are available to you) *…
Add `launch_bg.png` and `launch_image.png` to Update `android/app/src/main/res/drawable/launch_background.xml` iOS Add `LaunchBackground.imageset` and `LaunchImage.imageset` to `ios/Runner/Assets.xcassets` Open `ios/Runner.xcworkspace` Select `Runner/Runner/LaunchScreen.storyboard`
Config multer Single file Multi files @nhancv
Healthy new habits automated HabitApp is the first habit app to implement “habit stacking” based on the latest research discussed in James Clear’s book, “Atomic Habits”. Habit Stacking helps people…
route_active_mixin.dart Update MyApp class Add RouteActiveMixin<HomePage> to Home Page State Important thing to get a correct route name. Do push to another screen and get output https://github.com/nhancv/nft @nhancv