flutter_cgm 0.0.4
flutter_cgm: ^0.0.4 copied to clipboard
Library for displaying CGM files in Flutter
0.0.1 #
- Initial release
0.0.2 #
- Add CGMWidget to exports
0.0.3 #
Additions:
- Added example project, showcasing basic usage and features.
- Added support for specifying a color and blend mode in
CGMWidget CGMWidgetcan now render both raster and vector representations of a file, with the use of therasterizeproperty.
Fixes:
CGMWidgetnow renders raster images better, using bilinear interpolation. This helps with quality if the image is scaled up.
0.0.4 #
Additions:
- Added support for specifying a font family in
FlutterCGMCanvas