I get error with the bootstrap version 3.3.7. When I update bootstrap to 4.0.0, error goes away but I do not want to update as there are lot of breaking changes.
Resolving dependencies... Package html has no versions that match >=0.12.2+1 <0.13.0 derived from: - analyzer 0.29.11 depends on version >=0.12.0 <1.14.0 - angular 4.0.0+2 depends on version >=0.12.0 <0.14.0 - dart_to_js_script_rewriter 1.0.1 depends on version ^0.12.2+1
This is my pubspec.yml environment: sdk: '>=1.24.0 <2.0.0'
dependencies: angular: ^4.0.0+2 angular_forms: ^1.0.0 angular_router: ^1.0.2 angular_components: ^0.6.0 json_object: any http: any html: any angular_dart_ui_bootstrap: '>=0.0.1' ng_bootstrap: ^0.8.5 bootstrap: "^3.3.7" dartson: "^0.2.7" browser_detect: "^1.0.4" archive: "^1.0.33" build: "^0.11.0" intl: "^0.15.6" stream_transformers: "^0.3.0" rxdart: "^0.10.2"
dev_dependencies: browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 test: ^0.12.0 angular_test: ^1.0.0
transformers: - dartson - angular: entry_points: - web/main.dart - test/**_test.dart
test/pub_serve: $include: test/**_test.dart
dart_to_js_script_rewriter