Skip to content

Commit 583c874

Browse files
committed
fix formatting
1 parent a94c1ac commit 583c874

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/stream_feeds/example/lib/main.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ class ActivityItem extends StatelessWidget {
146146
width: 50,
147147
height: 50,
148148
child: CircleAvatar(
149-
backgroundImage: userImage != null
150-
? NetworkImage(userImage)
151-
: null,
149+
backgroundImage:
150+
userImage != null ? NetworkImage(userImage) : null,
152151
child: Container(
153152
decoration: BoxDecoration(
154153
color: Colors.white.withValues(alpha: 0.3),

packages/stream_feeds/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ^3.9.0
7+
sdk: ^3.6.2
88

99
dependencies:
1010
collection: ^1.18.0
1111
flutter:
1212
sdk: flutter
1313
flutter_state_notifier: ^1.0.0
14-
stream_feeds:
14+
stream_feeds:
1515
path: ../
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)