untp

Results 6 comments of untp

Here is stats about usage share for each version. (data from [statcounter](https://gs.statcounter.com/ios-version-market-share)) Version | Release Date | Usage (Jan 2021) | Usage (Feb 2021) | Usage (Mar 2021) -- |...

`version` package is different from `semver`. `semver` requires MAJOR.MINOR.PATCH but `version` package allows MAJOR.MINOR or MAJOR. You can check [tests](https://github.com/dartninja/version/blob/6423ce6b265ca6da274c61cb6481a67168856a30/test/version_test.dart#L238). Also, this may cause problems with App Store review. Because,...

That is great. I thought Apple was very strict in their policies. It is awesome that they allow requesting dialog only on 14.5+. Thanks for reporting this.

Probably duplicate of #12. You need to enable Swift support in your project. Create a Swift file in Xcode. The filename is not important. After that file is created, Xcode...

There are many ways to use this package. You can show dialog after app launch, after onboarding finished, or before first ad load. You can also show an explainer dialog...

It depends on what package you are using for onboarding. For example if you use [fancy_on_boarding](https://pub.dev/packages/fancy_on_boarding), you can show the dialog when the user taps the done button: ```dart @override...