Skip to content

Commit

Permalink
Removing the GetX package from Options (#4981)
Browse files Browse the repository at this point in the history
It looks like the package author makes some pretty wild claims on social media. Removing the links, at least until we can verify that these claims are true.
  • Loading branch information
filiph authored Nov 11, 2020
1 parent 5ce6c32 commit 3f5c42f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/docs/development/data-and-backend/state-mgmt/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ Reactive state management that uses the Command Pattern and is based on `ValueNo
* [Flutter Command package][]
* [RxCommand package][], `Stream` based implementation.

## GetX

A simplified reactive state management solution.

* [GetX package][]
* [Complete GetX State Management][], a video by Tadas Petra
* [GetX Flutter Firebase Auth Example][], by Jeff McMorris

[Flutter-Movie]: {{site.github}}/o1298098/Flutter-Movie
[Fish-Redux-Source]: {{site.github}}/alibaba/fish-redux
Expand All @@ -143,7 +136,6 @@ A simplified reactive state management solution.
[BloC Library]: https://felangel.github.io/bloc
[Building a (large) Flutter app with Redux]: https://hillelcoren.com/2018/06/01/building-a-large-flutter-app-with-redux/
[Building a TODO application (CRUD) in Flutter with Redux—Part 1]: https://www.youtube.com/watch?v=Wj216eSBBWs
[Complete GetX State Management]: https://www.youtube.com/watch?v=CNpXbeI_slw
[Fish-Redux–An assembled flutter application framework based on Redux]: {{site.github}}/alibaba/fish-redux/
[Flutter Architecture Samples]: https://fluttersamples.com/
[Flutter: State Management with Mobx]: https://www.youtube.com/watch?v=p-MUBLOEkCs
Expand All @@ -152,7 +144,6 @@ A simplified reactive state management solution.
[Flutter Redux Thunk, an example]: {{site.medium}}/flutterpub/flutter-redux-thunk-27c2f2b80a3b
[Flutter + Redux—How to make a shopping list app]: https://hackernoon.com/flutter-redux-how-to-make-shopping-list-app-1cd315e79b65
[Getting started with MobX.dart]: https://mobx.netlify.com/getting-started
[GetX Flutter Firebase Auth Example]: {{site.medium}}/@jeffmcmorris/getx-flutter-firebase-auth-example-b383c1dd1de2
[InheritedWidget docs]: {{site.api}}/flutter/widgets/InheritedWidget-class.html
[Inheriting Widgets]: {{site.medium}}/@mehmetf_71205/inheriting-widgets-b7ac56dbbeb1
[Introduction to Redux in Flutter]: https://blog.novoda.com/introduction-to-redux-in-flutter/
Expand All @@ -162,7 +153,6 @@ A simplified reactive state management solution.
[MobX.dart, Hassle free state-management for your Dart and Flutter apps]: {{site.github}}/mobxjs/mobx.dart
[Pragmatic State Management in Flutter]: https://www.youtube.com/watch?v=d_m5csmrf7I
[Provider package]: {{site.pub-pkg}}/provider
[GetX package]: {{site.pub-pkg}}/get
[Reactive Programming - Streams - BLoC - Practical Use Cases]: https://www.didierboelens.com/2018/12/reactive-programming---streams---bloc---practical-use-cases
[Simple app state management]: /docs/development/data-and-backend/state-mgmt/simple
[Using Flutter Inherited Widgets Effectively]: https://ericwindmill.com/articles/inherited_widget/
Expand All @@ -173,4 +163,4 @@ A simplified reactive state management solution.
[GetIt Hooks package]: https://pub.dev/packages/get_it_hooks
[GetIt Mixin package]: https://pub.dev/packages/get_it_mixin
[Flutter Command package]: https://pub.dev/packages/flutter_command
[RxCommand package]: https://pub.dev/packages/rx_command
[RxCommand package]: https://pub.dev/packages/rx_command

0 comments on commit 3f5c42f

Please sign in to comment.