MediaStore in Flutter
#flutter #MediaStore #mobileThis article will guide you through the process of creating a simple flutter app that allows you to draw on a canvas. Then we will add the ability for this app to save those images to external storage volume using MediaStore API which allows to retrieve and update media files. Files saved this way are discoverable e.g. by system file explorer and will survive in case your app gets uninstalled. MediaStore API was added in API level 1 which makes it available in all Android devices!
Bartosz Biernacki
How To Write a Simple Flutter QR Code Scanner App
#flutter #mobileIn this article you will learn how to write a simple iOS and Android app which: scans QR codes witch a phone camera, if scanned data is a link it opens it in a browser, otherwise it displays it in a dialog. If you are new to Flutter and you have never built nor created an application using Flutter, please get familiar with Get started section on the official flutter.dev website before continuing.
Stefan Pająk
How To Write a Simple Downloading App With Flutter
#downloading files #flutter #mobileIf you are new to Flutter and you have never built nor created an application using Flutter, please get familiar with Get started section on the official flutter.dev website before continuing.