Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winlinvip/flutter_package_fail
Flutter: Tight depends on uuid/2.0.0, to demo failure if yours is not that.
https://github.com/winlinvip/flutter_package_fail
Last synced: 6 days ago
JSON representation
Flutter: Tight depends on uuid/2.0.0, to demo failure if yours is not that.
- Host: GitHub
- URL: https://github.com/winlinvip/flutter_package_fail
- Owner: winlinvip
- License: mit
- Created: 2020-10-17T13:08:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T13:32:26.000Z (about 4 years ago)
- Last Synced: 2025-01-02T12:09:42.438Z (9 days ago)
- Language: Dart
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter package fail
Flutter: Tight depends on uuid/2.0.0, to demo failure if yours is not that.
```
flutter pub get
```It fail with:
```
Because every version of mylib from path depends on uuid 1.0.0 and
flutter_package_fail depends on uuid 2.0.0, mylib from path is forbidden.So, because flutter_package_fail depends on mylib from path, version solving failed.
```