choice between camera and gallery

pull/28/head
Lucas Delanier 2 years ago
parent a6346c34ed
commit abe4913d39

@ -353,7 +353,7 @@ class _EditablePostComponentState extends State<EditablePostComponent>
pickImage(ImageSource.gallery); pickImage(ImageSource.gallery);
Navigator.pop(context); Navigator.pop(context);
}, },
child: const Text('Gallerie'), child: const Text('Galerie'),
), ),
CupertinoActionSheetAction( CupertinoActionSheetAction(
onPressed: () { onPressed: () {

Loading…
Cancel
Save