Skip to content

Commit 2f5ec0a

Browse files
author
marcus-bornman
committed
Updated example project and related docs
1 parent 14ea080 commit 2f5ec0a

10 files changed

+353
-12
lines changed

example/README.md

+105-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,114 @@
1-
# rsa_scan_example
1+
<!-- PROJECT LOGO -->
2+
<p align="right">
3+
<a href="https://pub.dev">
4+
<img src="https://raw.githubusercontent.com/born-ideas/rsa_scan/master/example/assets/project_badge.png" height="100" alt="Flutter">
5+
</a>
6+
</p>
7+
<p align="center">
8+
<img src="https://raw.githubusercontent.com/born-ideas/rsa_scan/master/example/assets/project_logo.png" height="100" alt="Masterpass Example" />
9+
</p>
10+
11+
<!-- PROJECT SHIELDS -->
12+
<p align="center">
13+
<a href="https://pub.dev/packages/rsa_scan"><img src="https://img.shields.io/pub/v/rsa_scan" alt="pub"></a>
14+
<a href="https://github.com/born-ideas/rsa_scan/issues"><img src="https://img.shields.io/github/issues/born-ideas/rsa_scan" alt="issues"></a>
15+
<a href="https://github.com/born-ideas/rsa_scan/network"><img src="https://img.shields.io/github/forks/born-ideas/rsa_scan" alt="forks"></a>
16+
<a href="https://github.com/born-ideas/rsa_scan/stargazers"><img src="https://img.shields.io/github/stars/born-ideas/rsa_scan" alt="stars"></a>
17+
<a href="https://dart.dev/guides/language/effective-dart/style"><img src="https://img.shields.io/badge/style-effective_dart-40c4ff.svg" alt="style"></a>
18+
<a href="https://github.com/born-ideas/rsa_scan/blob/master/LICENSE"><img src="https://img.shields.io/github/license/born-ideas/rsa_scan" alt="license"></a>
19+
</p>
20+
21+
---
22+
23+
<!-- TABLE OF CONTENTS -->
24+
## Table of Contents
25+
26+
* [About the Project](#about-the-project)
27+
* [Getting Started](#getting-started)
28+
* [Usage](#usage)
29+
* [Roadmap](#roadmap)
30+
* [Contributing](#contributing)
31+
* [License](#license)
32+
* [Contact](#contact)
33+
* [Acknowledgements](#acknowledgements)
234

3-
An example app using the rsa_scan package.
435

5-
## Getting Started
636

7-
This project is a starting point for a Flutter application.
37+
<!-- ABOUT THE PROJECT -->
38+
## About The Project
39+
<p align="center">
40+
<img src="https://raw.githubusercontent.com/born-ideas/rsa_scan/example/master/assets/screenshot_1.png" width="200" alt="Screenshot 1" />
41+
<img src="https://raw.githubusercontent.com/born-ideas/rsa_scan/example/master/assets/screenshot_2.png" width="200" alt="Screenshot 2" />
42+
<img src="https://raw.githubusercontent.com/born-ideas/rsa_scan/example/master/assets/screenshot_3.png" width="200" alt="Screenshot 3" />
43+
</p>
844

9-
A few resources to get you started if this is your first Flutter project:
45+
This is an example project which demonstrates how to use the [rsa_scan](https://pub.dev/packages/rsa_scan) package.
1046

47+
### Built With
48+
* [Flutter](https://flutter.dev/)
49+
* [rsa_scan](https://pub.dev/packages/rsa_scan)
50+
51+
52+
53+
<!-- GETTING STARTED -->
54+
## Getting Started
55+
56+
### Prerequisites
57+
This project is a starting point for a Flutter application. A few resources to get you started if this is your first
58+
Flutter project:
1159
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
1260
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1361

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
62+
For help getting started with Flutter, view the [online documentation](https://flutter.dev/docs), which offers tutorials,
1663
samples, guidance on mobile development, and a full API reference.
64+
65+
66+
67+
<!-- USAGE EXAMPLES -->
68+
## Usage
69+
Run the app [in the way your IDE describes](https://flutter.dev/docs/get-started/test-drive).
70+
You should see either Android, iOS, or web output, depending on your device.
71+
72+
73+
74+
<!-- ROADMAP -->
75+
## Roadmap
76+
77+
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
78+
79+
80+
81+
<!-- CONTRIBUTING -->
82+
## Contributing
83+
84+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
85+
86+
1. Fork the Project
87+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
88+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
89+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
90+
5. Open a Pull Request
91+
92+
93+
94+
<!-- LICENSE -->
95+
## License
96+
97+
Distributed under the MIT License. See [LICENSE](../LICENSE) for more information.
98+
99+
100+
101+
<!-- CONTACT -->
102+
## Contact
103+
104+
BornIdeas - [born.dev](https://www.born.dev) - [[email protected]](mailto:[email protected])
105+
106+
Project Link: [https://github.com/born-ideas/rsa_scan/example](https://github.com/born-ideas/rsa_scan)
107+
108+
109+
110+
<!-- ACKNOWLEDGEMENTS -->
111+
## Acknowledgements
112+
* [rsa_identification](https://pub.dev/packages/rsa_identification)
113+
* [Shields IO](https://shields.io)
114+
* [Open Source Licenses](https://choosealicense.com)

example/assets/project_badge.png

67.6 KB
Loading

example/assets/project_logo.png

43.6 KB
Loading

example/assets/screenshot_1.png

1.93 MB
Loading

example/assets/screenshot_2.png

1.22 MB
Loading

example/assets/screenshot_3.png

3.14 MB
Loading

example/ios/Podfile.lock

+177
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
PODS:
2+
- camera (0.0.1):
3+
- Flutter
4+
- Firebase/Core (6.33.0):
5+
- Firebase/CoreOnly
6+
- FirebaseAnalytics (= 6.8.3)
7+
- Firebase/CoreOnly (6.33.0):
8+
- FirebaseCore (= 6.10.3)
9+
- Firebase/MLVision (6.33.0):
10+
- Firebase/CoreOnly
11+
- FirebaseMLVision (~> 0.21.0)
12+
- firebase_core (0.5.2):
13+
- Firebase/CoreOnly (~> 6.33.0)
14+
- Flutter
15+
- firebase_ml_vision (0.1.1):
16+
- Firebase/Core
17+
- Firebase/MLVision
18+
- Flutter
19+
- FirebaseAnalytics (6.8.3):
20+
- FirebaseCore (~> 6.10)
21+
- FirebaseInstallations (~> 1.6)
22+
- GoogleAppMeasurement (= 6.8.3)
23+
- GoogleUtilities/AppDelegateSwizzler (~> 6.7)
24+
- GoogleUtilities/MethodSwizzler (~> 6.7)
25+
- GoogleUtilities/Network (~> 6.7)
26+
- "GoogleUtilities/NSData+zlib (~> 6.7)"
27+
- nanopb (~> 1.30906.0)
28+
- FirebaseCore (6.10.3):
29+
- FirebaseCoreDiagnostics (~> 1.6)
30+
- GoogleUtilities/Environment (~> 6.7)
31+
- GoogleUtilities/Logger (~> 6.7)
32+
- FirebaseCoreDiagnostics (1.7.0):
33+
- GoogleDataTransport (~> 7.4)
34+
- GoogleUtilities/Environment (~> 6.7)
35+
- GoogleUtilities/Logger (~> 6.7)
36+
- nanopb (~> 1.30906.0)
37+
- FirebaseInstallations (1.7.0):
38+
- FirebaseCore (~> 6.10)
39+
- GoogleUtilities/Environment (~> 6.7)
40+
- GoogleUtilities/UserDefaults (~> 6.7)
41+
- PromisesObjC (~> 1.2)
42+
- FirebaseMLCommon (0.21.0):
43+
- FirebaseCore (~> 6.9)
44+
- FirebaseInstallations (~> 1.5)
45+
- GoogleToolboxForMac/Logger (~> 2.1)
46+
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
47+
- "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
48+
- GoogleUtilities/UserDefaults (~> 6.0)
49+
- GTMSessionFetcher/Core (~> 1.1)
50+
- Protobuf (~> 3.12)
51+
- FirebaseMLVision (0.21.0):
52+
- FirebaseCore (~> 6.9)
53+
- FirebaseMLCommon (~> 0.21)
54+
- GoogleAPIClientForREST/Core (~> 1.3)
55+
- GoogleAPIClientForREST/Vision (~> 1.3)
56+
- GoogleToolboxForMac/Logger (~> 2.1)
57+
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
58+
- GTMSessionFetcher/Core (~> 1.1)
59+
- Protobuf (~> 3.12)
60+
- Flutter (1.0.0)
61+
- GoogleAPIClientForREST/Core (1.5.1):
62+
- GTMSessionFetcher (>= 1.1.7)
63+
- GoogleAPIClientForREST/Vision (1.5.1):
64+
- GoogleAPIClientForREST/Core
65+
- GTMSessionFetcher (>= 1.1.7)
66+
- GoogleAppMeasurement (6.8.3):
67+
- GoogleUtilities/AppDelegateSwizzler (~> 6.7)
68+
- GoogleUtilities/MethodSwizzler (~> 6.7)
69+
- GoogleUtilities/Network (~> 6.7)
70+
- "GoogleUtilities/NSData+zlib (~> 6.7)"
71+
- nanopb (~> 1.30906.0)
72+
- GoogleDataTransport (7.5.1):
73+
- nanopb (~> 1.30906.0)
74+
- GoogleToolboxForMac/DebugUtils (2.3.0):
75+
- GoogleToolboxForMac/Defines (= 2.3.0)
76+
- GoogleToolboxForMac/Defines (2.3.0)
77+
- GoogleToolboxForMac/Logger (2.3.0):
78+
- GoogleToolboxForMac/Defines (= 2.3.0)
79+
- "GoogleToolboxForMac/NSData+zlib (2.3.0)":
80+
- GoogleToolboxForMac/Defines (= 2.3.0)
81+
- "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.0)":
82+
- GoogleToolboxForMac/DebugUtils (= 2.3.0)
83+
- GoogleToolboxForMac/Defines (= 2.3.0)
84+
- "GoogleToolboxForMac/NSString+URLArguments (= 2.3.0)"
85+
- "GoogleToolboxForMac/NSString+URLArguments (2.3.0)"
86+
- GoogleUtilities/AppDelegateSwizzler (6.7.2):
87+
- GoogleUtilities/Environment
88+
- GoogleUtilities/Logger
89+
- GoogleUtilities/Network
90+
- GoogleUtilities/Environment (6.7.2):
91+
- PromisesObjC (~> 1.2)
92+
- GoogleUtilities/Logger (6.7.2):
93+
- GoogleUtilities/Environment
94+
- GoogleUtilities/MethodSwizzler (6.7.2):
95+
- GoogleUtilities/Logger
96+
- GoogleUtilities/Network (6.7.2):
97+
- GoogleUtilities/Logger
98+
- "GoogleUtilities/NSData+zlib"
99+
- GoogleUtilities/Reachability
100+
- "GoogleUtilities/NSData+zlib (6.7.2)"
101+
- GoogleUtilities/Reachability (6.7.2):
102+
- GoogleUtilities/Logger
103+
- GoogleUtilities/UserDefaults (6.7.2):
104+
- GoogleUtilities/Logger
105+
- GTMSessionFetcher (1.5.0):
106+
- GTMSessionFetcher/Full (= 1.5.0)
107+
- GTMSessionFetcher/Core (1.5.0)
108+
- GTMSessionFetcher/Full (1.5.0):
109+
- GTMSessionFetcher/Core (= 1.5.0)
110+
- nanopb (1.30906.0):
111+
- nanopb/decode (= 1.30906.0)
112+
- nanopb/encode (= 1.30906.0)
113+
- nanopb/decode (1.30906.0)
114+
- nanopb/encode (1.30906.0)
115+
- PromisesObjC (1.2.11)
116+
- Protobuf (3.13.0)
117+
118+
DEPENDENCIES:
119+
- camera (from `.symlinks/plugins/camera/ios`)
120+
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
121+
- firebase_ml_vision (from `.symlinks/plugins/firebase_ml_vision/ios`)
122+
- Flutter (from `Flutter`)
123+
124+
SPEC REPOS:
125+
trunk:
126+
- Firebase
127+
- FirebaseAnalytics
128+
- FirebaseCore
129+
- FirebaseCoreDiagnostics
130+
- FirebaseInstallations
131+
- FirebaseMLCommon
132+
- FirebaseMLVision
133+
- GoogleAPIClientForREST
134+
- GoogleAppMeasurement
135+
- GoogleDataTransport
136+
- GoogleToolboxForMac
137+
- GoogleUtilities
138+
- GTMSessionFetcher
139+
- nanopb
140+
- PromisesObjC
141+
- Protobuf
142+
143+
EXTERNAL SOURCES:
144+
camera:
145+
:path: ".symlinks/plugins/camera/ios"
146+
firebase_core:
147+
:path: ".symlinks/plugins/firebase_core/ios"
148+
firebase_ml_vision:
149+
:path: ".symlinks/plugins/firebase_ml_vision/ios"
150+
Flutter:
151+
:path: Flutter
152+
153+
SPEC CHECKSUMS:
154+
camera: a0ca5080336f7af47b88436e5e26da3dee5568f0
155+
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
156+
firebase_core: 350ba329d1641211bc6183a3236893cafdacfea7
157+
firebase_ml_vision: 64050d3813faac2abce9b71657b2bc087c5e8354
158+
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
159+
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
160+
FirebaseCoreDiagnostics: 770ac5958e1372ce67959ae4b4f31d8e127c3ac1
161+
FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2
162+
FirebaseMLCommon: d218d75dd1c6c4e447f731ac22da56b88cb79431
163+
FirebaseMLVision: 68dd092b4c52a7ac163ec0d4f541d5711fc9fec6
164+
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
165+
GoogleAPIClientForREST: 4bb409633efcc2e1b3f945afe7e35039b5a61db2
166+
GoogleAppMeasurement: 966e88df9d19c15715137bb2ddaf52373f111436
167+
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833
168+
GoogleToolboxForMac: 1350d40e86a76f7863928d63bcb0b89c84c521c5
169+
GoogleUtilities: 7f2f5a07f888cdb145101d6042bc4422f57e70b3
170+
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
171+
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc
172+
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
173+
Protobuf: 3dac39b34a08151c6d949560efe3f86134a3f748
174+
175+
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
176+
177+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)