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

Rename react_material_ui to unify_ui #308

Closed
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
3 changes: 2 additions & 1 deletion test/test_fixtures/rmui_project/lib/analysis_warmup.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// This file imports RMUI and over_react and can be analyzed to warm up an
// analysis context during testing.

import 'package:react_material_ui/react_material_ui.dart';

import 'package:over_react/over_react.dart';
import 'package:unify_ui/unify_ui.dart';

main() {
Button()();
Expand Down
6 changes: 3 additions & 3 deletions test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^5.0.0
react_material_ui:
unify_ui:
hosted:
name: react_material_ui
name: unify_ui
url: https://pub.workiva.org
version: ^1.214.2
version: ^1.218.0
Loading