flutter_eyepetizer icon indicating copy to clipboard operation
flutter_eyepetizer copied to clipboard

Bump dio, shimmer, flustars, pull_to_refresh, cupertino_icons, logger, oktoast, fluro, device_info, cached_network_image and provider

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps dio, shimmer, flustars, pull_to_refresh, cupertino_icons, logger, oktoast, fluro, device_info, cached_network_image and provider. These dependencies needed to be updated together. Updates dio from 2.1.13 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 shimmer from 1.0.0 to 2.0.0

Changelog

Sourced from shimmer's changelog.

[2.0.0] - 2021-04-12

  • stable version of nullsafety

[2.0.0-nullsafety.0] - 2021-01-25

  • mirgrate to nullsafety

[1.1.2] - 2020-10-11

  • fix bug: missing update ShimmerDirection

[1.1.1] - 2020-04-05

  • support dynamic Gradient according to the application's Theme

[1.1.0] - 2020-03-01

  • improved by using ShaderMaskLayer

[1.0.1] - 2019-09-15

  • support stop and resume animation
Commits

Updates flustars from 0.2.6+1 to 2.0.1

Changelog

Sourced from flustars's changelog.

2.0.1

  • TODO: dependencies update.

2.0.0

  • TODO: Migrate to null-safety.

0.3.3

  • TODO: split sp_util as a separate library.

0.3.2

  • TODO: remove MyAppBar.

0.3.1

  • TODO: add ImageUtil, Refactor DirectoryUtil.

0.2.6+2

  • TODO: fix minimum version dependency.
Commits

Updates pull_to_refresh from 1.6.5 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
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
Commits
  • 0be096c update to 2.0.0
  • 6544819 format code
  • 195af8b add bool argument to onTwoLevel
  • bd5b264 Remove autoLoad in RefreshConfiguration
  • 22a700f add test to needCallback argument
  • 9f84946 Add needCallback argument:allow requestRefresh not to callback onRefresh
  • de85a2e add assert:prevent use controller to mutiple SmartRefresh
  • d221d3f Remove scrollController and onOffsetChange
  • 33effd7 fix merge error
  • e39f285 Merge remote-tracking branch 'origin/nullsafety'
  • Additional commits viewable in compare view

Updates cupertino_icons from 0.1.3 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

Updates logger from 0.7.0+2 to 1.3.0

Changelog

Sourced from logger's changelog.

1.3.0

  • Fixed stackTrace count when using stackTraceBeginIndex. Addresses #114.
  • Added proper FileOutput stub. Addresses #94.
  • Added isClosed. Addresses #130.
  • Added time to LogEvent.
  • Added error handling to LogfmtPrinter.

1.2.2

1.2.1

  • Reverted ${this} interpolation and added linter ignore. #1

1.2.0

  • Added origin LogEvent to OutputEvent. Addresses #133.
  • Re-added LogListener and OutputListener (Should restore compatibility with logger_flutter).
  • Replaced pedantic with lints.

1.1.0

1.0.0

  • Stable nullsafety

1.0.0-nullsafety.0

0.9.4

  • Remove broken platform detection.

0.9.3

0.9.2

... (truncated)

Commits

Updates oktoast from 2.3.2 to 3.3.1

Release notes

Sourced from oktoast's releases.

3.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.3.0...3.3.1

3.3.0

What's Changed

Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.2.0...3.3.0

3.2.0

What's Changed

Migrate to Flutter 3, drop supports for previous Flutter versions.

  • Remove deprecated Miui10AnimBuilder.

Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.1.5...3.2.0

3.1.5

What's Changed

  • _ToastContainer -> ToastContainer.
  • Add tests.

Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.1.4...3.1.5

3.1.4

What's Changed

Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.1.3...3.1.4

3.1.3

  • Throw a more precise error if the OKToast widget is not wrapped correctly.
  • Bind ToastFuture with OverlayEntry mounted state.

3.1.3+1

  • Quick fix for the _throwIfNoContext.

3.1.2

... (truncated)

Changelog

Sourced from oktoast's changelog.

3.3.1

  • Replace context.debugDoingBuild flag with SchedulerBinding.instance.schedulerPhase. (#97)

3.3.0

  • Abstract BuildContextPredicate. (#95)
  • More text fields for showToast. (#96)

3.2.0

Migrate to Flutter 3, drop supports for previous Flutter versions.

  • Remove deprecated Miui10AnimBuilder.

3.1.5

  • _ToastContainer -> ToastContainer.
  • Add tests.

3.1.4

  • Fix dismiss is invalid when called synchronously. (#88)
  • Deprecated inner Miui10AnimBuilder.

3.1.3+1

  • Quick fix for the _throwIfNoContext.

3.1.3

  • Throw a more precise error if the OKToast widget is not wrapped correctly.
  • Bind ToastFuture with OverlayEntry mounted state.

3.1.2

  • Deliver overlay insertion into microtask.

3.1.1

  • Expose constraints and margin for showToast method. (#84)

3.1.0

  • Support copyWith for ToastPosition. (#82)
  • Integrate animationBuilder properly. (#81)
  • BREAKING CHANGE: handleTouth -> handleTouch.
  • Code cleanup.

3.0.0

... (truncated)

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 device_info from 0.4.0+2 to 2.0.3

Commits

Updates cached_network_image from 2.0.0-rc to 3.2.3

Commits
  • 876a082 versioning and changelog
  • c9865f7 Merge pull request #792 from davidmartos96/closeChunksStream
  • ac60e35 fix typo
  • ce6d671 Unsubscribe from chunkEvents
  • ad4dea3 Close chunk events stream controller when imageStream is disposed
  • 3fcd65a prepare release
  • bdbfe33 Merge pull request #773 from Baseflow/bugfix/use-loadbuffer
  • f611c96 Fix deprecations
  • 0f76edf publish platform_interface and web implementation
  • 43fae1a Add git reference for cached_network_image
  • Additional commits viewable in compare view

Updates provider from 3.2.0 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

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.

dependabot[bot] avatar Mar 21 '23 22:03 dependabot[bot]