Skip to content

Commit

Permalink
fix: dependency fix in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxLynxx committed Jan 7, 2025
1 parent b672bd6 commit 2eb1e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions catalyst_voices/apps/voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies:
scrollable_positioned_list: ^0.3.8
sentry_flutter: ^8.8.0
shared_preferences: ^2.3.3
url_launcher: ^6.2.2
url_strategy: ^0.3.0
# TODO(dtscalac): win32 dependency is just a transitive dependency and shouldn't be imported
# but here we import it explicitly to make sure the latest version is used which addresses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:url_launcher/url_launcher.dart';

// TODO(ryszard-schossler): in future we can create error handling solution for this
// mixin LaunchUrlMixin<T extends StatefulWidget> on State<T>
// TODO(ryszard-schossler): in future we can create error handling
// solution for this mixin LaunchUrlMixin<T extends StatefulWidget> on State<T>
mixin LaunchUrlMixin {
Future<void> launchHrefUrl(Uri url) async {
if (!await launchUrl(url)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies:
json_annotation: ^4.9.0
logging: ^1.2.0
shared_preferences: ^2.3.3
uuid: ^4.5.1
url_launcher: ^6.2.2
uuid: ^4.5.1
web: ^1.1.0

dev_dependencies:
Expand Down

0 comments on commit 2eb1e28

Please sign in to comment.