We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried using mdl: 1.17.4 in my pubspec.yaml
When running pub get i get the following:
pub get
Package mdl has no versions that match 1.17.4 derived from
mdl: 1.17.3 does work fine.
name: dartTourOfHeroes version: 0.0.1 description: Dart Tour of Heroes environment: sdk: '>=1.13.0 <2.0.0' dependencies: angular2: 2.0.0-beta.17 browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 http: ^0.11.3+3 jsonpadding: ^0.1.0 mdl: 1.17.4 sqljocky: 0.14.1 stream_transformers: ^0.3.0+3 transformers: - angular2: platform_directives: - package:angular2/common.dart#COMMON_DIRECTIVES platform_pipes: - package:angular2/common.dart#COMMON_PIPES entry_points: web/main.dart resolved_identifiers: BrowserClient: 'package:http/browser_client.dart' - dart_to_js_script_rewriter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried using mdl: 1.17.4 in my pubspec.yaml
When running
pub get
i get the following:mdl: 1.17.3 does work fine.
The text was updated successfully, but these errors were encountered: