Skip to content

Commit

Permalink
Replace react_material_ui usages with unify_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Nov 1, 2024
1 parent 1d0a5d8 commit 51041bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
5 changes: 5 additions & 0 deletions test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ dependencies:
name: react_material_ui
url: https://pub.workiva.org
version: ^1.214.2
unify_ui:
hosted:
name: unify_ui
url: https://pub.workiva.org
version: ^1.218.0

0 comments on commit 51041bf

Please sign in to comment.