aab29 / bezier.dart

A 2D BΓ©zier curve math library written in Dart
BSD 2-Clause "Simplified" License
54 stars 10 forks source link

[FINAL] Switch to single quotes #15

Closed aab29 closed 4 years ago

aab29 commented 4 years ago

Switching the entire library to use single quotes instead of double quotes. πŸ˜– They updated the style recommendations again, so I guess we should conform. πŸ’β€β™‚ βœ…

I also fixed a spot where Pub started complaining that we used List() instead of []. πŸ”§

Bumping the version number to 1.1.5. πŸ†™

aab29 commented 4 years ago

Merging this so we can make a new release now. πŸ”œ πŸ†•