Flutter custom icon fonts
Gen icon fonts Access: https://icomoon.io/app/#/select Select tab “Selection”, select/upload svg fonts When you import your icons which exported from figma, may you face this error => To solve this, install…
Gen icon fonts Access: https://icomoon.io/app/#/select Select tab “Selection”, select/upload svg fonts When you import your icons which exported from figma, may you face this error => To solve this, install…
Fine app_key from websocket url protocal of pusher on web: wss://ws-mt1.pusher.com/app/xxxxxxxxxxxxxxxxxxxx?protocol=7&client=js&version=7.0.0&flash=false=> Pusher key = xxxxxxxxxxxxxxxxxxxx Implement on Flutter android/app/build.gradle android { buildTypes { debug { debuggable true signingConfig signingConfigs.debug }…
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`
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…