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: 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 ```bash
pub global activate melos flutter pub global activate melos
``` ```
To install the dependencies of the flutter_zxing project, use the following command: 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; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 51; objectVersion = 54;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -216,6 +216,7 @@
}; };
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
@ -252,6 +253,7 @@
}; };
9740EEB61CF901F6004384FC /* Run Script */ = { 9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );

2
example/ios/Runner/Info.plist

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

4
example/pubspec.lock

@ -166,7 +166,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.0-beta.9" version: "1.0.0"
font_awesome_flutter: font_awesome_flutter:
dependency: "direct main" dependency: "direct main"
description: description:
@ -406,4 +406,4 @@ packages:
version: "6.2.2" version: "6.2.2"
sdks: sdks:
dart: ">=2.18.0 <4.0.0" 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; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 51; objectVersion = 54;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -270,6 +270,7 @@
/* Begin PBXShellScriptBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
@ -306,6 +307,7 @@
}; };
9740EEB61CF901F6004384FC /* Run Script */ = { 9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );

1
zxscanner/lib/pages/home_page.dart

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

4
zxscanner/pubspec.lock

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

2
zxscanner/pubspec.yaml

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

Loading…
Cancel
Save