paper_card 0.1.4
paper_card: ^0.1.4 copied to clipboard
A paper card for Flutter. It is a card that looks like a cartoonish paper. It is customizable and you can add your texture on it.
0.1.4 #
Fixed: Removed the prints!
0.1.3 #
Fixed: Fixed a bug where random seed index range goes bigger than length
0.1.2 #
Fixed: Fixed a bug where path changed on each state change
0.1.1 #
Fixed: Fixed a bug where border would cause weird shadows
0.1.0 #
BREAKING CHANGES
- Changed: crayonAssetPath to textureAssetPath
- Changed: crayonTexture to texture
IMPORTANT CHANGES
- Fixed: Removed path.combine and using new method to implement so it works on web like how it works on windows.
OTHER CHANGES
- Added: textureOpacity: Control the opacity of texture
- Added: textureBlendMode: Control the blendMode of texture
- Added: textureFit: Control the BoxFit of texture
0.0.3 #
- Fixed: Removed shadow when elevated is zero.
- Fixed: Border filling all area when background is transparent.
0.0.2 #
- updated example.
0.0.1 #
- initial release.