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

Improve documentation #2

Open
ghost opened this issue Jul 12, 2020 · 0 comments · May be fixed by #3
Open

Improve documentation #2

ghost opened this issue Jul 12, 2020 · 0 comments · May be fixed by #3

Comments

@ghost
Copy link

ghost commented Jul 12, 2020

2020-07-12 15:47:42.234465: The command is executing, please wait...
Unhandled exception:
type 'String' is not a subtype of type 'List<dynamic>'
#0      main (file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/split_icon-0.3.1+1/bin/main.dart:44:5)
#1      main (file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/split_icon-0.3.1+1/bin/split_icon.dart:3:3)
#2      _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#3      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
pub finished with exit code 255

Getting this error whenever I try to run the command.

EDIT: Issue was a missing space when defining the packs used.

flutter_icons:
  includes:
    - ant 
    - fea

Is how it should be.

Not

flutter_icons:
  includes:
    -ant 
    -fea

Which is what is shown in the documentation.

@ghost ghost changed the title type 'String' is not a subtype of type 'List<dynamic>' Improve documentation Jul 12, 2020
@zirho zirho linked a pull request Sep 7, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants