Skip to content
Open
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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,10 @@ packages:
dependency: "direct main"
description:
name: linkable
sha256: "3cb3ccc83da8b23d27dc66b1421d5b42ed9e6e56ace045121e02a1235ee7a7e0"
sha256: "9a9f9b6806e5af7cf46f121caf6faac365813c33c4be07ed972e4198e4417c49"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "4.0.0"
linkify:
dependency: "direct main"
description:
Expand Down Expand Up @@ -803,10 +803,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
mime:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
url_launcher: ^6.0.9 # For memes
action_cable: ^1.2.0 # For messaging
infinite_scroll_pagination: ^5.0.0 # For messaging
linkable: ^3.0.1 # For making numbers, emails and links clickable
linkable: ">=3.0.1 <5.0.0" # For making numbers, emails and links clickable
flutter_html: ^3.0.0-beta.2 # For rendering HTMLq
pull_to_refresh: ^2.0.0 # this already exists in flutter
flutter_local_notifications: ^19.0.0 # For handling local notifications
Expand Down