Blueprint Protocol logo

Blueprint Protocol

Website: https://bento.me/blueprint App Store: https://apps.apple.com/us/app/blueprint-protocol/id6467042093 Google Play: https://play.google.com/store/apps/details?id=com.cotr.blueprint Status: Live Stack: Flutter CSV Bryan Johnson’s longevity protocol is quickly becoming popular among the health-conscious. Blueprint Protocol is a Flutter app that presents the entire protocol (supplements, recipes, exercises, products, and routine) in a simple interface. It is completely offline and free of ads.

January 20, 2025 · 1 min · 53 words · Me
Bakedown logo

Bakedown

Website: https://bakedown.app App Store: https://apps.apple.com/us/app/bakedown/id6445965871 Google Play: https://play.google.com/store/apps/details?id=com.mullr.abis_recipes&hl=en-US Status: Live Stack: Flutter Firebase RevenueCat Fastlane Streamline your baking experience with Bakedown! Import, organize, and customize your favorite pastry recipes—whether from the web or a photo—so you can focus on the joy of baking, not scrolling through ads.

July 15, 2023 · 1 min · 47 words · Me

Flutter: Build an IPA

If you’d like to distribute your Flutter app to iOS-using testers via Firebase Distribution, you’ll need to build IPA files. IPA files are simply iOS Application files that behave like APK or app bundles on Android. Unlike APK or app bundles however, you can’t just run a flutter build command and create an IPA. Build App Bundle: flutter build appbundle Build APK: flutter build apk This article will show you the fastest way to build an IPA for your Flutter app. ...

September 17, 2022 · 3 min · 632 words · Me