Skip to content

Commit

Permalink
flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
RFBS23 committed May 21, 2023
1 parent 59c536a commit e57764e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@ Mi primer Proyecto creado Con FLUTTER.
## Aplicación de escaneo de código QR y generador de código QR hecho con flutter

<div style="display: flex;">
<h4>Video de la Aplicacion</h4>
<img src="reame/pasos.mp4" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<br>
<h5>VERSION 1.1.0</h5>
<img src="reame/parte12.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte6.2.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte8.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<br>
<img src="reame/parte9.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte10.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte11.png" alt="version 1.1" style="margin-right: 10px; width: 250px; height: 500px;">
<h5>VERSION 1.0.0</h5>
<img src="reame/parte1.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;" >
<img src="reame/parte1.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte2.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte3.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
<br>
<img src="reame/parte4.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte5.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
<img src="reame/parte6.1.png" alt="version 1" style="margin-right: 10px; width: 250px; height: 500px;">
</div>
<h3><b>Realizado por:</b> Fabrizio Barrios Saavedra (RFBS19)</h3>
<h3><b>Aplicacion Desarrollada por:</b> Fabrizio Barrios Saavedra (RFBS19 - fabridev)</h3>
<img src="reame/foter.jpg" width="200" alt="avatar">
48 changes: 48 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.17.1"
colour:
dependency: transitive
description:
name: colour
sha256: "496ea0e7614480acf1b1b669bd5c136cc9fb89461b36bb6b475513221409e96b"
url: "https://pub.dev"
source: hosted
version: "1.0.5"
colours:
dependency: "direct main"
description:
name: colours
sha256: e0a300fc51e6c6cc3e4d5e1f6810259982eefa77a3013d22792a9fd84c387119
url: "https://pub.dev"
source: hosted
version: "0.0.2"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -80,6 +96,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
fluttertoast:
dependency: "direct main"
description:
name: fluttertoast
sha256: "2f9c4d3f4836421f7067a28f8939814597b27614e021da9d63e5d3fb6e212d25"
url: "https://pub.dev"
source: hosted
version: "8.2.1"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -136,6 +160,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.8.3"
pigment:
dependency: transitive
description:
name: pigment
sha256: b8c56059e21ecb9379a304c78a4f20e399d41e54384a7f64de21103b4b5c38dd
url: "https://pub.dev"
source: hosted
version: "1.0.4"
qr:
dependency: transitive
description:
Expand All @@ -152,6 +184,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.0"
qr_scanner_overlay:
dependency: "direct main"
description:
name: qr_scanner_overlay
sha256: ecee17be12851e2b0599a1bc946e9bea087c95ee6db81ddfdcdde2a023efadc1
url: "https://pub.dev"
source: hosted
version: "0.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -205,6 +245,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.2"
toast:
dependency: "direct main"
description:
name: toast
sha256: "12433091e3e5a25b3a25f670126e42547c9ade135de30ad9ace45d1ddccd57c9"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
vector_math:
dependency: transitive
description:
Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ dependencies:
cupertino_icons: ^1.0.2
mobile_scanner: ^2.1.0
qr_flutter: ^4.1.0
qr_scanner_overlay: ^0.0.1
colours: ^0.0.2
toast: ^0.3.0
fluttertoast: ^8.2.1
#qr_flutter: ^4.1.0

dev_dependencies:
Expand Down

0 comments on commit e57764e

Please sign in to comment.