Skip to content

Commit

Permalink
chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/connectivity_p…
Browse files Browse the repository at this point in the history
…lus/connectivity_plus (#3104)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Volodymyr <[email protected]>
  • Loading branch information
dependabot[bot] and vbuberen authored Jul 23, 2024
1 parent 7ca5365 commit a620cec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import 'dart:async';
// Used in web: 0.3.0, deprecated later.
// Remove when increasing min web version.
// ignore: deprecated_member_use
import 'package:web/helpers.dart';
import 'package:web/web.dart';

import 'package:connectivity_plus_platform_interface/connectivity_plus_platform_interface.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
connectivity_plus_platform_interface: ^2.0.0
web: '>=0.3.0 <=0.6.0'
web: ">=0.5.0 <2.0.0"
meta: ^1.8.0
nm: ^0.5.0
collection: ^1.18.0
Expand Down

0 comments on commit a620cec

Please sign in to comment.