File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
packages/stream_feeds/example Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44version : 1.0.0+1
55
66environment :
7- sdk : ^3.9.0
7+ sdk : ^3.6.2
88
99dependencies :
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
1717dev_dependencies :
You can’t perform that action at this time.
0 commit comments