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

Fix description on the pubspec.yaml #193

Closed
wants to merge 8 commits into from

Conversation

yeikel16
Copy link

When using flutter_easyloading from git in the dependencies, it throws an exception on flutter pub get due to a strange character that exists in the description of the pubspec.yaml

[my_app] flutter pub get
Running "flutter pub get" in my_app...             
Error on line 2, column 114: Unexpected character.
  ╷
2 │ description: A clean and lightweight loading/toast widget for Flutter, Easy to use without context, Support iOSã€�Android and Web
  │                                                                                                                  ^
  ╵
pub get failed (65;   ╵)
exit code 65

Includes the changes from PR #146 to fix #111 thanks to @berkanaslan, but updated with the new changes in the repository.

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 this pull request may close these issues.

Blurred background support
3 participants