From b597e3709d4889d72b5e9c2d07a3cf133d2c1056 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sun, 20 Mar 2022 23:19:17 +0400 Subject: [PATCH] added repository url --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7d8a452..4d8f749 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. version: 0.0.1 -# homepage: +repository: https://github.com/khoren93/flutter_zxing + environment: sdk: ">=2.16.1 <3.0.0" flutter: ">=2.5.0"