We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8682083 commit e4e5621Copy full SHA for e4e5621
example/lib/main.dart
@@ -38,7 +38,9 @@ class _MyHomePageState extends State<MyHomePage> {
38
String? packageName = '';
39
40
final versionCheck = VersionCheck(
41
- packageName: Platform.isIOS ? 'com.tachyonfactory.iconFinder' : 'com.tachyonfactory.icon_finder',
+ packageName: Platform.isIOS
42
+ ? 'com.tachyonfactory.iconFinder'
43
+ : 'com.tachyonfactory.icon_finder',
44
packageVersion: '1.0.1',
45
showUpdateDialog: customShowUpdateDialog,
46
country: 'kr',
0 commit comments