GithubHelp home page GithubHelp logo

Comments (13)

hpoul avatar hpoul commented on August 11, 2024 17

i use this plugin to share binary data directly and not a file path

@neckaros well, that's a bit of a moot point.. as this plugin does nothing else than write those bytes into a temporary file.. just copy this 3 line function into your own project.. (the only required change would be to use the file's extension to specify the mime type, instead of directly the mime type :-( )

final tempDir = await getTemporaryDirectory();
final file = await new File('${tempDir.path}/$name').create();
await file.writeAsBytes(bytes);

from esys-flutter-share.

shilangyu avatar shilangyu commented on August 11, 2024 8

I looked around and found share. I recommend switching over to it: https://pub.dev/packages/share, it serves the same purpose, but is actually maintained and is provided by Google itself (has null safety already)

from esys-flutter-share.

shilangyu avatar shilangyu commented on August 11, 2024 5

Oh man, last update was 2 years ago. What are some good alternatives to this packages? This stops us from going sound null safe

from esys-flutter-share.

neckaros avatar neckaros commented on August 11, 2024 4

I updated my branch that work on iPad to null safety if it can help you
I have not done much testing!

  esys_flutter_share:
    git:
      url: git://github.com/neckaros/esys-flutter-share.git

from esys-flutter-share.

neckaros avatar neckaros commented on August 11, 2024 2

Thanks
i don't think it is as flexible. for ex i use this plugin to share binary data directly and not a file path

from esys-flutter-share.

tneumueller avatar tneumueller commented on August 11, 2024 2

Little note:

getTemporaryDirectory() is from the path_provider package, File is from "dart:io".

from esys-flutter-share.

Nader2004 avatar Nader2004 commented on August 11, 2024 1

This package is blocking from upgrading another versions of other packages. Are there no other plans.

from esys-flutter-share.

cihadturhan avatar cihadturhan commented on August 11, 2024 1

i use this plugin to share binary data directly and not a file path

@neckaros well, that's a bit of a moot point.. as this plugin does nothing else than write those bytes into a temporary file.. just copy this 3 line function into your own project.. (the only required change would be to use the file's extension to specify the mime type, instead of directly the mime type :-( )

final tempDir = await getTemporaryDirectory();
final file = await new File('${tempDir.path}/$name').create();
await file.writeAsBytes(bytes);

I confirm that it works fine using these 3 lines of code along with share_plus plugin

When you share with share_plus, it doesn't accept to mimeType so I didn't like it.
Eg. if you share an image, you expect some options like whatsapp, instagram and "save to gallery". share_plus doesn't do that.

image

from esys-flutter-share.

mobashshirurrahman avatar mobashshirurrahman commented on August 11, 2024

moot

please add line also that we put in share function

from esys-flutter-share.

mobashshirurrahman avatar mobashshirurrahman commented on August 11, 2024

Little note:

getTemporaryDirectory() is from the path_provider package, File is from "dart:io".

please will you post proper code snippet to share an image from URL using google share pckg

from esys-flutter-share.

hicnar avatar hicnar commented on August 11, 2024

I looked around and found share. I recommend switching over to it: https://pub.dev/packages/share, it serves the same purpose, but is actually maintained and is provided by Google itself (has null safety already)

@shilangyu Good luck sharing with the Google plugin anything of substantial size https://stackoverflow.com/questions/28729955/max-size-of-string-data-that-can-be-passed-in-intents/42158221

from esys-flutter-share.

alexverbitsky avatar alexverbitsky commented on August 11, 2024

i use this plugin to share binary data directly and not a file path

@neckaros well, that's a bit of a moot point.. as this plugin does nothing else than write those bytes into a temporary file.. just copy this 3 line function into your own project.. (the only required change would be to use the file's extension to specify the mime type, instead of directly the mime type :-( )

final tempDir = await getTemporaryDirectory();
final file = await new File('${tempDir.path}/$name').create();
await file.writeAsBytes(bytes);

I confirm that it works fine using these 3 lines of code along with share_plus plugin

from esys-flutter-share.

kaushikgodhani avatar kaushikgodhani commented on August 11, 2024

https://pub.dev/packages/vocsy_esys_flutter_share

Use this Package its working on latest version

from esys-flutter-share.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.