In this article, we will implement the sharing files feature using the share package. Yes, you read it right. But you might be thinking it only supports text share, so how do we do it? and we already have other packages for that.
We’ll use a modified version of the share package for sharing files. And about the already available packages, we have few issues with these packages like, we cannot share a File which we call from a network (like converting an image URL into an image file and then sharing it).
Before starting, If you are new at Flutter Development, you can get started here: https://flutter.dev/docs/get-started/codelab
#app-development #share #flutter #dart