flutter_drawing_board 0.9.8
flutter_drawing_board: ^0.9.8 copied to clipboard
A Flutter package of drawing board, provides basic drawing tools, canvas operations, and image data acquisition.
0.9.8 #
- marge #63
0.9.7 #
- fix #64 #66
0.9.5 #
- marge #59
0.9.4 #
- fix #58
- add getter of content type
0.9.3 #
- Fix the problem of aliasing
0.9.2 #
- Fix image data export exception
0.9.1 #
- Improve drawing performance
0.8.1 #
- Fix eraser
0.8.0 #
- Real-time eraser
0.7.0+2 #
- Detach default toolbar
0.7.0+1 #
- Fix abnormal drawing caused by number of fingers
0.7.0 #
- Fix abnormal drawing caused by number of fingers
0.6.0+2 #
- Update demo site
0.6.0 #
- Fix #32 #38 #39
- marge #27 #29
- marge English README
- Rich example
0.5.0 #
- Upgrade to dart 3.0.0
- remove flutter_hsvcolor_picker
- remove useless files
- Format code
0.4.4+2 #
- Format code
0.4.4+1 #
- Delete unnecessary log
0.4.4 #
- Fix #23
- Update Flutter SDK
0.4.3+2 #
- Fix rotation anomaly
0.4.3+1 #
- Fix rotation anomaly
0.4.3 #
- Lift the ratio limit
- Fix rotation anomaly
- Adjust the layout
0.4.2 #
- Fix web platform operation exception
0.4.1+5 #
- Modify version dependencies
- Flutter SDK 3.0.0 and below please use git dependencies: flutter_drawing_board: git: url: https://github.com/fluttercandies/flutter_drawing_board ref: 2.10.5
0.4.1+4 #
- Modification details
0.4.1+3 #
- Modification details
0.4.1+2 #
- Fix
DrawingController
abnormal destruction
0.4.1+1 #
- Del
DrawingController.def()
0.4.0+1 #
- Complete the InteractiveViewer parameters
0.4.0 #
- Add PaintContent fromJson()
- Add PaintContent toJson()
- Add Paint toJson()
- Add Tool of style serialization
0.3.1 #
- fix SmoothLine color
0.3.0+2 #
- fix readme
0.3.0+1 #
- fix readme
0.3.0 #
- Breaking change, Please read the documentation carefully
0.2.7 #
- Pass static analysis, update colorpicker
0.2.6 #
- Change colorpicker
0.2.5 #
- Improve brush strokes, add brushPrecision setter
0.2.4 #
- Add brush strokes, improve code quality
0.2.3 #
- Improve code quality
0.2.2 #
- Fix export and update flutter_colorpicker
0.2.1 #
- Organize folders.
0.2.0 #
- Format code, update flutter_colorpicker.
0.1.9 #
- Optimize null-safety.
0.1.8 #
- Optimize layout.
0.1.7 #
- Update example to null-safety.
0.1.6 #
- Perfect example and update color-picker.
0.1.5 #
- Fix color-picker bug.
0.1.4 #
- Migrate to null-safety.