Zeinab Kouhkan

Results 5 issues of Zeinab Kouhkan

I can not open file from /data/user/0/package_name/app_flutter/1.pdf in **android 6** version. I get 'This file could not be accessed. check your connection or make the file name shorter' or 'the...

### Platform Android 9 ### Plugin android_intent_plus ### Version 4.0.3 ### Flutter SDK 3.16.5 ### Steps to reproduce When the program is run, I encounter the warnings that I posted...

bug
triage

### Platform Android 9 ### Version 2.2.0 ### Flutter SDK 3.16.5 ### Steps to reproduce When the program is run, I encounter the warnings that I posted in the log,...

In 3.0.0 version When set negative padding to targetPadding get this error: Failed assertion: line 261 pos 15: 'margin == null || margin.isNonNegative': is not true. Please restore this feature.

When use emoji picker , I need call setstate for attach emoji to textEditingController. this is my code: ``` import 'package:emoji_picker_flutter/emoji_picker_flutter.dart'; import 'package:flutter/material.dart'; import 'package:universal_io/io.dart'; import 'package:zireh/base/resourceful_state.dart'; import 'package:zireh/screens/chat/provider.dart'; import...