Michael Bushe
Michael Bushe
Here's how you can do it more plainly and surely. ``` class MainApp extends StatelessWidget { final AppCubit appCubit; const MainApp(this.appCubit, {Key? key}) : super(key: key); @override Widget build(BuildContext context)...
Oh! But I still sometimes get the same bug as you. Mine happens when a user logs in and the OAuth service redirects back to the web app url that...
> https://pub.dev/packages/pluto_grid_plus Please enable issues. I'd like to fix this null exception in PlutoGridStateManager: for (var element in refColumns) { row.cells[element.field]! Instead should throw an exception saying which field was...
I’d like to help. GitHub @michaelbushe MindfulSoftware.com Mike Bushe ***@***.*** +1-508-625-1235 On Sun, Feb 18, 2024 at 11:27 Gianluca Bettega ***@***.***> wrote: > @doonfrs if you can add 1-2 more...
I'll try to reproduce and update the docs as needed. Thank you.
Yes, that sounds right. Did you try the most recent version where you can just copy the /example directory? I’m hoping that simplifies things by moving it out of the...
Both would be best. A PR to align with best practices is very welcome. Thank you! Yet, that still wouldn't give the best dev experience for most users (I suspect)....
Yes the latest version should have the new package names to catch up with primeng changes. I’m still having trouble with the CytoscapeAngularModule being recognized, I’ll see if your import...