agustin-garcia
agustin-garcia
A mix of the GetBuilder, UniqueKey and use of the Update() method on the controller did the job for me: `class GridController extends GetxController { PlutoGridStateManager? stateManager; TextEditingController filterController =...
Hello, How do you apply this same concept for version 5? I'm trying to replicate but its telling me that "The method doesn't override an inherited method." I tried with...
Hello, How do you apply this same concept for version 5? I'm trying to replicate but its telling me that "The method doesn't override an inherited method." class CoreModule extends...
Thanks Eduardo, I tried as per your suggestion, but unfortunately I'm still missing something, because when I try the code below, within the LOGIN module I can do: Modular.get().isLogged =...
Any guidance on this or where else to look for it?
Just as an update, I did downgraded to Flutter's previous version and all pluto_grid functions are working again. Not sure if this issue should be reported here or somewhere else....
I'm facing the same issue here. I've noticed that if I set hide=true in the Column definition, that column doesn't form part of the cells set, hence the "unexected null...