flutter_skeleton 0.1.0+1
flutter_skeleton: ^0.1.0+1 copied to clipboard
Flutter skeleton screen for Android and iOS. Support List, Card and Card-List style. Support light and dark theme.
0.1.0+1 #
- Update Readme file.
0.1.0 #
- Modified name:
SkeletonConfig->SkeletonStyle - Add properties:
| Name | Meaning |
|---|---|
| isAnimation | if show anim or not |
| padding | padding of container |
| colors | gradient colors of bar |
| backgroundColor | background color of container |
- Modified properties:
| Old Name | New Name |
|---|---|
| bottomLineCount | barCount |
| radius | borderRadius |
0.0.1 #
- Init project.