jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.43k stars 1.63k forks source link

Sample App | Showing capability of Get #282

Closed NiranjanShah closed 4 years ago

NiranjanShah commented 4 years ago

It is high time, that the GET capability is shown by the way of example. Request the Flutter masters to assist in documenting and creating sample app to show the capability of every GET functions.

This will make developers like me to utilise the Get capability with confidence and understanding.

Kindly kindly do the needful to make sample app with documentation.

Katekko commented 4 years ago

It is high time, that the GET capability is shown by the way of example. Request the Flutter masters to assist in documenting and creating sample app to show the capability of every GET functions.

This will make developers like me to utilise the Get capability with confidence and understanding.

Kindly kindly do the needful to make sample app with documentation.

I made a project to show the state management and routes from Get. If you have any question about or wanna help in something, feel free to ask in my discord. I created to help somepeople in Get/Flutter.

https://github.com/Katekko/arctekko-todoapp

https://discord.gg/bb88Bud

joanofdart commented 4 years ago

Hey @Katekko First of all, thank you for doing this :) Second of all, you're following a clean architecture style, could we possibly have more of a simpler solution? or do you recommend doing this approach?

Katekko commented 4 years ago

Hey @Katekko First of all, thank you for doing this :) Second of all, you're following a clean architecture style, could we possibly have more of a simpler solution? or do you recommend doing this approach?

I'm trying to use this approach for all my projects. Yes, its seems overkill sometimes....

Only depends of your app complexity. I strongly recommend try to fit that arch in your projects. But yes, there is some others approach, less complicated

Come to my discord, I can help you if you need

jonataslaw commented 4 years ago

I am going to do this, and also open a public repository where users can submit models. But this issue is a duplicate of: https://github.com/jonataslaw/getx/issues/290 So I'm closing this to keep the discussion on the previous issue.