dough 0.2.3
dough: ^0.2.3 copied to clipboard
This library provides widgets that can be used to create a smooshy user interface.
[0.0.1] - June 28, 2020. #
- Added support for
Dough
- Added dough controller
- Created recipe for all types of dough
- Created a simple pressable dough widget
- Added an example project
[0.0.2] - June 28, 2020. #
- Fixed the description for a better point score
[0.0.3] - June 29, 2020. #
- Fixed formatting using
dart format
[0.0.4] - June 29, 2020. #
- Removed unreferenced utility functions
[0.0.5] - June 29, 2020. #
- Fixed dough vsync disposal ordering issue
- Improved example project structure
[0.1.0] - July 4, 2020. #
- Added support for
DraggableDough
- Added draggable dough preferences
- Improved examples
- Applied strategy pattern to dough transformations
- Added some built-in
DoughTransformer
strategies - Improved documentation
[0.1.1] - July 4, 2020. #
- Improved README.md layout
[0.1.2] - July 4, 2020. #
- Created logo and updated
README.md
[0.2.0] - July 5, 2020. #
- Added in perspective warp feature (thanks @Schwusch)
- Added dough recipe example which uses perspective warp
- Refactored transformation code
[0.2.1] - July 11, 2020. #
- Added multi-drag support for the DraggableDough widget
[0.2.2] - July 15, 2020. #
- Added keywords to
README.md
[0.2.3] - July 30, 2020. #
- Fixed a doc typo and removed redundant line (thanks @kmdinake)
- Refactored
lib
structure to usesrc
directory standard