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

Allow consumption of null-safe over_react and over_react_test versions #277

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_fixtures/over_react_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: over_react_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: '>=4.2.0 <6.0.0'
2 changes: 1 addition & 1 deletion test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rmui_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: '>=4.2.0 <6.0.0'
react_material_ui:
hosted:
name: react_material_ui
Expand Down
2 changes: 1 addition & 1 deletion test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wsd_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: '>=4.2.0 <6.0.0'
web_skin_dart:
hosted:
name: web_skin_dart
Expand Down
Loading