Rydmike
Rydmike
A "fairly" known Dart repo that uses lines much longer than 80 chars and don't even use dartfmt is of course the Flutter repo itself. Which is kind of ironic...
Totally agree on adding proper web navigation to the Flexfold demo app. The **Flexfold package** itself is totally navigation agnostic, it is only the **Flexfold demo app** that does not...
## About Flexfold and Navigation The **Flexfold package** itself is totally navigation agnostic, it can actually be seen as just a more advanced and flexible version of the Flutter Navigation...
@piotruela, Will you release the 2.0.3-dev.1 version as 2.0.3 soonish with the Flutter 3.22 pumpWidget support? Got some tests not running on Flutter 3.22 due to this. Thanks in advance.
It certainly works and I used it, but I would prefer to not depend on a .dev release, especially not in another package. However, since it is only a dev/test...
@huycozy the `Dialog` defaults already contains this def: ```dart final DialogTheme defaults = theme.useMaterial3 ? (_fullscreen ? _DialogFullscreenDefaultsM3(context) : _DialogDefaultsM3(context)) : _DialogDefaultsM2(context); ``` Here: https://github.com/flutter/flutter/blob/00f94830364b96707840a71bc9ecdda11a0190c3/packages/flutter/lib/src/material/dialog.dart#L225C1-L227C36 So you don't have to...
Nice and thanks @TahaTesser for the quick fix. Yes I would expect this to break the golden tests too, since the only way golden tests could have past before, if...
Hi @jdk-21, Very interesting and good to know there are even more issues with macOS. I am curious though, how on earth did you get it this package to work...
Thank you, yes I am aware. This will be added after the feature lands in the Flutter stable channel. It will be a breaking change since the entire ColorScheme needs...
Thank you for your patience waiting for version 8.0.0. **FlexColorScheme** package dev release 8.0.0-dev.1 has been published. This is a BIG update with breaking changes and many new features. It...