Fastodon icon indicating copy to clipboard operation
Fastodon copied to clipboard

Bump dio, flutter_spinkit, cupertino_icons, flutter_webview_plugin, cached_network_image, flutter_html, video_player, fluttertoast, shared_preferences, json_serializable, url_launcher, build_runner and image_picker

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps dio, flutter_spinkit, cupertino_icons, flutter_webview_plugin, cached_network_image, flutter_html, video_player, fluttertoast, shared_preferences, json_serializable, url_launcher, build_runner and image_picker. These dependencies needed to be updated together. Updates dio from 2.2.2 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 flutter_spinkit from 3.1.0 to 5.1.0

Release notes

Sourced from flutter_spinkit's releases.

Delayed Goodies!

Much needed improvements

  • Renamed SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness
  • Fix SpinKitFoldingCube animation
  • Fix disposing of non-local animation controllers
  • Introduced strokeWidth to pouring glass animation

New Kits

  • Introduced SpinKitPouringHourGlassRefined
  • Introduced SpinKitSpinningLines
  • Introduced SpinKitPianoWave
  • Introduced SpinKitDancingSquare
  • Introduced SpinKitThreeInOut

Kudos to

Null safety!

  • Migrate to null safety

Count on the Waves! 🌊

  • Introduced new itemCount property to SpinKitWave. Pr #71 by @​payam-zahedi
  • Fixed broken calculations that made certain animations behave weirdly

Easy, Auto-Reverse 🚔

  • Utilize native flutter auto-reverse feature for AnimationController

Quality Control 🎖

  • Introduces a new SpinKit [SpinKitSquareCircle]
  • Introduces const SpinKits
  • Improve code quality across all spinners

Before

final spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

Now, all SpinKits can be initialized as consts

const spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

... (truncated)

Changelog

Sourced from flutter_spinkit's changelog.

5.1.0

  • Renamed SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness
  • Fix SpinKitFoldingCube animation
  • Fix disposing of non-local animation controllers
  • Introduced strokeWidth to pouring glass animation
  • Introduced SpinKitPouringHourGlassRefined
  • Introduced SpinKitSpinningLines
  • Introduced SpinKitPianoWave
  • Introduced SpinKitDancingSquare
  • Introduced SpinKitThreeInOut

5.0.0

  • Migrate to null safety

4.1.2+1

  • Upgrades the example to AndroidX

4.1.2

  • Introduced new itemCount property to SpinKitWave
  • Fixed broken calculations that made certain animations behave weirdly

4.1.1+1

  • Include Authors info in README

4.1.1

  • Utilize native flutter auto-reverse feature for AnimationController

4.1.0

  • Introduces a new SpinKit [SpinKitSquareCircle]
  • Introduces const SpinKits
  • Improve code quality across all spinners

Before

final spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

Now, all SpinKits can be initialized as consts

const spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

... (truncated)

Commits
  • 71eb648 Pending Fixes and Improvements #101
  • 3ec9c03 Bump version to v5.1.0
  • 5f2b14c Update changelog
  • 3b2ac07 Include SpinKitSpinningLines tests
  • a5e974e Introduce strokeWidth to pouring glass animation
  • c78a260 Only dispose of local controllers
  • 6304e47 Add refined hour glass to smoke test
  • 04f121a Rename SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness
  • 54fbe6b Introduce SpinKitThreeInOut #75
  • b891f4d Replace Future.delay with Timer and cancel it when the widget is disposed
  • 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 flutter_webview_plugin from 0.3.11 to 0.4.0

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

0.3.7

  • Added reloading url with headers
  • Added support for reloading url with headers

0.3.6

  • Allow web contents debugging in Chrome
  • Android: allow geolocation and file chooser simultaneously
  • Add min sdk requirement and descriptions
  • fix bug android webview httperror exception
  • Exposes displayZoomControls, withOverviewMode and useWideViewPort settings for Android WebView

0.3.5

  • Ability to choose from camera or gallery when using
  • Support for webview’s estimated loading progress #255
  • Fix back button handler to be compatible with the WillPopScope widget

0.3.4

  • WebView always hidden on iOS

... (truncated)

Commits

Updates cached_network_image from 1.1.3 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 flutter_html from 0.9.9 to 2.2.1

Release notes

Sourced from flutter_html's releases.

Version 2.2.1

  • Allow styling on ruby tags
  • Allow width/height/alignment styling on table/tr/td tags
  • Prevent images causing rebuilding and leaking memory
  • Fixes display of list items on iOS with font weights below 400
  • Prevent crash on negative margins or paddings

Version 2.1.1

  • Improves hr tag support
  • Fixes a leading whitespace issue
  • Fixes some crashes with CSS parsing

Version 2.1.0

  • SelectableHtml widget (supporting a subset of tags) which allow text selection
  • Fixed shrinkWrap to actually shrink the horizontal space
  • Support style tags to apply styling from inline css
  • Support applying styles from Flutter themes
  • Mouse hover on links when using Flutter Web
  • Allow custom anchor link tap implementations
  • Support additional list styling options
  • Fix several minor whitespace issues in text flow
  • Fixed specific colspan/rowspan usages in tables
  • Fixed whitespace issues around images
  • Swallow duplicate ids to prevent crashing the widget
  • Fixes crashing tap detection when using both link and image taps
  • Updates external dependencies
  • Raised minimum Flutter version to 2.2.0

Version 2.0.0

  • Stable release with all 2.0.0-nullsafety.X changes

Version 2.0.0-nullsafety.0

Important: this is a pre-release version

Breaking: this requires nullsafety support, Dart >=2.12.0 and Flutter >=2.0.0

  • Nullsafety support
  • Official Flutter Web support
  • New features & fixes for lists:
    • Support start attribute (e.g. start="5";)
    • Support RTL direction
    • Support setting padding - you can remove the starting padding if you choose
    • Fixed unknown character box on iOS when font-weight is below w400
  • Upgraded link functions to provide more granular control
  • Fixed errors in text-decoration parsing
  • Fixed <audio> on iOS ("_duration called on null" exception)
  • Updated dependencies

Version 1.3.0

Breaking: this release requires Flutter 1.26 or later

... (truncated)

Changelog

Sourced from flutter_html's changelog.

[2.2.1] - December 8, 2021:

  • Allow styling on ruby tags
  • Allow width/height/alignment styling on table/tr/td tags
  • Prevent images causing rebuilding and leaking memory
  • Fixes display of list items on iOS with font weights below 400
  • Prevent crash on negative margins or paddings

[2.2.0] - November 29, 2021:

  • Explicitly declare multiplatform support
  • Extended and fixed list-style (marker) support
  • Basic support for height/width css properties
  • Support changing scroll physics of SelectableText.rich
  • Support text transform css property
  • Bumped minimum flutter_math_fork version for Flutter 2.5 compatibility
  • Fix styling of iframes
  • Fix nested font tag application
  • Fix whitespace rendering between list items
  • Prevent crash on empty tag and tables with both colspan/rowspan
  • Prevent crash on use of negative margins in css

[2.1.5] - October 7, 2021:

  • Ignore unsupported custom style selectors when using fromCss
  • Fix SVG tag usage inside tables
  • Properly fix regression in usage of line breaks

[2.1.4] - October 3, 2021:

  • Fix regression in usage of line breaks in body being stripped

[2.1.3] - October 1, 2021:

  • Update minimum versions of dependencies for Flutter 2.5 compatibility
  • Extended and fixed support for css shadow
  • Fix block tags with explicit whitespace from being stripped

[2.1.2] - September 2, 2021:

  • Allow setting selectionControls with SelectableHtml
  • Fix onLinkTap not working with SelectableHtml
  • Don't crash when parsing unsupported :hover
  • Prevent endless loading when using animated images

[2.1.1] - July 28, 2021:

  • Stable release with all 2.1.1-preview.X changes

[2.1.1-preview.0] - July 27, 2021:

  • Improves hr tag support
  • Fixes a leading whitespace issue
  • Fixes some crashes with CSS parsing

[2.1.0] - June 3, 2021:

  • SelectableHtml widget (supporting a subset of tags) which allow text selection
  • Fixed shrinkWrap to actually shrink the horizontal space

... (truncated)

Commits
  • b5741ea Merge pull request #927 from vrtdev/feature/release-221
  • 4363f8c Merge branch 'bugfix/913-tables-height-width' into feature/release-221
  • d5a2751 Merge pull request #926 from vrtdev/bugfix/913-tables-height-width
  • ee2528f Fixed merge conflict
  • 179e822 Merge remote-tracking branch 'upstream/master' into bugfix/913-tables-height-...
  • 09b4b37 Prepare 2.2.1 fix release
  • d808e2e Merge pull request #916 from tneotia/feature/revamp-ruby-rendering
  • 7064ef7 Merge remote-tracking branch 'upstream/master' into feature/revamp-ruby-rende...
  • a38bbd1 Merge remote-tracking branch 'upstream/master' into bugfix/913-tables-height-...
  • aa54095 Merge pull request #924 from vrtdev/bugfix/919-negative-paddings
  • Additional commits viewable in compare view

Updates video_player from 0.10.12+5 to 2.6.0

Release notes

Sourced from video_player'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 fluttertoast from 3.1.3 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.7+3 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 url_launcher from 5.7.10 to 6.1.10

Commits

Updates build_runner from 1.9.0 to 2.3.3

Commits

Updates image_picker from 0.5.4+3 to 0.8.7

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 22 '23 00:03 dependabot[bot]