Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency connectivity_plus to v6 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

This PR contains the following updates:

Package Type Update Change
connectivity_plus (source) dependencies major ^2.3.7 -> ^6.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fluttercommunity/plus_plugins (connectivity_plus)

v6.1.0

Compare Source

  • FEAT(connectivity_plus): Add Swift Package Manager support (#​3173). (036afeeb)

v6.0.5

Compare Source

  • DOCS(connectivity_plus): Update plugin requirements in README (#​3160). (277f8b6b)

v6.0.4

Compare Source

  • CHORE(connectivity_plus): Use >=0.5.0 < 2.0.0 version range for package:web.
  • REFACTOR(all): Remove website files, configs, mentions (#​3018). (ecc57146)
  • FIX(all): changed homepage url in pubspec.yaml (#​3099). (66613656)

v6.0.3

Compare Source

  • FIX(connectivity_plus): Ensure Connectivity on Android is correctly reported when lost (#​2836). (2aa6ad7a)

v6.0.2

Compare Source

  • REFACTOR(connectivity_plus): remove ReachabilityConnectivityProvider and ReachabilitySwift dependency (#​2813). (f9ad927f)
  • REFACTOR(connectivity_plus): Migrate Android example to use the new plugins declaration (#​2771). (04200c23)
  • FIX(connectivity_plus): WASM-compatible conditional imports (#​2825). (6bee4a7e)
  • FIX(connectivity_plus): Improve iOS PathMonitorConnectivityProvider implementation and documentation (#​2763). (c850d58e)
  • DOCS(connectivity_plus): Document supported ConnectivityResult per platform (#​2780). (1c4aec01)
  • DOCS(connectivity_plus): Update README for more clarity (#​2770). (8fb738e2)
  • DOCS(connectivity_plus): Specify behavior when there is no connectivity (#​2753). (8f132a23)
  • DOCS(connectivity_plus): Improve documentation onConnectivityChanged method (#​2746). (9ea21fbd)

v6.0.1

Compare Source

Note: This release has breaking changes.

Plugin now requires the following:

  • Flutter >=3.19.0
  • Dart >=3.3.0
  • compileSDK 34 for Android part
  • Java 17 for Android part
  • Gradle 8.4 for Android part

In this release plugin migrated to package:web, meaning that it now supports WASM!

  • BREAKING FEAT(connectivity_plus): support multiple connectivity types at the same time (#​2599). (5b477468)
  • BREAKING FEAT(connectivity_plus): Migrate to package:web (#​2621). (fbc8e61c)
  • BREAKING BUILD(connectivity_plus): Target Java 17 on Android (2413e45e)
  • BREAKING BUILD(connectivity_plus): Update to target and compile SDK 34 (#​2701). (7ddd749)
  • BREAKING REFACTOR(connectivity_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#​2588). (f6fe62d5)
  • FIX(connectivity_plus): Emit event with types on Android when subscribing to onConnectivityChanged (#​2721). (5a81e7ef)
  • FIX(connectivity_plus): Fix connectivity state update on Android when network is lost (#​2673). (21191682)
  • FIX(connectivity_plus): Return valid connection type when only one available (#​2668). (81026a4c)
  • FIX(connectivity_plus): Add iOS Privacy Info (#​2581). (707fab70)
  • FIX(connectivity_plus): Fix iOS example app name (#​2722). (2441accd)
  • DOCS(connectivity_plus): Update documentation to address API changes (#​2719). (59b9b341)

v6.0.0

Compare Source

Note: DO NOT USE THIS RELEASE. It is invalid due to a publishing issue

v5.0.2

Compare Source

  • FIX(connectivity_plus): Return correct connection state on Linux (#​2371). (26576d83)

v5.0.1

Compare Source

  • FIX(connectivity_plus): Fix CHANGELOG to not mention Kotlin requirement (#​2246). (e489d4aa)

v5.0.0

Compare Source

Note: This release has breaking changes.

  • BREAKING FIX(connectivity_plus): Bump min iOS to 12 to not crash after builds with Xcode 15 (#​2169). (cf7d93fb)
  • FIX(connectivity_plus): Revert bump compileSDK to 34 (#​2229). (01df65ce)
  • FEAT(connectivity_plus): Remove deprecated VALID_ARCHS iOS property (#​2021). (ee89d583)

v4.0.2

Compare Source

  • FIX(connectivity_plus): Downgrade js version to work with Flutter 3.3.10 (#​1989). (42938c0c)
  • FIX(connectivity_plus): Regenerate iOS and MacOS example apps (#​1874). (fc22e54e)
  • DOCS(all): Fix example links on pub.dev (#​1863). (d726035a)

v4.0.1

Compare Source

v4.0.0

Compare Source

Note: This release has breaking changes.

  • CHORE(connectivity_plus): Update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0
  • BREAKING FIX(all): Add support of namespace property to support Android Gradle Plugin (AGP) 8 (#​1727). Projects with AGP < 4.2 are not supported anymore. It is highly recommended to update at least to AGP 7.0 or newer.
  • BREAKING CHORE(connectivity_plus): Bump min Android to 4.4 (API 19) and iOS to 11, update podspec file (#​1782).

v3.0.6

Compare Source

  • FIX(all): Revert addition of namespace to avoid build fails on old AGPs (#​1725).

v3.0.5

Compare Source

  • FIX(connectivity_plus): Add compatibility with AGP 8 (Android Gradle Plugin) (#​1701).

v3.0.4

Compare Source

  • REFACTOR(all): Remove all manual dependency_overrides (#​1628).
  • DOCS(connectivity_plus): Documentation added for the missing network interface enums (#​1524).

v3.0.3

Compare Source

  • FIX: Do not return ConnectivityResult.none on iOS and MacOS with VPN (#​1335).
  • DOCS: Updates for READMEs and website pages (#​1389).

v3.0.2

Compare Source

  • FIX: Add connectivity_plus_web export (#​1278).

v3.0.1

Compare Source

  • FIX: Increase min Flutter version to fix dartPluginClass registration (#​1275).

v3.0.0

Compare Source

Note: This release has breaking changes.

  • FIX: lint warnings - add missing dependency for tests (#​1233).
  • BREAKING REFACTOR: two-package federated architecture (#​1227).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants