fix reaction bubble

This commit is contained in:
Salvatore Giordano
2021-04-09 11:38:25 +02:00
parent d5efe48aa4
commit dd88cecedc
8 changed files with 57 additions and 59 deletions
@@ -37,7 +37,6 @@ class ReactionBubble extends StatelessWidget {
return Transform( return Transform(
transform: Matrix4.rotationY(reverse ? pi : 0), transform: Matrix4.rotationY(reverse ? pi : 0),
alignment: Alignment.center, alignment: Alignment.center,
child: Center(
child: Stack( child: Stack(
alignment: Alignment.center, alignment: Alignment.center,
fit: StackFit.loose, fit: StackFit.loose,
@@ -101,7 +100,6 @@ class ReactionBubble extends StatelessWidget {
), ),
], ],
), ),
),
); );
} }
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies:
rxdart: ^0.26.0 rxdart: ^0.26.0
scrollable_positioned_list: ^0.1.8 scrollable_positioned_list: ^0.1.8
jiffy: ^3.0.1 jiffy: ^3.0.1
flutter_svg: ">=0.21.0-nullsafety.0 <0.21.0" flutter_svg: ^0.21.0
flutter_portal: ^0.3.0 flutter_portal: ^0.3.0
cached_network_image: ">=3.0.0-nullsafety <3.0.0" cached_network_image: ">=3.0.0-nullsafety <3.0.0"
shimmer: ^1.1.2 shimmer: ^1.1.2
Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB