https://github.com/bastndev/shopyscan
🔊 Map scanner and which QR code. |【Flutter 扫描器 App】👷
https://github.com/bastndev/shopyscan
qr qrcode scanner scanner-mobile
Last synced: about 2 months ago
JSON representation
🔊 Map scanner and which QR code. |【Flutter 扫描器 App】👷
- Host: GitHub
- URL: https://github.com/bastndev/shopyscan
- Owner: bastndev
- Created: 2023-06-01T16:09:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T20:40:02.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T22:38:20.124Z (about 1 year ago)
- Topics: qr, qrcode, scanner, scanner-mobile
- Language: Dart
- Homepage:
- Size: 2.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
ShopyScan
>This ``APP`` is only a practice, but in the same way I do it in the best way to have good practices. [@bastndev](https://solo.to/bastndev)
# Dependencies
>- [🔗Link ](https://pub.dev/packages/provider) $``flutter pub add lottie`` provider: ^6.0.5
>- [🔗Link ](https://pub.dev/packages/flutter_barcode_scanner) $```flutter pub add flutter_barcode_scanner``` flutter_barcode_scanner: ^2.0.0
>- [🔗Link ](https://pub.dev/packages/path_provider) $```flutter pub add path_provider``` path_provider: ^2.0.15
>- [🔗Link ](https://pub.dev/packages/sqflite) $```flutter pub add sqflite``` sqflite: ^2.2.8+4
>- [🔗Link ](https://pub.dev/packages/google_maps_flutter) $```flutter pub add google_maps_flutter``` google_maps_flutter: ^2.3.0
>- [🔗Link ](https://pub.dev/packages/lottie) $```flutter pub add lottie``` lottie: ^2.4.0## pubspec.yaml
```dart
dependencies:
flutter:
sdk: flutter# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
provider: ^6.0.5
flutter_barcode_scanner: ^2.0.0
path_provider: ^2.0.15
sqflite: ^2.2.8+4
url_launcher: ^6.1.11
google_maps_flutter: ^2.3.0
lottie: ^2.4.0dev_dependencies:
flutter_test:
sdk: flutter
```>- Dark Mode
![]()
>- Light Mode
![]()