Browse Source

updated pubs in zxscanner

pull/79/head
Khoren Markosyan 2 years ago
parent
commit
91a67534d9
  1. 2
      README.md
  2. 4
      example/ios/Runner.xcodeproj/project.pbxproj
  3. 2
      example/ios/Runner/Info.plist
  4. 4
      example/pubspec.lock
  5. 4
      zxscanner/ios/Runner.xcodeproj/project.pbxproj
  6. 1
      zxscanner/lib/pages/home_page.dart
  7. 4
      zxscanner/pubspec.lock
  8. 2
      zxscanner/pubspec.yaml

2
README.md

@ -86,7 +86,7 @@ git clone --recursive https://github.com/khoren93/flutter_zxing.git
Use Melos to install the dependencies of the flutter_zxing project. Melos is a tool that helps you manage multiple Dart packages in a single repository. To install Melos, use the following command:
```bash
pub global activate melos
flutter pub global activate melos
```
To install the dependencies of the flutter_zxing project, use the following command:

4
example/ios/Runner.xcodeproj/project.pbxproj

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@ -216,6 +216,7 @@
};
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@ -252,6 +253,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);

2
example/ios/Runner/Info.plist

@ -49,5 +49,7 @@
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>

4
example/pubspec.lock

@ -166,7 +166,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-beta.9"
version: "1.0.0"
font_awesome_flutter:
dependency: "direct main"
description:
@ -406,4 +406,4 @@ packages:
version: "6.2.2"
sdks:
dart: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
flutter: ">=3.0.0"

4
zxscanner/ios/Runner.xcodeproj/project.pbxproj

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@ -270,6 +270,7 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@ -306,6 +307,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);

1
zxscanner/lib/pages/home_page.dart

@ -46,6 +46,7 @@ class _HomePageState extends State<HomePage> {
// ignore: avoid_dynamic_calls
body: pages()[selectedIndex],
bottomNavigationBar: ConvexAppBar(
disableDefaultTabController: true,
style: TabStyle.fixedCircle,
backgroundColor: Theme.of(context).bottomAppBarTheme.color,
color: Theme.of(context).unselectedWidgetColor,

4
zxscanner/pubspec.lock

@ -361,10 +361,10 @@ packages:
dependency: "direct main"
description:
name: flutter_zxing
sha256: "863fd475c9a75f228a0b8b1464a009fcd89463f06149b96537d31f849f4a5fbb"
sha256: fe7fb8d53ade636758fde71a90f85197346e2fd61e268c2bad287f1fa33abf63
url: "https://pub.dev"
source: hosted
version: "1.0.0-beta.9"
version: "1.0.0"
font_awesome_flutter:
dependency: "direct main"
description:

2
zxscanner/pubspec.yaml

@ -17,7 +17,7 @@ dependencies:
sdk: flutter
flutter_markdown: ^0.6.13
flutter_mobx: ^2.0.6
flutter_zxing: 1.0.0-beta.9
flutter_zxing: ^1.0.0
font_awesome_flutter: ^10.3.0
hive: ^2.2.3
hive_flutter: ^1.1.0

Loading…
Cancel
Save