gr_camera_detector 0.1.0
gr_camera_detector: ^0.1.0 copied to clipboard
Detect photos taken with Ricoh GR camera series via EXIF metadata and filename patterns. Supports all GR models from GR DIGITAL to GR IV.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add gr_camera_detectorWith Flutter:
$ flutter pub add gr_camera_detectorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
gr_camera_detector: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gr_camera_detector/gr_camera_detector.dart';