flutter_eyepetizer
flutter_eyepetizer copied to clipboard
Bump dio, shimmer, flustars, pull_to_refresh, cupertino_icons, logger, oktoast, fluro, device_info, cached_network_image and provider
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 inImplyContentTypeInterceptor
.- 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
inInterceptors
.- 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
inbrowser_adapers.dart
.
Commits
- See full diff in compare view
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'sTheme
[1.1.0] - 2020-03-01
- improved by using
ShaderMaskLayer
[1.0.1] - 2019-09-15
- support stop and resume animation
Commits
- See full diff in compare view
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
- See full diff in compare view
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.06544819
format code195af8b
add bool argument to onTwoLevelbd5b264
Remove autoLoad in RefreshConfiguration22a700f
add test to needCallback argument9f84946
Add needCallback argument:allow requestRefresh not to callback onRefreshde85a2e
add assert:prevent use controller to mutiple SmartRefreshd221d3f
Remove scrollController and onOffsetChange33effd7
fix merge errore39f285
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
- See full diff in compare view
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
- Fixed conditional LogOutput export. Credits to
@ChristopheOosterlynck
#4.1.2.1
- Reverted
${this}
interpolation and added linter ignore. #11.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
- Enhance boxing control with PrettyPrinter. Credits to
@timmaffett
- Add trailing new line to FileOutput. Credits to
@narumishi
- Add functions as a log message. Credits to
@smotastic
1.0.0
- Stable nullsafety
1.0.0-nullsafety.0
- Convert to nullsafety. Credits to
@DevNico
0.9.4
- Remove broken platform detection.
0.9.3
- Add
MultiOutput
. Credits to@gmpassos
.- Handle browser Dart stacktraces in PrettyPrinter. Credits to
@gmpassos
.- Add platform detection. Credits to
@gmpassos
.- Catch output exceptions. Credits to
@gmpassos
.- Several documentation fixes. Credits to
@gmpassos
.0.9.2
- Add
PrefixPrinter
. Credits to@tkutcher
.
... (truncated)
Commits
- See full diff in compare view
Updates oktoast
from 2.3.2 to 3.3.1
Release notes
Sourced from oktoast's releases.
3.3.1
What's Changed
- Replace debugDoingBuild flag with SchedulerPhase by
@fengmlo
in OpenFlutter/flutter_oktoast#97New Contributors
@fengmlo
made their first contribution in OpenFlutter/flutter_oktoast#97Full Changelog: https://github.com/OpenFlutter/flutter_oktoast/compare/3.3.0...3.3.1
3.3.0
What's Changed
- ♻️ Abstract
BuildContextPredicate
by@AlexV525
in OpenFlutter/flutter_oktoast#95- 🚀 More text fields for
showToast
by@AlexV525
in OpenFlutter/flutter_oktoast#96Full 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
- Fix dismiss is invalid when called synchronously by
@AlexV525
in OpenFlutter/flutter_oktoast#88- Deprecated inner
Miui10AnimBuilder
.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
withOverlayEntry
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 withSchedulerBinding.instance.schedulerPhase
. (#97)3.3.0
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
withOverlayEntry
mounted state.3.1.2
- Deliver overlay insertion into microtask.
3.1.1
- Expose
constraints
andmargin
forshowToast
method. (#84)3.1.0
- Support
copyWith
forToastPosition
. (#82)- Integrate
animationBuilder
properly. (#81)- BREAKING CHANGE:
handleTouth
->handleTouch
.- Code cleanup.
3.0.0
... (truncated)
Commits
7475ad2
🚀 ReplacedebugDoingBuild
flag withSchedulerPhase
(#97)4f4c822
🚀 More text fields forshowToast
(#96)b7dd446
♻️ AbstractBuildContextPredicate
(#95)397d54d
⚡️ Update Android exampledb1f861
🎨 Well-formattedc26dfc9
💚 Use main as default branchfcc1378
🚀 Migrate to Flutter 3 (#93)c143844
🔖 ## 3.1.5368f2c1
👷 Update workflows2858cda
✅ Add toast tests- Additional commits viewable in compare view
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
c2bc059
2.0.5e9536b8
rename copyWith to copyWithShim8b472f7
2.0.4 - shim RouteSettings.copyWith00e05fe
add opaque property (#257)d326c32
cleanup (#237)d0a7efc
232: migrate example to null safety (#236)aa6ae67
update readme004b9ca
update readme, 2.0.3b468684
2.0.2e5c4c90
Merge branch 'lsalazarm99-patch-1'- Additional commits viewable in compare view
Updates device_info
from 0.4.0+2 to 2.0.3
Commits
9ac6da7
[device_info] started using Background Platform Channels (#4456)17c4149
Remove gradle.properties from plugins (#4309)af2896b
[flutter_plugin_tools] Add a command to lint Android code (#4206)7d49fd4
Make java-test output more useful (#4184)e843c03
Remove references to the V1 Android embedding (#4160)6c5ecec
Build all iOS example apps on current Flutter stable (#4101)3ac31f9
Standardize example bundle ID domain (#4040)2b1cc57
Add pubspec convention checks (#3984)375c423
Point deprecated plugins to Plus versions (#3971)a864de2
Move integration test to null safety for multiple plugins (#3932)- Additional commits viewable in compare view
Updates cached_network_image
from 2.0.0-rc to 3.2.3
Commits
876a082
versioning and changelogc9865f7
Merge pull request #792 from davidmartos96/closeChunksStreamac60e35
fix typoce6d671
Unsubscribe from chunkEventsad4dea3
Close chunk events stream controller when imageStream is disposed3fcd65a
prepare releasebdbfe33
Merge pull request #773 from Baseflow/bugfix/use-loadbufferf611c96
Fix deprecations0f76edf
publish platform_interface and web implementation43fae1a
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>
vscontext.watch<Model?>
would point to a different provider. Now, both will always point to the deepest provider (in this exampleProvider<Model?>
).That fixes issues where a common developer mistake is to define a provider as
Model?
but try to read it asModel
. Previously, that would give aProviderNotFoundException
. 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?>
, asModel?
is not a valid syntax. With this change, this is now feasible.
... (truncated)
Commits
cd5977d
6.0.5f248555
docs: #788 Bangle translation not found on pub.dev (#791)63cf7a3
Update CI (#793)495a4ca
Format1b3374c
Make tests less fragile (#792)448bd1f
Fix CI8c23aa3
Fix lints4513275
6.0.416c16b8
Broken link to documentation Diagnosticable-mixin fixed in README.md (#785)33830c1
Add issue_tracker link for pub.dev (#778)- Additional commits viewable 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 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.