Yuvraj Sonawane (uv)

Results 6 issues of Yuvraj Sonawane (uv)

```WORK DONE``` 1. `FFi` updated to v2. 2. android migrated from `v1` to `v2`, 3. folder name corrected, ` plaform -> platform`. 4. package version updated to `3.2.2` 5. Gradle...

Below is my code block. ``` Widget stepsHtmlWidget = Html( data: htmlData, style: { "ol": Style( direction: TextDirection.ltr, padding: EdgeInsets.zero, fontSize: FontSize.small, ), "li": Style( fontSize: FontSize.large, textAlign: TextAlign.start, lineHeight:...

bug
lists

I tried your tutorial and was able to create it as was mentioned on medium tutorial. But i started facing issue when i tried login. login is successful but when...

Everything works fine for me, just the fullscreen thing. its just rotating the orientation of the app. If I go back from the full screen, the app orientation is landscape...

bug

flutter run Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Compiler message: /Library/flutter/.pub-cache/hosted/pub.dartlang.org/cached_network_image-0.5.1/lib/cached_network_image.dart:199:38: Error: The argument type 'void Function(ImageInfo, bool)' can't be assigned to the parameter type 'ImageStreamListener'....

As I stated in title, I would like to know why is this code only android exclusive and iOS is not support? is this due to the `flutter_file_manager` plugin? what...