PackageTrack
Sign in Get early access

open_filex

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)

4.7.0 528K downloads/mo #502 most downloaded on pub.dev javaherisaber/open_file

What this package is like to depend on

Last release 1 years ago

06 Mar 2025

Release timing varies

gaps range from 2 weeks to 10 months

Most releases are documented

notes for 18 of 22 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

22 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

22 releases · Dec 2021 to Mar 2025
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 22
  1. 4.7.0 06 Mar 2025
    Release notes
    • Fix Android compatibility issues after Flutter 3.29.0 upgrade (Thanks to mufassalhussain, PR#19)
    Open source →
    Release notes
    • Fix Android compatibility issues after Flutter 3.29.0 upgrade (Thanks to mufassalhussain , PR #19 )
    Open source →
  2. 4.6.0 14 Dec 2024
    Release notes
    • Fix platform errors for linux, windows, web, macos on Flutter 3.27+ (Thanks to Xavier H., PR#17)
    Open source →
    Release notes
    • Fix platform errors for linux, windows, web, macos on Flutter 3.27+ (Thanks to Xavier H. , PR #17 )
    Open source →
  3. 4.5.0 12 Aug 2024
    Release notes
    • Avoid using system to open on desktop platforms (Thanks to @prateekmedia, PR #7)
    • Use dartPluginClass as default_package for desktop platforms (Thanks to @sjordan2010, PR #16)
    • Update support for Android 14 (API 34) (Thanks to @ShirishAryalKhalti, PR #13)
    • Fix MissingPluginException for opening adding as flutter module (Thanks to @joker-fu, PR #11)
    • Allow open to run async on Desktop platforms (Thanks to @lexxxel, PR #15)
    Open source →
    Release notes
    • Avoid using system to open on desktop platforms (Thanks to @prateekmedia , PR #7 )

    • Use dartPluginClass as default_package for desktop platforms (Thanks to @sjordan2010 , PR #16 )

    • Update support for Android 14 (API 34) (Thanks to @ShirishAryalKhalti , PR #13 )

    • Fix MissingPluginException for opening adding as flutter module (Thanks to @joker-fu , PR #11 )

    • Allow open to run async on Desktop platforms (Thanks to @lexxxel , PR #15 )

    Open source →
  4. 4.4.0 04 Feb 2024
    Release notes
    • Fix error when embedding Flutter app to a native iOS app (Add-to-app) (Thanks to @nukeolay, PR #10)
    Open source →
    Release notes
    • Fix error when embedding Flutter app to a native iOS app (Add-to-app) (Thanks to @nukeolay , PR #10 )
    Open source →
  5. 4.3.4 23 Sep 2023
    Release notes
    • Add namespace property to make compatible with gradle 8.0 (Thanks to @kishormainali, PR #9)
    Open source →
    Release notes
    • Add namespace property to make compatible with gradle 8.0 (Thanks to @kishormainali , PR #9 )
    Open source →
  6. 4.3.3 23 Sep 2023
    Release notes
    • Update README.md
    Open source →
    Release notes
    • Update README.md
    Open source →
  7. 4.3.2 08 Dec 2022
    Release notes
    • Move plugin initializations to onAttachedToEngine() in Android (Thanks to @DK070202, mentioned at #163)
    Open source →
    Release notes
    • Move plugin initializations to onAttachedToEngine() in Android (Thanks to @DK070202 , mentioned at #163 )
    Open source →
  8. 4.3.1 06 Nov 2022
    Release notes
    • Update README.md
    Open source →
    Release notes
    • Update README.md
    Open source →
  9. 4.3.0 02 Nov 2022
    Release notes
    • Replace JCenter with MavenCentral in Android build.gradle repositories (Thanks to @BetterB0y)
    Open source →
    Release notes
    • Replace JCenter with MavenCentral in Android build.gradle repositories (Thanks to @BetterB0y )
    Open source →
  10. 4.2.2 25 Oct 2022
    Release notes
    • Update CHANGELOG.md
    Open source →
    Release notes
    • Update CHANGELOG.md
    Open source →
  11. 4.2.1 25 Oct 2022
    Release notes
    • Update CHANGELOG.md
    Open source →
    Release notes
    • Update CHANGELOG.md
    Open source →
  12. 4.2.0 25 Oct 2022
    Release notes
    • Upgrade support for Granular media permissions in Android 13 Commit#261f446 (Thanks to @0975086498)
    • Remove usages of REQUEST_INSTALL_PACKAGES in Android plugin PR#1 (Thanks to @thebeast1)
    • Upgrade example project with latest version of flutter (3.3.5) and Android 13 Commit#9d2027d
    Open source →
    Release notes
    • Upgrade support for Granular media permissions in Android 13 Commit#261f446 (Thanks to @0975086498 )

    • Remove usages of REQUEST_INSTALL_PACKAGES in Android plugin PR#1 (Thanks to @thebeast1 )

    • Upgrade example project with latest version of flutter (3.3.5) and Android 13 Commit#9d2027d

    Open source →
  13. 4.1.1 09 Sep 2022
    Release notes
    • Add filePaths instruction for Android in README.md
    • Fix parse args not filtering commands properly
    • Fix viewController is not recognized in iOS
    Open source →
    Release notes
    • Add filePaths instruction for Android in README.md

    • Fix parse args not filtering commands properly

    • Fix viewController is not recognized in iOS

    Open source →
  14. 4.1.0 06 Sep 2022
    Release notes
    • Fixed Plugin lifecycle onDetachedFromActivity in Android
    • Add getExternalFilesDir when checking if a path requires a permission
    Open source →
    Release notes
    • Fixed Plugin lifecycle onDetachedFromActivity in Android

    • Add getExternalFilesDir when checking if a path requires a permission

    Open source →
  15. 4.0.1 02 Sep 2022
    Release notes
    • Update readme descriptions
    Open source →
    Release notes
    • Update readme descriptions
    Open source →
  16. 4.0.0 02 Sep 2022
    Release notes
    • Update ffi to 2.0.1
    • Require Flutter 3.0.0+ and Dart 2.17.0+ (because of ffi 2.0.0+)
    • Update example project with latest version of Flutter (3.0.5)
    Open source →
    Release notes
    • Update ffi to 2.0.1

    • Require Flutter 3.0.0+ and Dart 2.17.0+ (because of ffi 2.0.0+)

    • Update example project with latest version of Flutter (3.0.5)

    Open source →
  17. 3.4.0 22 Dec 2021
    Release notes
    • Fix podspec in ios not resolved
    Open source →
    Release notes
    • Fix podspec in ios not resolved
    Open source →
  18. 3.3.2 22 Dec 2021

    Nothing published for this version

  19. 3.3.1 22 Dec 2021

    Nothing published for this version

  20. 3.3.0 21 Dec 2021
    Release notes
    • Remove dangerous permission REQUEST_INSTALL_PACKAGES in Android
    Open source →
    Release notes
    • Remove dangerous permission REQUEST_INSTALL_PACKAGES in Android
    Open source →
  21. 3.2.3 21 Dec 2021

    Nothing published for this version

  22. 3.2.2 21 Dec 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive