Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.3.8
version: 1.3.9

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down Expand Up @@ -45,8 +45,8 @@ dependencies:
likeminds_feed_ui_fl:
path: ../

likeminds_feed: #1.6.3
path: ../../LikeMinds-Flutter-Feed-SDK
likeminds_feed: 1.6.4
# path: ../../LikeMinds-Flutter-Feed-SDK

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: likeminds_feed_ui_fl
description: A Flutter package for Likeminds Feed UI widgets. Used alongside the Likeminds Feed SDK package (likeminds_feed) to build custom interfaces.
version: 1.3.8
version: 1.3.9
publish_to: none
homepage: "www.likeminds.community/"

Expand Down Expand Up @@ -28,8 +28,8 @@ dependencies:
media_kit_libs_video: ^1.0.1
visibility_aware_state: 1.0.5

likeminds_feed: #1.6.3
path: ../LikeMinds-Flutter-Feed-SDK
likeminds_feed: 1.6.4
# path: ../LikeMinds-Flutter-Feed-SDK

dev_dependencies:
flutter_test:
Expand Down