Releases: Zabadam/surface
Releases · Zabadam/surface
Growing More Stable [0.1.0]
The package has been updated for the first time since release with a better developer-understanding.
The package should be more efficient and usable, and it is definitely highly documented.
Specifically, several constructor parameteres have been reduced into a few more specialized proprety Spec objects, [SurfacePeekSpec], [SurfaceTapSpec], and [SurfaceFilterSpec].
Furthermore, more emphasis has been placed on exposing [SurfaceLayer]s to the end-developer opposed to used only behind-the-scenes.
- Several [Surface] options provide direct manipulation of the different rendering layers.
- Previously there were further bespoke
enums that described different customization scenarios, that theoreitcally were duplicating [SurfaceLayer]Sets anyway.
Initial release [0.0.2]
[0.0.2] - 22 FEB 21
- Prepared for pub.dev
- Updated comments and documentation
- fixed M⬇
dartdoc- Cleaned and linked READMEs; added hyperlinks to Surface Example.
- Removed Color and Duration constants
- Goodie [scaleAxis] simplified
[0.0.1] - 22 FEB 21
- Work in progress transfer from an Android application on which I am primarily focused.