João Pedro

Results 7 comments of João Pedro

@Adrianogba Eu estava com o mesmo erro e só precisei adicionar essa dependência abaixo para funcionar. Adicionei no build.gradle dentro da pasta app `implementation 'com.google.android.material:material:1.4.0'` Ficando assim: ![image](https://github.com/pagseguro/plugpag/assets/54971766/c53aaf30-35a1-4fdb-89d1-6061ac542393)

> > @Adrianogba Eu estava com o mesmo erro e só precisei adicionar essa dependência abaixo para funcionar. > > Adicionei no build.gradle dentro da pasta app `implementation 'com.google.android.material:material:1.4.0'` >...

> estou tentando contato e o chamado é fechado automaticamente, conseguiu algo ? se conseguir posta aqui pra ajudar a todos Assim que eu consegui contato com eles, informo o...

Thanks for fast response. I will try now to update and test but, other user opened one issue about the same problem and he is at the latest version. #237

Same error with version: 5.4.1 ``` ════════ Exception caught by scheduler library ═════════════════════════════════ Assertion failed: file:///Users/joao/Desktop/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart:214:7 _debugVectorMoreOrLessEquals(transform.getRow(2), Vector4(0, 0, 1, 0)) && _debugVectorMoreOrLessEquals(transform.getColumn(2), Vector4(0, 0, 1, 0)) "The third row...

About the web demo, yes it work normal but i dont know what flutter version you are using, i thought that was a problem with .network or .memory constructor but...

I just created a blank project, just to test this and the problem still continue. main.dart ``` import 'package:flutter/material.dart'; import 'package:pro_image_editor/pro_image_editor.dart'; void main() { runApp(const MyApp()); } class MyApp extends...