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

Bump dio, event_bus, should_rebuild, flutter_native_image, flutter_launcher_icons, flutter_easyrefresh, nine_grid_view, flutter_des, multi_image_picker, pretty_dio_logger, share, photo_view, cupertino_icons, url_launcher, fluro, flutter_markdown, modal_bottom_sheet, flutter_picker, image_cropper, dio_http2_adapter, package_info, dio_cookie_manager, like_button, badges, provider, extended_nested_scroll_view, image_gallery_saver, device_info, extended_text_field, image_picker, adaptive_dialog, shared_preferences, flutter_native_splash and flutter_inappwebview in /mobile #170

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2023

Bumps dio, event_bus, should_rebuild, flutter_native_image, flutter_launcher_icons, flutter_easyrefresh, nine_grid_view, flutter_des, multi_image_picker, pretty_dio_logger, share, photo_view, cupertino_icons, url_launcher, fluro, flutter_markdown, modal_bottom_sheet, flutter_picker, image_cropper, dio_http2_adapter, package_info, dio_cookie_manager, like_button, badges, provider, extended_nested_scroll_view, image_gallery_saver, device_info, extended_text_field, image_picker, adaptive_dialog, shared_preferences, flutter_native_splash and flutter_inappwebview. These dependencies needed to be updated together.
Updates dio from 3.0.10 to 5.3.0

Release notes

Sourced from dio's releases.

dio 5.3.0

What's new

  • Remove http from dev_dependencies.
  • Add support for cloning MultipartFile from FormData.
  • Only produce null response body when ResponseType.json.

dio 5.2.1+1

What's new

  • Fix changelog on pub.dev.

dio 5.2.1

What's new

  • Revert changes to handling of List<int> body data.

dio 5.2.0+1

What's new

  • Fix DioErrorType deprecation hint.

dio 5.2.0

What's new

  • Make LogInterceptor prints in DEBUG mode (when the assertion is enabled) by default.
  • Deprecate DioError in favor of DioException.
  • Fix IOHttpClientAdapter.onHttpClientCreate Repeated calls
  • IOHttpClientAdapter.onHttpClientCreate has been deprecated and is scheduled for removal in Dio 6.0.0 - Please use the replacement IOHttpClientAdapter.createHttpClient instead.
  • Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
  • Fix timeout handling for browser receiveTimeout.
  • Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
  • Improve performance when sending binary data (List<int>/Uint8List).

dio 5.1.2

What's new

  • Allow FormData to send a null entry value as an empty string.

dio 5.1.1

What's new

  • Revert changes to CancelToken.cancel() behavior, as a result the DioError provided by the CancelToken.cancelError does not contain useful information when the token was not used with a request.
  • Fix wrong ListFormat being used for comparison during encoding of FormData and application/x-www-form-urlencoded, resulting in potential wrong output encoding for ListFormat.multi and ListFormat.multiCompatible since Dio 4.0.x.
  • Respect Options.listFormat when encoding x-www-url-encoded content.

... (truncated)

Commits
  • 9e35179 🔖 dio v5.3.0
  • 1122a78 🔥 Remove test.sh (#1897)
  • 063486e fix(http2_adapter):request by http2 without network once,the same domain requ...
  • 4a93745 ✨ Make MultipartFile clonable (#1889)
  • c301ffe 🐛 Only produce null response body when the response is a JSON type (#1874)
  • ec88e89 Revert "[dio] Ensure consistent handling of "/" in concatenation of baseUrl w...
  • 1c640a6 [dio] Ensure consistent handling of "/" in concatenation of baseUrl with path...
  • 22bfe25 Remove http from dev_dependencies (#1885)
  • 7cfadc4 Test improvements (#1875)
  • 73e5b13 Comment error fixed (#1865)
  • Additional commits viewable in compare view

Updates event_bus from 1.1.1 to 2.0.0

Release notes

Sourced from event_bus's releases.

v2.0.0

Migrate to null safety.

Changelog

Sourced from event_bus's changelog.

Version 2.0.0 (2021-03-04)

  • Migrate to null safety.
Commits

Updates should_rebuild from 0.1.3 to 1.0.1

Changelog

Sourced from should_rebuild's changelog.

[1.0.1]

  • null safety

[0.1.2]

  • change assert

[0.1.1]

  • add analysis_options.ymal

Version 0.0.1 (2019-09-02)

  • Initial version
Commits

Updates flutter_native_image from 0.0.5+3 to 0.0.6+1

Updates flutter_launcher_icons from 0.7.5 to 0.8.1

Release notes

Sourced from flutter_launcher_icons's releases.

v0.8.0

Changelog

Sourced from flutter_launcher_icons's changelog.

0.8.1 (2nd Oct 2020)

0.8.0 (12th Sept 2020)

Commits

Updates flutter_easyrefresh from 2.1.8 to 2.2.2

Release notes

Sourced from flutter_easyrefresh's releases.

v2.2.1

修复:firstRefresh为true时,不设置firstRefreshWidget报错issues#457

v2.2.0

Add:iOS example supports Chinese Add:null safety。If you don't need, please use a version 2.1.8 version.

Commits

Updates nine_grid_view from 1.0.5 to 2.0.0

Changelog

Sourced from nine_grid_view's changelog.

2.0.0

  • TODO: Migrate to null-safety.

1.0.7

  • TODO: delete DragSortView def color.

1.0.6

  • TODO: fix DragSortView touch position bug.
Commits

Updates flutter_des from 1.1.1 to 2.2.0

Changelog

Sourced from flutter_des's changelog.

2.2.0

  • Support Flutter 3.10

2.1.0

  • Support the Android V2 embedding
  • Update iOS MinimumOSVersion=9.0

2.0.0

  • support nullsafety
  • support macos
Commits

Updates multi_image_picker from 4.7.15 to 4.8.01

Commits

Updates pretty_dio_logger from 1.1.1 to 1.3.1

Changelog

Sourced from pretty_dio_logger's changelog.

[1.3.1]

  • Add recommended lints
  • Fix connectTimeout and receiveTimeout

[1.3.1]

  • Fix connectTimeout and receiveTimeout #32
  • Update readme file badge

[1.3.0]

  • support dio >= 5.0.0
  • support Uint8List log

[1.2.0-beta-1]

  • support dio >= 4.0.0

[1.2.0-beta]

  • migrate to nullSafety
Commits

Updates share from 0.6.5+4 to 2.0.4

Commits
  • 375c423 Point deprecated plugins to Plus versions (#3971)
  • 8f4c774 [video_player] Add URL for exoplayer to maven for all dependents (#3979)
  • 2576d6b [camera] android-rework part 4: Android flash and zoom features (#3798)
  • 3b0f897 [video_player] Migrate integration tests to NNBD (#3968)
  • 6359f0d [flutter_plugin_android_lifecycle] Migrate integration test to NNBD (#3969)
  • 2721adb Clean up cruft in pubspec.yaml files (#3972)
  • 52033ca [quick-actions] Revert migrating integration tests to NNBD (#3967)
  • a864de2 Move integration test to null safety for multiple plugins (#3932)
  • bca7c9f [url_launcher] and [url_launcher_platform_interface] Fix tests broken my Chan...
  • 7b47511 Use collection and box literals in ObjC code (#3960)
  • Additional commits viewable in compare view

Updates photo_view from 0.10.3 to 0.14.0

Release notes

Sourced from photo_view's releases.

0.14.0

Fixed

  • Made wantKeepAlive parameter to make it optional #479
  • Update README Urls #471
  • Null check operator used on a null value #476
  • Flutter Update: 2.10.0 - Fix: Looking up a deactivated widget's ancestor is unsafe fix #499

0.13.0

Fixed

  • Network image issue on flutter 2.5 #467 #464

Added

  • allowImplicitScrolling for preloading next page on PageView #458
  • AutomaticKeepAliveClientMixin to keep state on photoview #452

0.12.0

Fixed:

Added:

  • Added enablePanAlways to allow the user to pan any view without restrictions #427

0.11.1

Fixed:

0.11.0

Added

Removed

  • loadFailedChild in favor of errorBuilder. #320 #287
Changelog

Sourced from photo_view's changelog.

0.14.0 - 24 May 2022

Fixed

  • Made wantKeepAlive parameter to make it optional #479
  • Update README Urls #471
  • Null check operator used on a null value #476
  • Flutter Update: 2.10.0 - Fix: Looking up a deactivated widget's ancestor is unsafe fix #499

[Changes][0.14.0]

0.13.0 - 05 Oct 2021

Fixed

  • Network image issue on flutter 2.5 #467 #464

Added

  • allowImplicitScrolling for preloading next page on PageView #458
  • AutomaticKeepAliveClientMixin to keep state on photoview #452

[Changes][0.13.0]

0.12.0 - 19 Jul 2021

Fixed:

Added:

  • Added enablePanAlways to allow the user to pan any view without restrictions #427

[Changes][0.12.0]

0.11.1 - 09 Mar 2021

Fixed:

... (truncated)

Commits

Updates cupertino_icons from 1.0.0 to 1.0.5

Commits
  • aedd3e5 [flutter_image][ci] ignore deprecation warning, migrate master references to ...
  • a539261 [ci] Roll repo tooling and add readme-check (#1667)
  • 4ba74b6 [all] Update repo links to 'main' (#552)
  • 2cbc815 [cupertino_icons] Update README to link to API docs (#508)
  • c69ee6e [bsdiff] Remove package (#502)
  • See full diff in compare view

Updates url_launcher from 5.7.2 to 5.7.10

Commits

Updates fluro from 1.7.8 to 2.0.5

Changelog

Sourced from fluro's changelog.

2.0.5

  • change RouteSettings.copyWith to copyWithShim

2.0.4

  • shim RouteSettings.copyWith for Flutter ~3.5.0

2.0.3

  • null-safety
Commits

Updates flutter_markdown from 0.4.2 to 0.5.2

Commits

Updates modal_bottom_sheet from 1.0.0+1 to 2.1.2

Commits

Updates flutter_picker from 1.1.4 to 2.1.0

Changelog

Sourced from flutter_picker's changelog.

2.1.0 - 2023.01.29

  • Follow the file naming convention in Effective Dart, #59
  • fix: AM/PM are backward for 12:00, #185
  • added ROMANIAN localization

2.0.5 - 2022.07.19

  • close debug log (#178)

2.0.4 - 2022.06.28

  • Add PickerLocalizations.registerCustomLanguage function
  • Add onBuilderItem params. Allow custom item to be generated.
  • Fixed bug: #158, #168, #169, #177

2.0.3 - 2022.02.212

  • Fixed bug: #161, #165 ...
  • Add onBuilder, backgroundColor parameter to show, showDialog, showModal

2.0.2 - 2021.06.25

  • Fixed bug: #142, #98
  • Add demo DurationPicker
  • Add onConfirmBefore callback event;

2.0.1

  • Fixed bug.
  • Add PickerWidget.of(context) Get Picker
  • Add selectedIconTheme property

2.0.0

  • Support Null safety
  • Optimize code, Update demo list

1.1.5

  • Repair BUG (Including the problem of datetime adapter before the month, add the needUpdatePrev interface to the adapter)
  • add builderHeader params. Allow custom headers to be generated.
  • DateTimePickerAdapter add minHour, maxHour.
  • Thank you for your timely feedback in GitHub!
Commits

Updates image_cropper from 1.3.1 to 1.5.1

Changelog

Sourced from image_cropper's changelog.

[1.5.1] - 2022-04-01

  • update README to introduce Web support experiment

[1.5.0] - 2022-02-19

  • Upgrade uCrop to v2.2.8
  • Upgrade TOCropViewController to v2.6.1
  • PR: #309, #229, #294, #258, #251
  • BREAKING CHANGE: change cropImage() to instance method

[1.4.1] - 2021-06-20

  • Upgrade uCrop to v2.2.7

[1.4.0] - 2021-03-07

  • Upgrade TOCropViewController to v2.6.0
  • Migrate to nullsafety
Commits

Updates dio_http2_adapter from 1.0.1 to 2.3.1

Release notes

Sourced from dio_http2_adapter's releases.

cookie_manager 2.1.4

What's new

  • Fix cookie not applied to the original destination during redirect handling.
  • Resolves the location for cookies during redirect handling.

cookie_manager 2.1.3

What's new

  • Allow Set-Cookie to be parsed in redirect responses.
  • Fix new cookies being replaced by old cookies with the same name.
  • Sort the cookie by path (longer path first).

cookie_manager 2.1.2

What's new

  • Fix empty cookie parsing and header value set.
  • Improve code formats according to linter rules.

cookie_manager 2.1.1

What's new

2.1.0-stable-version

First stable version of 2.x

2.0.20

No release notes provided.

2.0.14

No release notes provided.

1.0.17

No release notes provided.

2.0.1

... (truncated)

Commits

Updates package_info from 0.4.0+17 to 2.0.2

Commits
  • 375c423 Point deprecated plugins to Plus versions (#3971)
  • 8f4c774 [video_player] Add URL for exoplayer to maven for all dependents (#3979)
  • 2576d6b [camera] android-rework part 4: Android flash and zoom features (#3798)
  • 3b0f897 [video_player] Migrate integration tests to NNBD (#3968)
  • 6359f0d [flutter_plugin_android_lifecycle] Migrate integration test to NNBD (#3969)
  • 2721adb Clean up cruft in pubspec.yaml files (#3972)
  • 52033ca [quick-actions] Revert migrating integration tests to NNBD (#3967)
  • a864de2 Move integration test to null safety for multiple plugins (#3932)
  • bca7c9f [url_launcher] and [url_launcher_platform_interface] Fix tests broken my Chan...
  • 7b47511 Use collection and box literals in ObjC code (#3960)
  • Additional commits viewable in compare view

Updates dio_cookie_manager from 1.0.0 to 3.1.0

Release notes

Sourced from dio_cookie_manager's releases.

cookie_manager 3.1.0

What's new

  • Replace DioError with DioException.

cookie_manager 3.0.0

What's new

Breaking changes

  • Bump cookie_jar from 3.0.0 to 4.0.0. Upgrading to this version will lose all previous cookies.

cookie_manager 2.1.4

What's new

  • Fix cookie not applied to the original destination during redirect handling.
  • Resolves the location for cookies during redirect handling.

cookie_manager 2.1.3

What's new

  • Allow Set-Cookie to be parsed in redirect responses.
  • Fix new cookies being replaced by old cookies with the same name.
  • Sort the cookie by path (longer path first).

cookie_manager 2.1.2

What's new

  • Fix empty cookie parsing and header value set.
  • Improve code formats according to linter rules.

cookie_manager 2.1.1

What's new

... (truncated)

Commits

Updates like_button from 0.2.0 to 2.0.5

Changelog

Sourced from like_button's changelog.

2.0.5

  • Add postFrameCallback to support start animation at first time(#65)

2.0.4

  • Fix issue that Number reversed when using RTL localization

2.0.3

  • Fix issue that LikeButtonTapCallback result can't be null

2.0.2

  • Fix issue that Bubble animation is cropped #50

2.0.1

  • Format dart

2.0.0

  • Support null-safety

1.0.4

  • Fix animation stop when setstate

1.0.3

  • Fix readme error

1.0.2

  • Add stale.yml

1.0.1

  • Fix the error of bubbles_painter.dart.

1.0.0

  • Fix analysis_options
  • Breaking change: add likeCount for CountDecoration call back
  • Public LikeButtonState and onTap
Commits

Updates badges from 1.1.6 to 3.1.1

Release notes

Sourced from badges's releases.

3.0.0-beta.1

[3.0.0-beta.1] - [Dec 25, 2022]

  • Add onTap for Badge
  • Add Twitter and Instagram shapes
  • Add size, rotation and color change animation for Badge
  • Add loop animation
  • Add border gradient
  • Add more customization for animation and style
  • Breaking changes! Please check the readme for simple migration guide
Changelog

Sourced from badges's changelog.

[3.1.1] - [April 14, 2023]

  • Return to 3.0.3 version functionality due to bug

[3.1.0] - [April 11, 2023]

  • Add BadgeShape.triangle
  • Fix custom shapes deformation depending on the badge content

[3.0.3] - [March 24, 2023]

  • Fix transparent color for the badge

[3.0.2] - [Jan 25, 2023]

  • Due to Badge widget introduction in Material library, the package is refatored to avoid ambiguous imports. badges.Badge used everywhere.
  • Readme updated

[3.0.0-beta.1] - [Dec 25, 2022]

  • Add onTap for Badge
  • Add Twitter and Instagram shapes
  • Add size, rotation and color change animation for Badge
  • Add loop animation
  • Add border gradient
  • Add more customization for animation and style
  • Breaking changes! Please check the readme for simple migration guide

[2.0.3] - [Jun 2, 2022]

  • Fix border radius of the badge, when using it with gradient

[2.0.2] - [Jul 28, 2021]

  • Add gradient parameter to the Badge
  • Add BadgePosition.center() as a new factory constructor for the BadgePosition

[2.0.1] - [May 13, 2021]

  • Add parameter to edit fit parameter Stack widget

[2.0.0] - [April 20, 2021]

  • Stable null safety

[2.0.0-nullsafety.1] - [March 13, 2021]

  • Null safety, finally! Prerelease

[1.2.0] - [March 4, 2021]

  • Breaking change! Deprecated parameter 'Overflow' replaced with 'Clip' for Stack widget.
  • Documentation implementation
Commits

Updates provider from 4.3.3 to 6.0.5

Changelog

Sourced from provider's changelog.

6.0.5

  • Fix broken links on pub.dev

6.0.4

Fix typos and broken links in the documentation

6.0.3

  • fix late initialization error when using debugPrintRebuildDirtyWidgets
  • slightly reduced the binary size of release mode applications using provider
  • Fix typos in the error message of ProviderNotFoundException
  • improve performances for reading providers (thanks to @​jiahaog)

6.0.2

Added error details for provider that threw during the creation (thanks to @​jmewes)

6.0.1

Removed the assert that prevented from using ChangeNotifierProvider with notifiers that already had listeners.

6.0.0

  • Breaking: It is no longer possible to define providers where their only difference is the nullability of the exposed value:

    MultiProvider(
      providers: [
        Provider<Model>(...),
        Provider<Model?>(...)
      ]
    )

    Before, when defining those providers, doing context.watch<Model> vs context.watch<Model?> would point to a different provider. Now, both will always point to the deepest provider (in this example Provider<Model?>).

    That fixes issues where a common developer mistake is to define a provider as Model? but try to read it as Model. Previously, that would give a ProviderNotFoundException. Now, this will correctly resolve the value.

    That also helps large codebase migrate to null-safety progressively, as they would temporarily contain both null-safe and unsound code. Previously, unsound code would be unable to read a provider defined as Provider<Model?>, as Model? is not a valid syntax. With this change, this is now feasible.

... (truncated)

Commits

Updates extended_nested_scroll_view from 2.0.0 to 6.0.0

Changelog

Sourced from extended_nested_scroll_view's changelog.

6.0.0

5.1.3

  • Upgrade visibility_detector to 0.33 by default.(please use dependency_overrides: visibility_detector: 0.2.2 if your Flutter sdk is under 3.0.0)

5.1.2

  • Add keyboardDismissBehavior property #97

5.1.1

  • Provide ExtendedVisibilityDetector to point out which list is visible

5.1.0

  • Migrate to 3.0.0

5.0.0

  • Migrate to 2.5
  • Merge code from flutter/flutter#87801
  • Fix exception that findRenderObject throw exception even mounted is true

4.0.0

  • Breaking change:
    1. refactor [ExtendedNestedScrollView].
    2. add [ExtendedNestedScrollView.onlyOneScrollInBody] to solve scroll sync issues(flutter/flutter#21868).
    3. remove [ExtendedNestedScrollView.innerScrollPositionKeyBuilder] and [NestedScrollViewInnerScrollPositionKeyWidget].

3.0.1

  • Check scrollable state if mounted on finding key of ScrollPosition. #78
  • Igore inner position when inner delta is minimal value. #74

3.0.0

  • Support null-safety
  • Breaking change: Remove [NestedScrollViewRefreshIndicator], use [PullToRefreshNotification] instead of.
  • Add [NestedScrollView.keyboardDismissBehavior]

2.0.1

  • Fix issue that list sync issue is not fixed #40
Commits

Updates image_gallery_saver from 1.2.2 to 2.0.3

Release notes

Sourced from image_gallery_saver's releases.

2.0.3

1.Upgrade flutter version to 3.10.5 2.Android build tools are upgraded to 7.3.0 3.Optimize the Android plugin library code

2.0.2

1.Optimization android plugin

2.0.1

  1. Upgrade flutter version to 3.10.2
  2. Upgrade Android/ios plug-in related
  3. Support Android 13
  4. Support ios16
Changelog

Sourced from image_gallery_saver's changelog.

2.0.3

  • 1.Upgrade flutter version to 3.10.5
  • 2.Android build tools are upgraded to 7.3.0
  • 3.Optimize the Android plugin library code

2.0.2

  • 1.Optimization android plugin

2.0.1

  • 1.Upgrade flutter version to 3.10.2
  • 2.Upgrade Android/ios plug-in related
  • 3.Support Android 13
  • 4.Support ios16

1.7.1

  • optimization

1.7.0

  • optimization

1.6.9

  • optimization

1.6.8

  • Support android 11 save

1.6.7

  • fix ios bug

1.6.6

  • fix ios bug

1.6.5

  • fix android bug

1.6.4

  • formatted code

1.6.3

  • Save result return more message

1.6.2

  • fix crash on iOS when granting permission

1.6.1

  • fix iOS Swift5.1 error

1.6.0

  • Support iOS return save path

... (truncated)

Commits

Updates device_info from 0.4.1+5 to 2.0.3

Commits

Updates extended_text_field from 5.0.4 to 11.0.1

Changelog

Sourced from extended_text_field's changelog.

11.0.1

  • fix issue on ios after flutter version 3.7.0. #191 #198

11.0.0

  • Migrate to 3.7.0

10.2.0

  • Add TextInputBindingMixin to prevent system keyboard show.
  • Add No SystemKeyboard demo

10.1.1

  • Fix issue selection not right #172

10.1.0

  • Migrate to 3.0.0
  • Support Scribble Handwriting for iPads

10.0.1

  • Public ExtendedTextFieldState and add bringIntoView method to support jump to caret when insert text with TextEditingController

10.0.0

  • Migrate to 2.10.0.
  • Add shouldShowSelectionHandles and textSelectionGestureDetectorBuilder call back to define the behavior of handles and toolbar.
  • Shortcut support for web and desktop.

9.0.3

  • Fix hittest is not right #131

9.0.2

  • Fix selectionWidthStyle and selectionHeightStyle are not working.

9.0.1

  • Support to use keyboard move cursor for SpecialInlineSpan. #135
  • Fix issue that backspace delete two chars. #141

9.0.0

  • Migrate to 2.8

8.0.0

... (truncated)

Commits

Updates image_picker from 0.6.7+22 to 0.8.0+4

Commits

Updates adaptive_dialog from 0.9.4 to 1.8.3+1

Release notes

Sourced from adaptive_dialog's releases.

1.9.0: Support Flutter 3.10

What's Changed

…uncher_icons, flutter_easyrefresh, nine_grid_view, flutter_des, multi_image_picker, pretty_dio_logger, share, photo_view, cupertino_icons, url_launcher, fluro, flutter_markdown, modal_bottom_sheet, flutter_picker, image_cropper, dio_http2_adapter, package_info, dio_cookie_manager, like_button, badges, provider, extended_nested_scroll_view, image_gallery_saver, device_info, extended_text_field, image_picker, adaptive_dialog, shared_preferences, flutter_native_splash and flutter_inappwebview

Bumps [dio](https://github.com/cfug/dio), [event_bus](https://github.com/marcojakob/dart-event-bus), [should_rebuild](https://github.com/fantasy525/should_rebuild), flutter_native_image, [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [flutter_easyrefresh](https://github.com/xuelongqy/flutter_easyrefresh), [nine_grid_view](https://github.com/flutterchina/nine_grid_view), [flutter_des](https://github.com/OctMon/flutter_des), [multi_image_picker](https://github.com/Sh1d0w/multi_image_picker), [pretty_dio_logger](https://github.com/Milad-Akarie/pretty_dio_logger), [share](https://github.com/flutter/plugins/tree/master/packages), [photo_view](https://github.com/renancaraujo/photo_view), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher), [fluro](https://github.com/lukepighetti/fluro), [flutter_markdown](https://github.com/flutter/packages/tree/main/packages), [modal_bottom_sheet](https://github.com/jamesblasco/modal_bottom_sheet), [flutter_picker](https://github.com/yangyxd/flutter_picker), [image_cropper](https://github.com/hnvn/flutter_image_cropper), [dio_http2_adapter](https://github.com/cfug/dio/tree/main/plugins), [package_info](https://github.com/flutter/plugins/tree/master/packages), [dio_cookie_manager](https://github.com/cfug/dio/tree/main/plugins), [like_button](https://github.com/fluttercandies/like_button), [badges](https://github.com/yako-dev/flutter_badges), [provider](https://github.com/rrousselGit/provider), [extended_nested_scroll_view](https://github.com/fluttercandies/extended_nested_scroll_view), [image_gallery_saver](https://github.com/hui-z/image_gallery_saver), [device_info](https://github.com/flutter/plugins/tree/master/packages/device_info), [extended_text_field](https://github.com/fluttercandies/extended_text_field), [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker), [adaptive_dialog](https://github.com/mono0926/adaptive_dialog), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences), [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) and [flutter_inappwebview](https://github.com/pichillilorenzo/flutter_inappwebview). These dependencies needed to be updated together.

Updates `dio` from 3.0.10 to 5.3.0
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@3.0.10...dio_v5.3.0)

Updates `event_bus` from 1.1.1 to 2.0.0
- [Release notes](https://github.com/marcojakob/dart-event-bus/releases)
- [Changelog](https://github.com/marcojakob/dart-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marcojakob/dart-event-bus/commits/v2.0.0)

Updates `should_rebuild` from 0.1.3 to 1.0.1
- [Changelog](https://github.com/fantasy525/should_rebuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fantasy525/should_rebuild/commits)

Updates `flutter_native_image` from 0.0.5+3 to 0.0.6+1

Updates `flutter_launcher_icons` from 0.7.5 to 0.8.1
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_launcher_icons@v0.7.5...v0.8.1)

Updates `flutter_easyrefresh` from 2.1.8 to 2.2.2
- [Release notes](https://github.com/xuelongqy/flutter_easyrefresh/releases)
- [Changelog](https://github.com/xuelongqy/flutter_easy_refresh/blob/v3/CHANGELOG.md)
- [Commits](https://github.com/xuelongqy/flutter_easyrefresh/commits)

Updates `nine_grid_view` from 1.0.5 to 2.0.0
- [Changelog](https://github.com/flutterchina/nine_grid_view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flutterchina/nine_grid_view/commits)

Updates `flutter_des` from 1.1.1 to 2.2.0
- [Changelog](https://github.com/OctMon/flutter_des/blob/master/CHANGELOG.md)
- [Commits](https://github.com/OctMon/flutter_des/commits)

Updates `multi_image_picker` from 4.7.15 to 4.8.01
- [Commits](https://github.com/Sh1d0w/multi_image_picker/commits)

Updates `pretty_dio_logger` from 1.1.1 to 1.3.1
- [Changelog](https://github.com/Milad-Akarie/pretty_dio_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Milad-Akarie/pretty_dio_logger/commits)

Updates `share` from 0.6.5+4 to 2.0.4
- [Commits](https://github.com/flutter/plugins/commits/share-v2.0.4/packages)

Updates `photo_view` from 0.10.3 to 0.14.0
- [Release notes](https://github.com/renancaraujo/photo_view/releases)
- [Changelog](https://github.com/bluefireteam/photo_view/blob/main/CHANGELOG.md)
- [Commits](bluefireteam/photo_view@0.10.3...0.14.0)

Updates `cupertino_icons` from 1.0.0 to 1.0.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages)

Updates `url_launcher` from 5.7.2 to 5.7.10
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/HEAD/packages/url_launcher)

Updates `fluro` from 1.7.8 to 2.0.5
- [Release notes](https://github.com/lukepighetti/fluro/releases)
- [Changelog](https://github.com/lukepighetti/fluro/blob/main/CHANGELOG.md)
- [Commits](lukepighetti/fluro@1.7.8...2.0.5)

Updates `flutter_markdown` from 0.4.2 to 0.5.2
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/google_maps_flutter_web-v0.5.2/packages)

Updates `modal_bottom_sheet` from 1.0.0+1 to 2.1.2
- [Release notes](https://github.com/jamesblasco/modal_bottom_sheet/releases)
- [Commits](https://github.com/jamesblasco/modal_bottom_sheet/commits)

Updates `flutter_picker` from 1.1.4 to 2.1.0
- [Release notes](https://github.com/yangyxd/flutter_picker/releases)
- [Changelog](https://github.com/yangyxd/flutter_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yangyxd/flutter_picker/commits)

Updates `image_cropper` from 1.3.1 to 1.5.1
- [Changelog](https://github.com/hnvn/flutter_image_cropper/blob/v1.5.1/CHANGELOG.md)
- [Commits](hnvn/flutter_image_cropper@v1.3.1...v1.5.1)

Updates `dio_http2_adapter` from 1.0.1 to 2.3.1
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/http2_adapter_v2.3.1/plugins)

Updates `package_info` from 0.4.0+17 to 2.0.2
- [Commits](https://github.com/flutter/plugins/commits/package_info-v2.0.2/packages)

Updates `dio_cookie_manager` from 1.0.0 to 3.1.0
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/cookie_manager_v3.1.0/plugins)

Updates `like_button` from 0.2.0 to 2.0.5
- [Changelog](https://github.com/fluttercandies/like_button/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/like_button/commits)

Updates `badges` from 1.1.6 to 3.1.1
- [Release notes](https://github.com/yako-dev/flutter_badges/releases)
- [Changelog](https://github.com/yako-dev/flutter_badges/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yako-dev/flutter_badges/commits)

Updates `provider` from 4.3.3 to 6.0.5
- [Changelog](https://github.com/rrousselGit/provider/blob/master/CHANGELOG.md)
- [Commits](rrousselGit/provider@v4.3.3...provider-v6.0.5)

Updates `extended_nested_scroll_view` from 2.0.0 to 6.0.0
- [Changelog](https://github.com/fluttercandies/extended_nested_scroll_view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/extended_nested_scroll_view/commits)

Updates `image_gallery_saver` from 1.2.2 to 2.0.3
- [Release notes](https://github.com/hui-z/image_gallery_saver/releases)
- [Changelog](https://github.com/hui-z/image_gallery_saver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hui-z/image_gallery_saver/commits/2.0.3)

Updates `device_info` from 0.4.1+5 to 2.0.3
- [Commits](https://github.com/flutter/plugins/commits/device_info-v2.0.3/packages/device_info)

Updates `extended_text_field` from 5.0.4 to 11.0.1
- [Release notes](https://github.com/fluttercandies/extended_text_field/releases)
- [Changelog](https://github.com/fluttercandies/extended_text_field/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/extended_text_field/commits)

Updates `image_picker` from 0.6.7+22 to 0.8.0+4
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pointer_interceptor-v0.8.0/packages/image_picker)

Updates `adaptive_dialog` from 0.9.4 to 1.8.3+1
- [Release notes](https://github.com/mono0926/adaptive_dialog/releases)
- [Changelog](https://github.com/mono0926/adaptive_dialog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mono0926/adaptive_dialog/commits/1.8.3)

Updates `shared_preferences` from 0.5.7+1 to 2.0.20
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.20/packages/shared_preferences)

Updates `flutter_native_splash` from 0.1.9 to 0.3.2
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/v0.3.2/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v0.1.9...v0.3.2)

Updates `flutter_inappwebview` from 4.0.0+4 to 5.7.2+3
- [Release notes](https://github.com/pichillilorenzo/flutter_inappwebview/releases)
- [Changelog](https://github.com/pichillilorenzo/flutter_inappwebview/blob/master/CHANGELOG.md)
- [Commits](pichillilorenzo/flutter_inappwebview@v4.0.0...v5.7.2)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: event_bus
  dependency-type: direct:production
- dependency-name: should_rebuild
  dependency-type: direct:production
- dependency-name: flutter_native_image
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: flutter_easyrefresh
  dependency-type: direct:production
- dependency-name: nine_grid_view
  dependency-type: direct:production
- dependency-name: flutter_des
  dependency-type: direct:production
- dependency-name: multi_image_picker
  dependency-type: direct:production
- dependency-name: pretty_dio_logger
  dependency-type: direct:production
- dependency-name: share
  dependency-type: direct:production
- dependency-name: photo_view
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: url_launcher
  dependency-type: direct:production
- dependency-name: fluro
  dependency-type: direct:production
- dependency-name: flutter_markdown
  dependency-type: direct:production
- dependency-name: modal_bottom_sheet
  dependency-type: direct:production
- dependency-name: flutter_picker
  dependency-type: direct:production
- dependency-name: image_cropper
  dependency-type: direct:production
- dependency-name: dio_http2_adapter
  dependency-type: direct:production
- dependency-name: package_info
  dependency-type: direct:production
- dependency-name: dio_cookie_manager
  dependency-type: direct:production
- dependency-name: like_button
  dependency-type: direct:production
- dependency-name: badges
  dependency-type: direct:production
- dependency-name: provider
  dependency-type: direct:production
- dependency-name: extended_nested_scroll_view
  dependency-type: direct:production
- dependency-name: image_gallery_saver
  dependency-type: direct:production
- dependency-name: device_info
  dependency-type: direct:production
- dependency-name: extended_text_field
  dependency-type: direct:production
- dependency-name: image_picker
  dependency-type: direct:production
- dependency-name: adaptive_dialog
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: flutter_native_splash
  dependency-type: direct:production
- dependency-name: flutter_inappwebview
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants