-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 789 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: flutter_document_reader_api
description:
This is a flutter module for Regula document reader.
It allows you to easily scan documents, for example passport, using your phone's camera. Supports Android and iOS.
repository: https://github.com/regulaforensics/DocumentReader-Flutter
issue_tracker: https://github.com/regulaforensics/DocumentReader-Flutter/issues
version: 9.4.1152
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
lints: ^4.0.0
meta: ^1.10.0
flutter:
plugin:
platforms:
android:
package: com.regula.plugin.documentreader
pluginClass: FlutterDocumentReaderApiPlugin
ios:
pluginClass: FlutterDocumentReaderApiPlugin