simple_exif 0.0.1 copy "simple_exif: ^0.0.1" to clipboard
simple_exif: ^0.0.1 copied to clipboard

A web-enabled Flutter package for reading JPEG Exif information.

simple_exif #

(en)Japanese ver is here.
(ja)この解説の日本語版はここにあります。

Note #

This package is currently under development.
Please note that it will not be available until development is complete.

Overview #

This is a package for reading Exif information from JPEG images. This package has been adapted to work with Flutter Web.

This package implements the required or most frequently used parts of the Exif 2.3 standard.
Note that this package does not cover additional information from other formats such as PNG, as they are not part of the Exif standard.

The current implementation status is as follows.
IFD rewriting is also under development and may be supported in the future.

  • ✅ Read the 0th IFD contents (TIFF)
  • ✅ Read the 0th IFD contents (Exif)
  • ✅ Read the 0th IFD contents (Interoperability)
  • ✅ Read the 0th IFD contents (GPS)
  • ❌ Rewrite, add, delete the 0th IFD contents (TIFF)
  • ❌ Rewrite, add, delete the 0th IFD contents (Exif)
  • ❌ Rewrite, add, delete the 0th IFD contents (Interoperability)
  • ❌ Rewrite, add, delete the 0th IFD contents (GPS)
  • ❌ Delete all Exif information

Usage #

Please check out the Examples tab in pub.dev.

Support #

Basically no support.
If you have any problem please open an issue on Github. This package is low priority, but may be fixed.

About version control #

The C part will be changed at the time of version upgrade.
However, versions less than 1.0.0 may change the file structure regardless of the following rules.

  • Changes such as adding variables, structure change that cause problems when reading previous files.
    • C.X.X
  • Adding methods, etc.
    • X.C.X
  • Minor changes and bug fixes.
    • X.X.C

License #

Copyright 2025 Masahide Mori

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

The “Dart” name and “Flutter” name are trademarks of Google LLC.
*The developer of this package is not Google LLC.

0
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A web-enabled Flutter package for reading JPEG Exif information.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on simple_exif