Skip to content

Bump dio, date_format, flutter_webview_plugin, pull_to_refresh, cupertino_icons, json_annotation, flutter_staggered_grid_view, cached_network_image, fluttertoast, shared_preferences, json_serializable and build_runner#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/dio-and-date_format-and-flutter_webview_plugin-and-pull_to_refresh-and-cupertino_icons-and-json_annotation-and-flutter_staggered_grid_view-and-cached_network_image-and-fluttertoast-and-shared_preferences-and-json_serializable-and-build_runner-5.0.3
Open

Bump dio, date_format, flutter_webview_plugin, pull_to_refresh, cupertino_icons, json_annotation, flutter_staggered_grid_view, cached_network_image, fluttertoast, shared_preferences, json_serializable and build_runner#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/dio-and-date_format-and-flutter_webview_plugin-and-pull_to_refresh-and-cupertino_icons-and-json_annotation-and-flutter_staggered_grid_view-and-cached_network_image-and-fluttertoast-and-shared_preferences-and-json_serializable-and-build_runner-5.0.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps dio, date_format, flutter_webview_plugin, pull_to_refresh, cupertino_icons, json_annotation, flutter_staggered_grid_view, cached_network_image, fluttertoast, shared_preferences, json_serializable and build_runner. These dependencies needed to be updated together.
Updates dio from 3.0.0 to 5.0.3

Release notes

Sourced from dio's releases.

dio 5.0.3

What's new

  • Imply List<Map> as JSON content in ImplyContentTypeInterceptor.
  • Fix FormData encoding for collections and objects.

dio 5.0.2

What's new

  • Improve code formats according to linter rules.
  • Remove the force conversion for the response body.
  • Fix DioErrorType.cancel in Interceptors.
  • Fix wrong encoding of collection query parameters.
  • Fix "unsupported operation" error on web platform.

dio 5.0.1

What's new

  • Add ImplyContentTypeInterceptor as a default interceptor.
  • Add Headers.multipartFormDataContentType for headers usage.
  • Fix variable shadowing of withCredentials in browser_adapers.dart.
Commits

Updates date_format from 1.0.6 to 2.0.7

Changelog

Sourced from date_format's changelog.

2.0.7

  • Khmer locale
  • Arabic locale
  • Fixed 'uuu' microseconds

2.0.6

  • Export french locale

2.0.5

  • French locale

2.0.4

  • German locale

2.0.3

  • Korean locale
  • Bug fix with S

2.0.2

  • Added Italian and Turkish DateLocales

2.0.1

  • Renamed Locale to DateLocale

2.0.0

  • Migrated to null safety

1.0.9

  • Escape format segment

1.0.8

  • Added Locale support with EnglishLocale as default locale
Commits

Updates flutter_webview_plugin from 0.3.7 to 0.4.0

Release notes

Sourced from flutter_webview_plugin's releases.

0.3.11

  • Fix alert not work in webview #522

0.3.10

  • add mediaPlaybackRequiresUserGesture parameter
  • Add ignore ssl error parameter

0.3.9

  • Fixed error methods on iOS
  • fixed build
  • fixed ios clean cookies
  • 4 Make plugin work in headless mode when extending FlutterApplication
  • added canGoBack and canGoForward methods

0.3.9+1

  • Fix ios compilation

0.3.8

  • Fix iOS local URL support (fixes #114)
  • bugfix: Added google() repository to allprojects to satisfy androidx build rules
  • fixed min sdk for android
Changelog

Sourced from flutter_webview_plugin's changelog.

0.4.0

  • migrated to null safety

0.3.10+1

  • fixed android build

0.3.10

  • add mediaPlaybackRequiresUserGesture parameter
  • Add ignore ssl error parameter

0.3.9+1

  • Fixed error methods on iOS

0.3.9

  • Fixed error methods on iOS
  • fixed build
  • fixed ios clean cookies
  • 4 Make plugin work in headless mode when extending FlutterApplication
  • added canGoBack and canGoForward methods

0.3.8

  • Fix iOS local URL support (fixes #114)
  • bugfix: Added google() repository to allprojects to satisfy androidx build rules
  • fixed min sdk for android
Commits

Updates pull_to_refresh from 1.5.7 to 2.0.0

Release notes

Sourced from pull_to_refresh's releases.

V2.0.0

Breaking Changes:

  • Remove onOffsetChange in SmartRefresher,autoLoad in RefreshConfiguration,scrollController in RefreshController
  • add argument to onTwoLevel(callback when closed)

features

  • migrate null-safety
  • add needCallback in requestRefresh and requestLoading for avoiding the callback of onRefresh or onLoading

Bug fix

  • In NestedScrollView+ClampingScrollPhysics(Android ScrollBehaviour),header can be seen when fling to top.
  • unMounted widget used crash error when fast rebuild in requestRefresh
  • fix sliverRefreshBody layoutSize instead of -0.001,it will crash error when viewportMainAxis=0

Other

  • Add assert to avoid invalid usage

V1.6.5

  • fix check full page logic.
  • fix crash "locking up a deactive widget is unsafe".

V1.6.4

  • fix error crash by deprecated function removed
  • add extra ScrollView reference parameter

V1.6.4-nullsafety.0

  • add null safety

V1.6.3

  • fix bug:gesture disabled after refresh complete in an error refreshState
  • fix problem:Footer hide back suddenly(this cause by the flutter breaking change)
  • add vibrate option to enable vibrate when trigger onRefresh or onLoading
  • fix SmartRefresher key in mutiple widgets
  • add other languages

V1.6.2

  • fix "_pendingDimenssion is not true" fatal error

V1.6.1

  • fix nestedSrollView requestRefresh error
  • fix NestedScrollView cast error
  • fix twice loading when no data return
  • reuse the state when update refreshController
  • add other language

V1.6.0

  • fix slow bounce back when load more too fast
  • fix footer renderError with reverse:true,behaviour return to 1.5.7
  • add check null in requestRefresh()
  • fix refreshText reverse error(ClassicHeader) when reverse:true

... (truncated)

Changelog

Sourced from pull_to_refresh's changelog.

2.0.0

Breaking Changes:

  • Remove onOffsetChange in SmartRefresher,autoLoad in RefreshConfiguration,scrollController in RefreshController
  • add argument to onTwoLevel(callback when closed)

features

  • migrate null-safety
  • add needCallback in requestRefresh and requestLoading for avflutoiding the callback of onRefresh or onLoading

Bug fix

  • In NestedScrollView+ClampingScrollPhysics(Android ScrollBehaviour),header can be seen when fling to top.
  • unMounted widget used crash error when fast rebuild in requestRefresh
  • fix sliverRefreshBody layoutSize instead of -0.001,it will crash error when viewportMainAxis=0

Other

  • Add assert to avoid invalid usage

1.6.5

  • fix check full page logic.
  • fix crash "locking up a deactive widget is unsafe".

1.6.4

  • fix error crash by deprecated function removed
  • add extra ScrollView reference parameter

1.6.3

  • fix bug:gesture disabled after refresh complete in an error refreshState
  • fix problem:Footer hide back suddenly(this cause by the flutter breaking change)
  • add vibrate option to enable vibrate when trigger onRefresh or onLoading
  • fix SmartRefresher key in mutiple widgets
  • add other languages

1.6.2

  • fix "_pendingDimenssion is not true" error with the breaking change

1.6.1

  • fix NestedScrollView requetRefresh error
  • fix NestedScollView cast error
  • fix twiceloadng when no data return
  • add support for update refreshcontroller
  • add other language

1.6.0

  • fix slow bounce back when load more too fast
  • fix footer renderError with reverse:true,behaviour return to 1.5.7
  • add check null in requestRefresh()
  • fix refreshText reverse error(ClassicHeader) when reverse:true

... (truncated)

Commits

Updates cupertino_icons from 0.1.2 to 1.0.5

Release notes

Sourced from cupertino_icons's releases.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
Commits
  • f78df7b create a ttf that has duplicate codepoints to better handle the 0.1.3 transition
  • 3e02d40 Added better documentation to find the pub package (#3)
  • See full diff in compare view

Updates json_annotation from 2.3.0 to 4.8.0

Commits

Updates flutter_staggered_grid_view from 0.3.0 to 0.6.2

Changelog

Sourced from flutter_staggered_grid_view's changelog.

0.6.2

Fixed

0.6.1

Fixed

  • Issue when childCount is 0 with Quilted layout.

0.6.0

Added

  • SliverAlignedGrid and AlignedGridView widgets.

Changed

  • Renamed SliverMasonryGridDelegate to SliverSimpleGridDelegate.

0.5.1

Added

  • StaggeredTile.fit constructor.

0.5.0

Changed

  • Stable release

0.5.0-dev.8

Changed

  • Make the childCount parameter of SliverMasonryGrid constructors, nullable and not required.

0.5.0-dev.7

Fixed

  • Remove position issue with staired pattern.

0.5.0-dev.6

Fixed

  • Remove extra space on fixed woven grid.

0.5.0-dev.5

Fixed

  • Remove extra space on fixed quilted grid (#216).

0.5.0-dev.4

Fixed

  • Issue with Woven pattern layout flow in second run.

0.5.0-dev.3

Fixed

  • Issue with Woven pattern and text direction.

0.5.0-dev.2

Fixed

  • Issue with Quilted pattern.

... (truncated)

Commits

Updates cached_network_image from 2.0.0 to 3.2.3

Commits

Updates fluttertoast from 3.1.0 to 8.2.1

Changelog

Sourced from fluttertoast's changelog.

[8.2.1]

  • Removed context.mounted

[8.2.0]

  • Updated the flow for Toast with Context

[8.1.4]

  • Merged #419 (added environment restriction in pubspec)

[8.1.3]

[8.1.2]

[8.1.1] [8.1.0]

  • Many issues fixed
  • iOS M1 Chip Fix

[8.0.9]

[8.0.8]

  • Many issues fixed

[8.0.7]

  • Added fadeDuration in FToast to set fade animation Duration
  • Fixed Toast behind the screen #287 , #281
  • Fixed #303

[8.0.6]

  • Only safe (?.) or non-null asserted (!!.) (#300)

[8.0.5]

  • Fixed Unresolved reference: R (Issue with Android API 30)

[8.0.4]

  • Fixed Unresolved reference: R (Issue with Android API 30)

... (truncated)

Commits

Updates shared_preferences from 0.5.3+4 to 2.0.20

Release notes

Sourced from shared_preferences's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.

animations-v1.1.2

  • Fixes for upcoming changes to the flutter framework.

animations-v1.1.1

No release notes provided.

animations-v1.1.0

No release notes provided.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
Commits

Updates json_serializable from 2.3.0 to 6.6.1

Commits

Updates build_runner from 1.6.1 to 2.3.3

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…tino_icons, json_annotation, flutter_staggered_grid_view, cached_network_image, fluttertoast, shared_preferences, json_serializable and build_runner

Bumps [dio](https://github.com/cfug/dio), [date_format](https://github.com/tejainece/date_format), [flutter_webview_plugin](https://github.com/dart-flitter/flutter_webview_plugin), [pull_to_refresh](https://github.com/peng8350/flutter_pulltorefresh), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [json_annotation](https://github.com/google/json_serializable.dart), [flutter_staggered_grid_view](https://github.com/letsar/flutter_staggered_grid_view), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [fluttertoast](https://github.com/PonnamKarthik/FlutterToast), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences), [json_serializable](https://github.com/google/json_serializable.dart) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

Updates `dio` from 3.0.0 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@3.0.0...dio_v5.0.3)

Updates `date_format` from 1.0.6 to 2.0.7
- [Release notes](https://github.com/tejainece/date_format/releases)
- [Changelog](https://github.com/tejainece/date_format/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tejainece/date_format/commits)

Updates `flutter_webview_plugin` from 0.3.7 to 0.4.0
- [Release notes](https://github.com/dart-flitter/flutter_webview_plugin/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_webview_plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-flitter/flutter_webview_plugin/commits)

Updates `pull_to_refresh` from 1.5.7 to 2.0.0
- [Release notes](https://github.com/peng8350/flutter_pulltorefresh/releases)
- [Changelog](https://github.com/peng8350/flutter_pulltorefresh/blob/master/CHANGELOG.md)
- [Commits](https://github.com/peng8350/flutter_pulltorefresh/commits/2.0.0)

Updates `cupertino_icons` from 0.1.2 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 `json_annotation` from 2.3.0 to 4.8.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-2.3.0...json_annotation-v4.8.0)

Updates `flutter_staggered_grid_view` from 0.3.0 to 0.6.2
- [Release notes](https://github.com/letsar/flutter_staggered_grid_view/releases)
- [Changelog](https://github.com/letsar/flutter_staggered_grid_view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/letsar/flutter_staggered_grid_view/commits/v0.6.2)

Updates `cached_network_image` from 2.0.0 to 3.2.3
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Commits](https://github.com/Baseflow/flutter_cached_network_image/commits/v3.2.3)

Updates `fluttertoast` from 3.1.0 to 8.2.1
- [Release notes](https://github.com/PonnamKarthik/FlutterToast/releases)
- [Changelog](https://github.com/ponnamkarthik/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PonnamKarthik/FlutterToast/commits)

Updates `shared_preferences` from 0.5.3+4 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 `json_serializable` from 2.3.0 to 6.6.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-2.3.0...json_serializable-v6.6.1)

Updates `build_runner` from 1.6.1 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v1.6.1...build_runner-v2.3.3)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: date_format
  dependency-type: direct:production
- dependency-name: flutter_webview_plugin
  dependency-type: direct:production
- dependency-name: pull_to_refresh
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: json_annotation
  dependency-type: direct:production
- dependency-name: flutter_staggered_grid_view
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: fluttertoast
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: json_serializable
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants