Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate run in README? #4

Closed
sethladd opened this issue Dec 5, 2017 · 6 comments
Closed

duplicate run in README? #4

sethladd opened this issue Dec 5, 2017 · 6 comments

Comments

@sethladd
Copy link

sethladd commented Dec 5, 2017

I see "flutter pub pub run ..." in the README. Is the second "pub" a duplicate?

@franzsilva
Copy link
Collaborator

franzsilva commented Dec 5, 2017

For some reason the Flutter pub command only returns values to get packages, test, and upgrade. the second pub returns all the pub commands like run, etc, etc

@franzsilva
Copy link
Collaborator

flutter pub -h
image
flutter pub pub
image

@MarkOSullivan94
Copy link
Collaborator

I'll test this when I'm back home tonight

@sethladd
Copy link
Author

sethladd commented Dec 5, 2017

@franzsilva have you tried flutter pub run flutter_launcher_icons:main ?

@franzsilva
Copy link
Collaborator

Yes, but it returns with an error saying that run is not a subcommand of flutter pub

image

@sethladd
Copy link
Author

sethladd commented Dec 5, 2017

Thanks. I'll open an issue on the flutter tool.

@monizj monizj mentioned this issue Oct 19, 2020
marcobazzani added a commit to marcobazzani/flutter_launcher_icons that referenced this issue Dec 18, 2021
Fixing this error on new flutter configs 
```
  ════════════════════════════════════════════
     FLUTTER LAUNCHER ICONS (v0.9.1)
  ════════════════════════════════════════════


✓ Successfully generated launcher icons
Unhandled exception:
FormatException: Invalid number (at character 1)

^

#0      int._handleFormatError (dart:core-patch/integers_patch.dart:129:7)
fluttercommunity#1      int.parse (dart:core-patch/integers_patch.dart:55:14)
fluttercommunity#2      minSdk (package:flutter_launcher_icons/android.dart:309:18)
fluttercommunity#3      createIconsFromConfig (package:flutter_launcher_icons/main.dart:94:47)
fluttercommunity#4      createIconsFromArguments (package:flutter_launcher_icons/main.dart:60:7)
fluttercommunity#5      main (file:///Users/marcobazzani/Projects/flutter_launcher_icons/bin/main.dart:6:26)
fluttercommunity#6      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:32)
fluttercommunity#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
```
@beingbivek beingbivek mentioned this issue Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
CleanUp
Ready to close
Development

No branches or pull requests

4 participants