Mohamed Elshiekh

Results 12 issues of Mohamed Elshiekh

Hi When i run the following command `svg-to-flutter convert Downloads/ic_mail.svg -o path.dart` i get this error ```js /Users/user1/svg-to-flutter-path-converter/src/convert.js:252 let pathData = getPathData(shapes, width, height); ^ ReferenceError: width is not defined...

**Note this is a breaking change.** users will now have to remove any reference to ``` dart import 'package:otp_text_field/otp_field.dart'; import 'package:otp_text_field/style.dart'; ``` while keeping only ``` dart import 'package:otp_text_field/otp_text_field.dart'; ```...