Skip to content

Commit

Permalink
fix: update frb_plugins dependency (#955)
Browse files Browse the repository at this point in the history
Ref #946
  • Loading branch information
Feichtmeier authored Oct 15, 2024
1 parent 1ce62b1 commit eb291af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,11 @@ packages:
flutter_discord_rpc:
dependency: "direct main"
description:
name: flutter_discord_rpc
sha256: "290c0d91c8ef24c3acb84cb6fcc5c5fed652fe4871b59896c8d180d5eae5d647"
url: "https://pub.dev"
source: hosted
path: "packages/flutter_discord_rpc"
ref: "9d5764ee143aef23517bd578fc1b3a2d83d67a44"
resolved-ref: "9d5764ee143aef23517bd578fc1b3a2d83d67a44"
url: "https://github.com/ubuntu-flutter-community/frb_plugins"
source: git
version: "0.1.0+1"
flutter_html:
dependency: "direct main"
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.1
flutter_discord_rpc: ^0.1.0+1
flutter_discord_rpc:
git:
url: https://github.com/ubuntu-flutter-community/frb_plugins
path: packages/flutter_discord_rpc
ref: 9d5764ee143aef23517bd578fc1b3a2d83d67a44
flutter_html: ^3.0.0-beta.2
flutter_localizations:
sdk: flutter
Expand Down

0 comments on commit eb291af

Please sign in to comment.