Skip to content

Commit 3f5c42f

Browse files
authored
Removing the GetX package from Options (#4981)
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.
1 parent 5ce6c32 commit 3f5c42f

File tree

1 file changed

+1
-11
lines changed
  • src/docs/development/data-and-backend/state-mgmt

1 file changed

+1
-11
lines changed

src/docs/development/data-and-backend/state-mgmt/options.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ Reactive state management that uses the Command Pattern and is based on `ValueNo
121121
* [Flutter Command package][]
122122
* [RxCommand package][], `Stream` based implementation.
123123

124-
## GetX
125-
126-
A simplified reactive state management solution.
127-
128-
* [GetX package][]
129-
* [Complete GetX State Management][], a video by Tadas Petra
130-
* [GetX Flutter Firebase Auth Example][], by Jeff McMorris
131124

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

0 commit comments

Comments
 (0)