Fred Grott
Fred Grott
Its hanging on intl classes my command lien and output errors: PS D:\fredgrttsstuff\GithubProjects\flutter_best_practices\fbp_one> flutter pub global run dcdg -o reports\docs\diagrams\src\diagrams.puml Unhandled exception: Bad state: Unable to find the context to...
So came up with a nice adaptive nav scaffold solution to do nav rails, sidesheet, and tabbed bottom and drawer correctly dynamically per screensize. Then I realized that I did...
People keep asking about this, so my gist https://gist.github.com/fredgrott/da2492e89fbb7a59e4146320be7006be assuming that SL your deps you need to use media query and WidgetsBinding to grab a window that way it will...
I ran into something so document it here until I fix the example. With changes in the brightness attribute, it seems we can both use brightness in material theme and...
Do we have an approach to logging? I just started auditing the plugins I use to see which ones log and which ones do not and found flutter platform widgets...
Okay I am back online and know time wise that I am writing some paid flutter dev books this year. So I do know that I have some time to...
Google has a project where they are switching widgets to rely upon ColorScemes, see: https://docs.google.com/document/d/1kzIOQN4QYfVsc5lMZgy_A-FWGXBAJBMySGqZqsJytcE/edit#heading=h.pub7jnop54q0 Possible tracking issue is: https://github.com/flutter/flutter/issues/36624 Not immediate, but we should possibly plan to be looking...
just like the title states under Flutter beta 3.1.0.9 dart 2.18.0 Error only shows up under compiling while the IDE will give the error that the verify function is not...
Hello, So I am playing around with defining CustomDeviceInfoData devices. Works great but how do we rotate it? Thanks
Doc Note
THis is one of the low contributors to Flutter Platform Widgets. The way I understand how this plugin works is that I could combine this with eBay's Golden Toolkit and...