We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa5989 commit 12ed3b3Copy full SHA for 12ed3b3
example/lib/camera_preview.dart
@@ -25,7 +25,7 @@ class CameraPreview extends StatelessWidget {
25
mainAxisSize: MainAxisSize.min,
26
children: [
27
CircleAvatar(
28
- backgroundColor: Colors.black.withOpacity(.5),
+ backgroundColor: Colors.black.withValues(alpha: .5),
29
child: const Icon(
30
Icons.bolt,
31
color: Colors.white,
pubspec.yaml
@@ -11,7 +11,7 @@ environment:
11
dependencies:
12
flutter:
13
sdk: flutter
14
- rxdart: ^0.27.0
+ rxdart: ^0.28.0
15
16
dev_dependencies:
17
flutter_test:
0 commit comments