Skip to content

Commit 5d91871

Browse files
authored
fix: compilation errors from invalid/unknown identifiers (#579)
1 parent 40e58dc commit 5d91871

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/firebase_ui_oauth/lib/src/oauth_provider_button_style.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:flutter/widgets.dart';
6-
5+
import 'package:flutter/material.dart';
76
import 'package:firebase_ui_shared/firebase_ui_shared.dart';
87
import 'package:flutter_svg/svg.dart';
98

packages/firebase_ui_shared/lib/src/themed.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:flutter/widgets.dart';
5+
import 'package:flutter/material.dart';
66

77
/// {@template ui.shared.themed_value}
88
/// Helper class that helps to resolve a value based on the current app

0 commit comments

Comments
 (0)