catalog 2.1.0 catalog: ^2.1.0 copied to clipboard
A Flutter package to render widgets in real time and generate screenshots for fastlane.
2.1.0 #
- Initialize
object
if detected as dependency. - Fixed imports on test.
- Fixed catalog colors in dark mode.
- Fixed SVG light/dark mode switch.
2.0.0 #
- Added
test
andintegration_test
generation.
1.0.5 #
- Dependencies updated.
1.0.4 #
- Removed alpha channel on screenshots: AppStore don't support it.
1.0.3 #
- Fixed locale resolution bug in screenshot process.
1.0.2 #
- Fixed
example
and bug in screenshot process.
1.0.1 #
- Removed not needed fields from
@Preview
.
1.0.0 #
- Added feature to generate screenshots with multi-language support and different device frames, ready for fastlane use. Multi-language support backed by stringcare.
0.2.0 #
- Added device frame with
device_frame
0.1.0 #
- Added example
- Fixed
CatalogRunner
withoutgo_router
0.0.2 #
- Tasks refactor, fixed formatting
0.0.1 #
- First version