fluttercommunity / fluttercommunity/flutter_webview_plugin
Load image from gallery using input of type file
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Can we upload images using inputs of type file?
I have been added android permissions like this:
```
```
and then requesting permissions using PermissionHandler in my app:
```
PermissionHandler().requestPermissions([
PermissionGroup.photos,
PermissionGroup.storage
]);
```
but when I tap the image upload input, nothing happens =c
debug logs are also blank.
thanks in advance
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.