Skip to content

A service created for the Flet framework using the `open_file` package that allows applications to gracefully open specified files on mobile devices.

License

Notifications You must be signed in to change notification settings

Creeper19472/flet-open-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flet-open-file

FletOpenFile control for Flet

Installation

Add dependency to pyproject.toml of your Flet app:

  • Git dependency

Link to git repository:

dependencies = [
  "flet-open-file @ git+https://github.com/creeper19472/flet-open-file",
  "flet>=0.70.0.dev6214",
]
  • PyPi dependency

If the package is published on pypi.org:

dependencies = [
  "flet-open-file",
  "flet>=0.70.0.dev6214",
]

Build your app:

flet build macos -v

Documentation

Link to documentation

About

A service created for the Flet framework using the `open_file` package that allows applications to gracefully open specified files on mobile devices.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published