Fastodon
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
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 inImplyContentTypeInterceptor.- Fix
FormDataencoding 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.cancelinInterceptors.- Fix wrong encoding of collection query parameters.
- Fix "unsupported operation" error on web platform.
dio 5.0.1
What's new
- Add
ImplyContentTypeInterceptoras a default interceptor.- Add
Headers.multipartFormDataContentTypefor headers usage.- Fix variable shadowing of
withCredentialsinbrowser_adapers.dart.
Commits
- See full diff in compare view
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->SpinKitPouringHourGlassfor correctness- Fix
SpinKitFoldingCubeanimation- Fix disposing of non-local animation controllers
- Introduced
strokeWidthto pouring glass animationNew Kits
- Introduced
SpinKitPouringHourGlassRefined- Introduced
SpinKitSpinningLines- Introduced
SpinKitPianoWave- Introduced
SpinKitDancingSquare- Introduced
SpinKitThreeInOutKudos 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
constSpinKits- Improve code quality across all spinners
Before
final spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);Now, all SpinKits can be initialized as
constsconst spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);
... (truncated)
Changelog
Sourced from flutter_spinkit's changelog.
5.1.0
- Renamed
SpinKitPouringHourglass->SpinKitPouringHourGlassfor correctness- Fix
SpinKitFoldingCubeanimation- Fix disposing of non-local animation controllers
- Introduced
strokeWidthto pouring glass animation- Introduced
SpinKitPouringHourGlassRefined- Introduced
SpinKitSpinningLines- Introduced
SpinKitPianoWave- Introduced
SpinKitDancingSquare- Introduced
SpinKitThreeInOut5.0.0
- Migrate to null safety
4.1.2+1
- Upgrades the example to AndroidX
4.1.2
- Introduced new
itemCountproperty toSpinKitWave- 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
constSpinKits- Improve code quality across all spinners
Before
final spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);Now, all SpinKits can be initialized as
constsconst spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);
... (truncated)
Commits
71eb648Pending Fixes and Improvements #1013ec9c03Bump version to v5.1.05f2b14cUpdate changelog3b2ac07Include SpinKitSpinningLines testsa5e974eIntroduce strokeWidth to pouring glass animationc78a260Only dispose of local controllers6304e47Add refined hour glass to smoke test04f121aRename SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness54fbe6bIntroduce SpinKitThreeInOut #75b891f4dReplace 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
- See full diff in compare view
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
- See full diff in compare view
Updates cached_network_image from 1.1.3 to 3.2.3
Commits
876a082versioning and changelogc9865f7Merge pull request #792 from davidmartos96/closeChunksStreamac60e35fix typoce6d671Unsubscribe from chunkEventsad4dea3Close chunk events stream controller when imageStream is disposed3fcd65aprepare releasebdbfe33Merge pull request #773 from Baseflow/bugfix/use-loadbufferf611c96Fix deprecations0f76edfpublish platform_interface and web implementation43fae1aAdd 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
b5741eaMerge pull request #927 from vrtdev/feature/release-2214363f8cMerge branch 'bugfix/913-tables-height-width' into feature/release-221d5a2751Merge pull request #926 from vrtdev/bugfix/913-tables-height-widthee2528fFixed merge conflict179e822Merge remote-tracking branch 'upstream/master' into bugfix/913-tables-height-...09b4b37Prepare 2.2.1 fix released808e2eMerge pull request #916 from tneotia/feature/revamp-ruby-rendering7064ef7Merge remote-tracking branch 'upstream/master' into feature/revamp-ruby-rende...a38bbd1Merge remote-tracking branch 'upstream/master' into bugfix/913-tables-height-...aa54095Merge 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
- See full diff in compare view
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]
- Merged #415 (improvements to provide safer usage)
@AlexSeednov- Updated Readme.md
[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
- See full diff in compare view
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
- See full diff in compare view
Updates json_serializable from 2.3.0 to 6.6.1
Commits
d49a5f2Fix bug whenJsonKey.includeToJsonisfalse(#1281)8f31d52Latest CI actions (#1279)5ab5072Bump actions/setup-node from 3.5.1 to 3.6.0 (#1278)217f21eEnable and fix new lints (#1274)bccf4b3example: cleanup readme and pubspec (#1270)832fc7bPrepare to release json_serializable v6.6.0 (#1269)44d0080Prepare to release pkg:json_annotation v4.8.0 (#1268)58db73bLatest mono_repo (#1267)388010echecked_yaml: drop dep overrides (#1266)e8f2b32Prepare checked_yaml v2.0.2 release (#1265)- Additional commits viewable in compare view
Updates url_launcher from 5.7.10 to 6.1.10
Commits
- See full diff in compare view
Updates build_runner from 1.9.0 to 2.3.3
Commits
e870fb0prep to publish build_runner (#3427)3797325Fix Dart 3 dev CI builds (#3422)cf0671cMention JSON format in dart2js args error message (#3414)5e4f4e1Fix the build on latest dev sdks (#3416)776ea2cBump gaurav-nelson/github-action-markdown-link-check (#3417)816a131Remove language version marker in daemon_test.dart test fixture (#3415)0b879c4Report and shutdown after file watch errors (#3411)f02a133blast_repo fixes (#3407)4abae27ignore false postive avoid_returning_this lint (#3408)e4d6b8dBump gaurav-nelson/github-action-markdown-link-check (#3402)- Additional commits viewable in compare view
Updates image_picker from 0.5.4+3 to 0.8.7
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.