ionorg / ion-app-flutter

ion flutter app
MIT License
107 stars 49 forks source link

fix(deps): update dependency get to v4.3.8 - autoclosed #28

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
get dependencies minor 4.1.1 -> 4.3.8

Release Notes

jonataslaw/getx ### [`v4.3.8`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​438) - Fix nav2 toNamed remove the route ### [`v4.3.7`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​437) - Fix wrong currentRoute when a route is removed - Remove take that limits the router outlet depth ([@​steven-spiel](https://togithub.com/steven-spiel)) ### [`v4.3.6`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​436) - Fix error with autodispose of additional dependencies beyond GetxController - Added ability to add your own delegate to RouterOutlet ([@​steven-spiel](https://togithub.com/steven-spiel)) - Added listenAndPump to Rx to give Rx the same behavior as BehaviorSubject ([@​steven-spiel](https://togithub.com/steven-spiel)) ### [`v4.3.5`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​435) - Fix GetConnect timeout ([@​jasonlaw](https://togithub.com/jasonlaw)) - Improve Vietnamese docs ([@​hp1909](https://togithub.com/hp1909)) - Refactor placeholder name route to unnamed routes ([@​roipeker](https://togithub.com/roipeker)). - Fix: Navigate to a page identical to Get.offNamed. - Fix: Wrong nameRoute after a route is removed - Added assert to prevent the user from starting a route name without slash. ### [`v4.3.4`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​434) - Improve docs ### [`v4.3.3`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​433) - Fix Get.reset ### [`v4.3.2`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​432) - Fix nullable on internacionalization ([@​jmguillens](https://togithub.com/jmguillens)) - Fix nullable on Rx.stream ([@​steven-spiel](https://togithub.com/steven-spiel)) ### [`v4.3.1`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​431) - Fix controller is not removed when keyboard is open. - Improved: Safe removal and insertion of controllers. ### [`v4.3.0`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​430) - Added GetResponsiveWidget ([@​ahmednfwela](https://togithub.com/ahmednfwela)) - Added `Get.replace()` ([@​jwelmac](https://togithub.com/jwelmac)) - Added Improve korean doc ([@​sejun2](https://togithub.com/sejun2)) - Fix multiple middlewares redirect ([@​liasica](https://togithub.com/liasica)) - Added gestureWidth and showCupertinoParallax to GetPage to customize cupertino transitions ### [`v4.2.5`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​425) - Added anchorRoute and filterPages to GetRouterOutlet ([@​ahmednfwela](https://togithub.com/ahmednfwela)) - Added scrollBehavior and scaffoldMessengerKey to GetMaterialapp([@​ejabu](https://togithub.com/ejabu) and [@​alionour](https://togithub.com/alionour)) - Fix error when child on MaterialApp is null ([@​ahmednfwela](https://togithub.com/ahmednfwela)) - Fix Korean docs ([@​rws08](https://togithub.com/rws08)) - Fix error with onClose called before routeTransition on Get.offNamed ### [`v4.2.4`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​424) - Fix Get.offAll removing GetxServices from memory ### [`v4.2.3`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​423) - Fix back button on navigator 2 - Added parameters and arguments to Get.rootDelegate ### [`v4.2.1`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​421) - Remove \[] from docs to try fix pub score ### [`v4.2.0`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​420---Big-update) This update fixes important bugs as well as integrates with Navigator 2. It also adds GetRouterOutlet, similar to angular RouterOutlet thanks to [@​ahmednfwela](https://togithub.com/ahmednfwela). Also, the documentation translation for Vietnamese ([@​khangahs](https://togithub.com/khangahs)) has been added, making the GetX documentation available for 11 different languages, which is just fantastic for any opensource project. GetX has achieved more than 5.4k likes from the pub, and more than 4k stars on github, has videos about it with 48k on youtube, and has communities in the 4 hemispheres of the earth, besides having a large list of contributors as you see bellow. We're all happy to facilitate development with dart and flutter, and that making programming hassle-free has been taken around the world. Changes in this version: - Fix: Navigating to the same page with Get.offNamed does not delete the controller from that page using Get.lazyPut. - Fix Readme GetMiddleware typos by [@​nivisi](https://togithub.com/nivisi) - Fix url replace error by [@​KevinZhang19870314](https://togithub.com/KevinZhang19870314) - Changed response default encoding from latin1 to utf8 by [@​heftekharm](https://togithub.com/heftekharm) - Add Duration in ExtensionBottomSheet by [@​chanonpingpong](https://togithub.com/chanonpingpong) - Added compatibility with dart-lang/mockito by [@​lifez](https://togithub.com/lifez) - Added extensions methods to convert value in percent value by [@​kauemurakami](https://togithub.com/kauemurakami) - Set darkTheme equal theme when darkTheme is null by [@​eduardoFlorence](https://togithub.com/eduardoFlorence) - Add padding to 'defaultDialog' by [@​KevinZhang19870314](https://togithub.com/KevinZhang19870314) - GraphQLResponse inherit Response info by [@​jasonlaw](https://togithub.com/jasonlaw) - Fix Redundant concatenating base url by [@​jasonlaw](https://togithub.com/jasonlaw) - Add content type and length into the headers when the content type is 'application/x-www-form-urlencoded' by [@​calvingit](https://togithub.com/calvingit) - Make withCredentials configurable by [@​jasonlaw](https://togithub.com/jasonlaw) - Fix flutter 2.0 error by [@​yunchiri](https://togithub.com/yunchiri) - Allow deleting all registered instances by [@​lemps](https://togithub.com/lemps) - Refactor/rx interface notify children [@​by](https://togithub.com/by) kranfix - Fixed parameter parsing and middleware sorting by [@​ahmednfwela](https://togithub.com/ahmednfwela) - Improvements to router outlet by [@​ahmednfwela](https://togithub.com/ahmednfwela) - Minor improvements and bug fixes by [@​ahmednfwela](https://togithub.com/ahmednfwela) - Adding route guards and improving navigation by [@​ahmednfwela](https://togithub.com/ahmednfwela) - Fix RxInterface.proxy losing its previous value on exception by [@​WillowWisp](https://togithub.com/WillowWisp) - Added dispose() for bottomSheet. by [@​furkankurt](https://togithub.com/furkankurt) - Added Pull request template by [@​unacorbatanegra](https://togithub.com/unacorbatanegra) - Fix and update documentation: [@​Farid566](https://togithub.com/Farid566), [@​galaxykhh](https://togithub.com/galaxykhh), [@​arslee07](https://togithub.com/arslee07), [@​GoStaRoff](https://togithub.com/GoStaRoff), [@​BondarenkoArtur](https://togithub.com/BondarenkoArtur), [@​denisrudnei](https://togithub.com/denisrudnei), [@​Charly6596](https://togithub.com/Charly6596), [@​nateshmbhat](https://togithub.com/nateshmbhat), [@​hrithikrtiwari](https://togithub.com/hrithikrtiwari), [@​Undeadlol1](https://togithub.com/Undeadlol1), [@​rws08](https://togithub.com/rws08), [@​inuyashaaa](https://togithub.com/inuyashaaa), [@​broccolism](https://togithub.com/broccolism), [@​aadarshadhakalg](https://togithub.com/aadarshadhakalg), [@​ZeroMinJeon](https://togithub.com/ZeroMinJeon) ### [`v4.1.4`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​414) - Adjust operator + and - to RxInt ([@​eduardoflorence](https://togithub.com/eduardoflorence)) - Fix dark theme ([@​eduardoflorence](https://togithub.com/eduardoflorence)) - Fix form-urlencoded on GetConnect ([@​aramayyes](https://togithub.com/aramayyes)) ### [`v4.1.3`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​413) - Fix "Error: A value of type 'Locale?' can't be returned from a function"on flutter web ([@​nickwri](https://togithub.com/nickwri)) - Fix plural translations to expressions >1 ([@​WolfVic](https://togithub.com/WolfVic)) ### [`v4.1.2`](https://togithub.com/jonataslaw/getx/blob/master/CHANGELOG.md#​412) - Fix warning ˜can add data to a closed stream˜ when GetBuilder and Obx are nested - Fix get_connect decoder can not be null ([@​Goddchen](https://togithub.com/Goddchen)) - Migrate example code ([@​3lB4rt0](https://togithub.com/3lB4rt0)) - Fix initial value of nullables ([@​RafaRuiz](https://togithub.com/RafaRuiz)) - Improve error message to navigation ([@​maxzod](https://togithub.com/maxzod)) - Fix typo on docs ([@​Rahulshahare](https://togithub.com/Rahulshahare)) - Fixed darktheme being changed only through Get.changeTheme and not through the DarkTheme theme property in MaterialApp ([@​GoldenSoju](https://togithub.com/GoldenSoju)) - Fix controller is removed when navigate to same page ([@​eduardoflorence](https://togithub.com/eduardoflorence)) - Fix missing reload() and reloadAll() to Get extensions ([@​lkloon123](https://togithub.com/lkloon123))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.