--
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/a76e04a8-9e45-4486-b071-87609280213c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/CAAQ6SJ7vmQ%2B1SGPwy_Y%3D9Jj3xRHtq0hzSREy7S9ShYx%2B05h9Uw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/CAEw8UMhPX%3DvdSK%2BMLrhh64GEE8Sn4_ZXHpoiiMMGEB5busaePA%40mail.gmail.com.
FWIW, I have a PR to move the FDE plugin into flutter/plugins. I can add those there :) https://github.com/flutter/plugins/pull/2342
On Thu, Dec 5, 2019 at 9:28 AM 'Chris Sells' via Desktop Embedding for Flutter <flutter-desktop-embedding-d...@googlegroups.com> wrote:
yes please!
On Thu, Dec 5, 2019 at 6:19 AM Tom Verbeek <techn...@gmail.com> wrote:
--The flutter-desktop-embedding repo has a plugin that allows for getting paths from macOS that are also available on mobile platforms.We are writing a desktop app, that needs to know the user configured downloads path (where the user wants downloads to be stored).Unfortunately this path is not supported by the path_provider_fde plugin, so I extended this plugin with the following macOS relevant paths:downloadsDirectoryThe user’s downloads directory.musicDirectoryThe user’s Music directory (~/Music).picturesDirectoryThe user’s Pictures directory (~/Pictures).case moviesDirectoryThe user’s Movies directory (~/Movies).I think those paths may be relevant for a flutter desktop app to store data to, or to read data from.Would it be of interest to offer this addition as a pull request on github?
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embedding-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/a76e04a8-9e45-4486-b071-87609280213c%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embedding-dev+unsub...@googlegroups.com.
So, please add the 4 paths as mentioned above to your PR.
--
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/CABEeGCeJbCL%2BYaNvP2kS0dGB8QD-qSbtotNgJ1upwP4hNzd5XA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/CABEeGCd1OTPDE8ASX_TTnhuQUoXTLPAbP4j2K8p8f0TjUBHaEA%40mail.gmail.com.
Windows support would also be very important for us.
Franciscos PR got merged - this is great! How do we move forward to include support for additional platform dependent paths?
Since you offered to add this to your PR, @Francisco, could I ask you to proceed with this?
--
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/CABEeGCduZuinKOq4tFFjhWAMiZnTZJc2eJsHZRapJK%3DviF2N-Q%40mail.gmail.com.
If this is something you're interested in, I would strongly recommend driving it yourself. There is a ton of work to do for desktop in general, and we are spread thin, so it's hard to say when we would get to this otherwise.