Compare commits

...

1 Commits

Author SHA1 Message Date
Lucas Delanier f10699982e beautifull app when empty friend list and fix empty description
2 years ago

@ -65,7 +65,7 @@ class _EditablePostComponentState extends State<EditablePostComponent> with Tick
try { try {
final image = await ImagePicker().pickImage( final image = await ImagePicker().pickImage(
source: source, source: source,
imageQuality: 25, imageQuality: 20,
); );
if (image == null) return; if (image == null) return;
final imageTemp = File(image.path); final imageTemp = File(image.path);

Loading…
Cancel
Save