Is GetX Dead?

Is GetX Dead?

Tadas Petra

1 год назад

10,858 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@viktorkadza
@viktorkadza - 25.11.2023 17:40

GETX is like coke for Flutter devs.

Ответить
@gridzzle
@gridzzle - 31.10.2023 22:11

Best state management for me is GetX, super easy and multifunctional

Ответить
@sanadibh7368
@sanadibh7368 - 11.06.2023 11:24

still using get x

Ответить
@dasaintgray
@dasaintgray - 28.04.2023 04:38

I've learned a Getx from your video, I don't know why everyone hate GetX, but the package is totally fine for me, and save my face on the deadline. btw, thanks for your video

Ответить
@phasaoh4540
@phasaoh4540 - 26.04.2023 22:38

Good video. You mentioned build context is very important. But Riverpod says this instead. "Create/share/tests providers, with no dependency on Flutter. This includes being able to listen to providers without a BuildContext." For someone who like avoiding buildcontext. Is Riverpod a better option for someone who has been used to getx?

Ответить
@meansnada
@meansnada - 26.04.2023 12:25

Why are you promoting this shit? getting paid for it? lmao

Ответить
@toddler_short
@toddler_short - 17.04.2023 16:43

i use both bloc and getx, getx is a good package with extra features added and have used it for a good number of projects, it remove the the hassle of selecting which context to use, not remove the build context. thanks good video tho.

Ответить
@wagdien
@wagdien - 07.04.2023 00:51

I still use Gex for large company and complex app, never had an Issue at all still start every project with Get... I can confirm that I am using the latest stable Flutter version and am building a project for a large company as of April 2023 Get still firing on all cylinders.

Ответить
@veerakarthickv4407
@veerakarthickv4407 - 06.04.2023 16:48

Started to learn GetX and this video was recommended 🥲🥲

Ответить
@Lensbreak
@Lensbreak - 05.04.2023 21:48

Riverpod. Always.

Ответить
@xuantung8660
@xuantung8660 - 05.04.2023 06:26

There are some bugs of getx that make it risky to use, and it's not well maintained.

Ответить
@phaylali
@phaylali - 05.04.2023 02:21

I did migrate as soon as i saw +6 months since last update , I think there is a so much hate for getx , so i usually defend it , but the lack of updates , got me to migrate

Ответить
@bmsfx
@bmsfx - 05.04.2023 01:24

i use getx, i love it, dont find it hard at all, hope it will always be updated, i use it for every app idea i have in one form or another, and i highly doubt its dead or will die :D

Ответить
@jacobmani1319
@jacobmani1319 - 04.04.2023 20:33

It is excellent and I think they had covered all.

Ответить
@imamhatipoglu4040
@imamhatipoglu4040 - 04.04.2023 19:32

I quit from GetX after 1 year, i switched to changenotifier with provider, now I'm using StateNotifierProvider with riverpod. For now, riverpod is best

Ответить
@henryt1945
@henryt1945 - 04.04.2023 18:43

I am new to Flutter and never heard of GetX before 😅😅 My first State Management is Async_Redux 😊

Ответить
@nipunshah1373
@nipunshah1373 - 04.04.2023 18:37

What do you suggest ? Riverpod or Bloc for Production ready app ??

Ответить
@h3w45
@h3w45 - 04.04.2023 18:26

BLoC is number 1 for me, the organisation of code is just too good

Ответить
@dolbysoundsofficial9323
@dolbysoundsofficial9323 - 04.04.2023 18:03

Getx is dead

Ответить
@HakimiRidzuan
@HakimiRidzuan - 04.04.2023 17:01

Just got a job where im the only one mobile dev in the team. Tried bloc but got stuck halfway. Then just decided to use Getx and things running smooth right now. Please dont 'dead' yet, at least untill the app is complete. 😅. Switching state management mid-project is a suicide. 😅

Ответить
@tarekrefaei90
@tarekrefaei90 - 04.04.2023 11:57

You are talking honestly about getx .. I didn't like to work with this package from the beginning and I see that bloc package is way more efficient for me so BIG THANKS

Ответить
@BrenoCaldeira
@BrenoCaldeira - 04.04.2023 06:48

I never used GetX on an comercial project, just only 4fun. And I don't like the ideia the state management have to change the datatype (Rx) of everything important.

Ответить
@zzzyyyxxx
@zzzyyyxxx - 04.04.2023 03:54

No one should be using GetX.

Ответить
@faheemahmadofficial7701
@faheemahmadofficial7701 - 03.04.2023 23:47

Please make tutorials

Ответить
@nbits7433
@nbits7433 - 03.04.2023 22:27

Getx is the best one. And its pretty much stable.

Ответить
@ibrahimmugaibel5811
@ibrahimmugaibel5811 - 03.04.2023 21:58

Absolutely right, I’vs leaned Getx basics from your videos but when you get deeper with your code it will be harder to find documentation or articles explaining it.
Thank you very much

Ответить
@Juliapak
@Juliapak - 03.04.2023 21:30

I'm using it! Right now I'm building a marketplace app!

Ответить
@iGhostr
@iGhostr - 03.04.2023 21:22

I have been using GetX, BLoC - Cubit, Provider and Riverpod. Every project I have worked on as contractor had different state management. I honestly don’t care anymore - they are kinda all the same

Ответить
@supabase_enjoyer
@supabase_enjoyer - 03.04.2023 21:04

I love Riverpod.

Ответить
@fenchai4892
@fenchai4892 - 03.04.2023 19:47

I have used provider before and used getx since a year or two ago on many projects because of its simplicity, the projects are by no means small.
I just want to drop my few cents from the perspective of a developer that does not only code in flutter:
- Getx has saved me from a lot of context stress.
- reduced a lot of lines of codes.
- I do feel like it tries to do many things at the same time. This is troublesome as now, it's difficult to maintain. (for the dev)
- but it works for me, still works and at the end of the day, we use whatever tools we need to solve the problem, and getx has been a fantastic one, hope it gets updated and if not, well, we move on 👌

Ответить
@anjarnaufal2037
@anjarnaufal2037 - 03.04.2023 19:32

I used getx for 6 months, and it saved me from deadlines 😁, but it's very hard to understand what's really going on in this getx, there's too much magic in it.
Btw nice video 👍

Ответить
@bashafaris5908
@bashafaris5908 - 03.04.2023 19:26

Sir, Which state management you are using for your projects now??‼️‼️

Ответить
@calpal101
@calpal101 - 03.04.2023 19:02

Really curious on what you use for state management

Ответить
@jrheisler
@jrheisler - 03.04.2023 18:45

Hey Tadas! Yes, GetX. I have two Flutter projects in GetX. I keep telling myself that if I start a third project it will be using something different... But these two have kept me very busy for the last 2 years.

GetX still works with the latest version of Flutter, though one version a few months back tripped it up a bit. As you mentioned, it's been forever since there was an update to it. I have played with the beta, and it works as well. At least for what I do with it. As for the one where it wasn't working, persay, I did some hackery in that one app, and it works fine now, but with little documentation, who knows why, and if it will continue to work. Let's just say, upgrading Flutter is a nail bitter lol

I'm fairly sure I'd using something totally different for state management in the future, only because GetX is so big, and it really must take a lot of time for one person to maintain it. I would probably use a combination of hooks and maybe riverpod. Thought I'm not sure I would need riverpod as well.

Maybe you should do a "easy way to to move from GetX to ..." video lol

Ответить
@Oxys1987
@Oxys1987 - 03.04.2023 18:44

But the RC is still alive, which gives a hope. Is there any forked version that has a proper support, btw?

Ответить
@hrithikwins
@hrithikwins - 03.04.2023 18:41

Seeing your Tutorial I started working with GetX and made around 4-5 applications around that but later I just switched to nextjs and totally to the core. GetX was really difficult to learn at the start but I felt worth it... I too haven't used it (since an year)

Ответить
@leonzzonly
@leonzzonly - 03.04.2023 18:38

Been using Getx for a year now, so far it is working fine for my use cases. It's good to see someone is aware that the package is not update for a while now.

Ответить
@SR-zi1pw
@SR-zi1pw - 03.04.2023 18:38

Nice video bro

Ответить
@mario202k
@mario202k - 03.04.2023 18:37

Riverpod + GoRouter the best.

Ответить
@islanddev4893
@islanddev4893 - 03.04.2023 18:36

we still talking bout getX? it doesn't exist in my world anymore... will just be using riverpod/bloc, all I need really

Ответить
@Arch_Unique
@Arch_Unique - 03.04.2023 18:32

Naaah. Getx is my bae right now. Although it has some issues buh, I can relate. Nice to see you back though

Ответить
@MohamedKhaled-ve6wu
@MohamedKhaled-ve6wu - 03.04.2023 18:15

you should be honored for this ❤

Ответить
@karinaplay9025
@karinaplay9025 - 03.04.2023 18:00

Helloooo

Ответить