Guillem Puche
Guillem Puche
We need this.
Make a pull request.
Nice work Guillaume! I'm trying to install your fork, but I have this error: `Because every version of dynamic_theme from git depends on shared_preferences >=2.0.8 which requires SDK version >=2.14.0...
Thanks a lot for sharing your knowledge, Guillaume!
Then, could you change the CHANGELOG to reflect when this was changed and explain the requirements (we need Flutter 3) on the main documentation?
I would also add this https://storybook.js.org/docs/react/writing-docs/doc-blocks#argstable Why? Imaging you have this `Button`: ``` class InternalButton extends StatelessWidget implements BaseButton { const InternalButton({ Key? key, required this.text, required this.onPressed, this.icon, this.dense,...
Me too. The same error, but in my local machine.
@Norbert515, could you update the package?
Have you solve it?
I haven't check yet the post install script from Nx example `tools/scritps/eas-build-post-install.mjs`. ```js /** * This script is used to patch the '@nx/expo' package to work with EAS Build. *...