@@ -238,12 +238,13 @@ class _MyHomePageState extends State<MyHomePage> {
2382382 . Add the following default parameters and values.
2392393 . Refer to [ ` example/remoteconfig.template.json ` ] ( example/remoteconfig.template.json ) for a complete example.
240240
241- | Key | Example Value | Description |
242- | ------------------------| ---------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------|
243- | ` min_required_version ` | ` {"stable": "1.0.0", "beta": "1.0.5", "staging": "1.0.10"} ` | Minimum app version required ** per track** . JSON map of track versions (` {"stable": "1.0.0", "beta": "1.0.5"} ` ). |
244- | ` latest_version ` | ` {"stable": "1.0.29", "beta": "1.0.30", "staging": "1.0.31"} ` | Latest available version ** per track** . JSON map of track versions (` {"stable": "1.0.29", "beta": "1.0.30"} ` ). |
245- | ` patch_enabled ` | ` true ` | Global flag to enable or disable patch checking. |
246- | ` patch_info ` | ` { "1.0.25": { "stable": 1, "beta": 0, "staging": 0 }, "1.0.1": { "stable": 1, "beta": 2, "staging": 3 } } ` | Patch numbers per version and track. The format is ` { "version": { "track": patchNumber } } ` . |
241+ | Key | Example Value | Description |
242+ | ------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------------------|
243+ | ` min_required_version ` | ` {"stable": "1.0.0", "beta": "1.0.5", "staging": "1.0.10"} ` | Minimum app version required ** per track** . JSON map of track versions (` {"stable": "1.0.0", "beta": "1.0.5"} ` ). |
244+ | ` latest_version ` | ` {"stable": "1.0.29", "beta": "1.0.30", "staging": "1.0.31"} ` | Latest available version ** per track** . JSON map of track versions (` {"stable": "1.0.29", "beta": "1.0.30"} ` ). |
245+ | ` patch_enabled ` | ` true ` | Global flag to enable or disable patch checking. |
246+ | ` patch_info ` | ` { "1.0.25": { "stable": 1, "beta": 0, "staging": 0 }, "1.0.1": { "stable": 1, "beta": 2, "staging": 3 } } ` | Patch numbers per version and track. The format is ` { "version": { "track": patchNumber } } ` . |
247+ | ` redirect_url ` | ` { "android": { "stable": "https://play.google.com/store/apps/details?id=com.example.stable", "beta": "https://play.google.com/store/apps/details?id=com.example.beta", "staging": "https://play.google.com/store/apps/details?id=com.example.staging"}, "ios": {"stable": "https://apps.apple.com/app/idxxxx", "beta": "https://apps.apple.com/app/idxxxx", "staging": "https://apps.apple.com/app/idxxxx"}} ` | Redirection URLs for each platform and track. JSON {"android": {"stable": "<url >", ...}, "ios": {"stable": "<url >", ...}} |
247248
248249** Example ` patch_info ` value:**
249250
0 commit comments