@@ -4,27 +4,27 @@ title: Motivation
44
55# Motivation
66
7- We, [ Saad Ardati] ( saadGithub ) and [ Birju Vachhani] ( birjuGithub ) , created
8- [ Box Transform] ( boxTransform ) and [ Flutter Box Transform] ( flutterBoxTransform ) to make it easy for anyone to create
7+ We, [ Saad Ardati] [ saadGithub ] and [ Birju Vachhani] [ birjuGithub ] , created
8+ [ Box Transform] [ boxTransform ] and [ Flutter Box Transform] [ flutterBoxTransform ] to make it easy for anyone to create
99resizable and draggable rectangles in their Dart and Flutter projects. We know how frustrating it can be to have to
1010reimplement the same functionality multiple times. That's why we created these packages after needing to implement
11- resizable and draggable boxes over 3 separate times in [ Codelessly] ( codelessly ) .
11+ resizable and draggable boxes over 3 separate times in [ Codelessly] [ codelessly ] .
1212
1313These packages represent the culmination of our knowledge and experience in creating resizable and draggable boxes in
14- [ Flutter] ( flutter ) in a natural and accessible way. We're excited to share our work with others and hope that it can
14+ [ Flutter] [ flutter ] in a natural and accessible way. We're excited to share our work with others and hope that it can
1515help save time and simplify projects.
1616
17- [ Box Transform] ( boxTransform ) is a ** pure-Dart** base package that allows you to programmatically handle box resizing
18- and dragging without relying on [ Flutter] ( flutter ) . It provides highly flexible, programmatically resizable and
19- draggable boxes that can be used in any [ Dart] ( dart ) project.
17+ [ Box Transform] [ boxTransform ] is a ** pure-Dart** base package that allows you to programmatically handle box resizing
18+ and dragging without relying on [ Flutter] [ flutter ] . It provides highly flexible, programmatically resizable and
19+ draggable boxes that can be used in any [ Dart] [ dart ] project.
2020
21- [ Flutter Box Transform] ( flutterBoxTransform ) is a Flutter package that builds on top of [ Box Transform] ( boxTransform ) ,
22- providing a state-friendly API for easily implementing ** resizable** and ** draggable** boxes as [ Flutter] ( flutter )
23- widgets. With [ Flutter Box Transform] ( flutterBoxTransform ) , you can convert the pure-Dart models to ** Flutter-relevant**
21+ [ Flutter Box Transform] [ flutterBoxTransform ] is a Flutter package that builds on top of [ Box Transform] [ boxTransform ] ,
22+ providing a state-friendly API for easily implementing ** resizable** and ** draggable** boxes as [ Flutter] [ flutter ]
23+ widgets. With [ Flutter Box Transform] [ flutterBoxTransform ] , you can convert the pure-Dart models to ** Flutter-relevant**
2424models and use its feature-complete API to quickly build your own ** resizable** and ** draggable** boxes.
2525
26- Whether you're working on a ** pure-Dart** project or a [ Flutter] ( flutter ) project, we hope that
27- [ Box Transform] ( boxTransform ) and [ Flutter Box Transform] ( flutterBoxTransform ) can help you easily create the best
26+ Whether you're working on a ** pure-Dart** project or a [ Flutter] [ flutter ] project, we hope that
27+ [ Box Transform] [ boxTransform ] and [ Flutter Box Transform] [ flutterBoxTransform ] can help you easily create the best
2828possible version of a ** resizable** and ** draggable** box for your project.
2929
3030[ saadGithub ] : https://github.com/SaadArdati
0 commit comments