kauemurakami / getx_pattern

Design pattern designed to standardize your projects with GetX on Flutter.
https://kauemurakami.github.io/getx_pattern
1.01k stars 234 forks source link

remove InitialBinding from GetMaterialApp #26

Closed nosadaniel closed 3 years ago

nosadaniel commented 3 years ago

No need to pass HomeBinding to initialBinding property in the GetMaterialApp When it can be pass to GetPage via its binding property.