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 588c689 commit 29e8447Copy full SHA for 29e8447
packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/bitmap_test.dart
@@ -729,14 +729,7 @@ void main() {
729
});
730
731
test('construct with glyph bitmap', () async {
732
- const ImageConfiguration imageConfiguration = ImageConfiguration(
733
- devicePixelRatio: 3,
734
- size: Size(48, 56),
735
- );
736
- final BitmapDescriptor bitmap = await BitmapDescriptor.asset(
737
- imageConfiguration,
738
- 'red_square.png',
739
+ const BitmapDescriptor bitmap = AssetBitmap(name: 'red_square.png');
740
final PinConfig pinConfig = PinConfig(
741
backgroundColor: Colors.black,
742
borderColor: Colors.red,
0 commit comments