An open API service indexing awesome lists of open source software.

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】👷

Awesome Lists containing this project

README

        


ShopyScan logo

ShopyScan






App


Android


iOS


Twitter URL

>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.0

dev_dependencies:
flutter_test:
sdk: flutter

```

>- Dark Mode



>- Light Mode