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 604ff48 commit 798303dCopy full SHA for 798303d
util/lib/main.dart
@@ -515,7 +515,7 @@ Future printVersionNotice(String repositoryName) async {
515
print(yellow(
516
'A pre-release version ($primaryPreRelease) of font_awesome_flutter is available. Should you encounter any problems, have a look if it fixes them.'));
517
}
518
- } on FormatException catch (_) {
+ } catch (_) {
519
print(red(
520
'Error while getting font awesome flutter\'s version information. Could not determine whether you are using the latest version.'));
521
} finally {
0 commit comments