From 51041bff38b76f166c16a6db27f572e9612b0687 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Fri, 1 Nov 2024 23:27:22 +0000 Subject: [PATCH 1/2] Replace react_material_ui usages with unify_ui --- test/test_fixtures/rmui_project/lib/analysis_warmup.dart | 3 ++- test/test_fixtures/rmui_project/pubspec.yaml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/test/test_fixtures/rmui_project/lib/analysis_warmup.dart b/test/test_fixtures/rmui_project/lib/analysis_warmup.dart index 6ff6f99c..c81ccbee 100644 --- a/test/test_fixtures/rmui_project/lib/analysis_warmup.dart +++ b/test/test_fixtures/rmui_project/lib/analysis_warmup.dart @@ -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()(); diff --git a/test/test_fixtures/rmui_project/pubspec.yaml b/test/test_fixtures/rmui_project/pubspec.yaml index ab7118a2..edb3d411 100644 --- a/test/test_fixtures/rmui_project/pubspec.yaml +++ b/test/test_fixtures/rmui_project/pubspec.yaml @@ -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 From 5443e0070aeef89f6c934ec209b070a7e3d192e8 Mon Sep 17 00:00:00 2001 From: annawatson-wk Date: Fri, 8 Nov 2024 11:18:53 -0500 Subject: [PATCH 2/2] remove rmui dep --- test/test_fixtures/rmui_project/pubspec.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_fixtures/rmui_project/pubspec.yaml b/test/test_fixtures/rmui_project/pubspec.yaml index edb3d411..d9a1059b 100644 --- a/test/test_fixtures/rmui_project/pubspec.yaml +++ b/test/test_fixtures/rmui_project/pubspec.yaml @@ -3,11 +3,6 @@ environment: sdk: '>=2.11.0 <3.0.0' dependencies: over_react: ^5.0.0 - react_material_ui: - hosted: - name: react_material_ui - url: https://pub.workiva.org - version: ^1.214.2 unify_ui: hosted: name: unify_ui