Open
M-Ahal
opened this issue 8 months ago
•
0 comments
Many data classes could have had const constructors but didn't. I added it for all.
some were also missing final params
Most BaseData could be const, and that was preventing extend MaterialData... and CupertinoData... from being const
These performance updates did percolate down to the examples
Removed an unimplemented todo file
Migrated the example to use the new build system
Regenerated the project and added back the lib/**, pubspec.yaml, README.md.
Ran build on XCode to generate any remaining files
Added FVM to gitignore + removed from VCS
Link to /User/Johnstone/.fvm/... was in VCS, so that should not be there
pubspec.yaml had pinned a min flutter: ">=3.29.0", but this did not reflect in the "3.24.0" in the fvm_config.json. It's better to allow a developer to use their own FVM version, and set min and max in the pubspec directly