follow_up 0.1.0
follow_up: ^0.1.0 copied to clipboard
Forced, localized gospel-invitation flow for Flutter apps: shows after N app opens with a full-screen animated presentation.
0.1.0 #
- Fix: language is now resolved from the device's own locale preferences directly, instead of
Localizations.localeOf(context)— which Flutter silently coerces back to English whenever the host app'sMaterialApp.localeisn't also listed inMaterialApp.supportedLocales. The popup now auto-detects the right language with zero extraMaterialAppconfiguration required. - Add
FollowUpGate.localeto force a specific language (e.g. for previews/testing or an in-app language switcher) instead of auto-detecting.
0.0.1 #
- Initial release:
FollowUpGatepopup + full-screen animated flow, localized to 10 languages.