@@ -2,7 +2,7 @@ name: lm_feed_ui_example
22description : An example app showing the usage of LikeMinds Flutter UI package based on our default designs 
33#  The following line prevents the package from being accidentally published to
44#  pub.dev using `flutter pub publish`. This is preferred for private packages.
5- publish_to : ' none'   #  Remove this line if you wish to publish to pub.dev
5+ publish_to : " none"   #  Remove this line if you wish to publish to pub.dev
66
77#  The following defines the version and build number for your application.
88#  A version number is three numbers separated by dots, like 1.2.43
@@ -16,10 +16,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616#  https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717#  In Windows, build-name is used as the major, minor, and patch parts
1818#  of the product and file versions while build-number is used as the build suffix.
19- version : 1.3.8  
19+ version : 1.3.9  
2020
2121environment :
22-   sdk : ' >=3.0.0 <4.0.0' 
22+   sdk : " >=3.0.0 <4.0.0" 
2323
2424#  Dependencies specify other packages that your package needs in order to work.
2525#  To automatically upgrade your package dependencies to the latest versions
@@ -31,21 +31,23 @@ dependencies:
3131  flutter :
3232    sdk : flutter 
3333
34-   get_it :  
34+   get_it :
3535  envied :
36-   shared_preferences : 
37-   simple_s3 : 
36+   shared_preferences :
37+   simple_s3 :
38+   equatable :
39+   bloc :
3840  flutter_bloc :
39-   overlay_support :  
40-   lazy_load_scrollview :  
41-   infinite_scroll_pagination :  
41+   overlay_support :
42+   lazy_load_scrollview :
43+   infinite_scroll_pagination :
4244
43-   likeminds_feed : 1.6.3 
44-    #  path: ../../LikeMinds-Flutter-Feed-SDK
45- 
46-   likeminds_feed_ui_fl : 
45+   likeminds_feed_ui_fl :
4746    path : ../ 
4847
48+   likeminds_feed : 1.6.5 
49+   #  path: ../../LikeMinds-Flutter-Feed-SDK
50+ 
4951  #  The following adds the Cupertino Icons font to your application.
5052  #  Use with the CupertinoIcons class for iOS style icons.
5153  cupertino_icons : ^1.0.2 
@@ -66,7 +68,6 @@ dev_dependencies:
6668
6769#  The following section is specific to Flutter packages.
6870flutter :
69- 
7071  #  The following line ensures that the Material Icons font is
7172  #  included with your application, so that you can use the icons in
7273  #  the material Icons class.
0 commit comments