Skip to content

Commit

Permalink
chore(connectivity_plus): Bump min web version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Jul 23, 2024
1 parent 2ea6748 commit c8890d4
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 @@ -38,7 +38,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
connectivity_plus_platform_interface: ^2.0.0
web: ">=0.3.0 <2.0.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 c8890d4

Please sign in to comment.