Skip to content

Commit

Permalink
Merge pull request #1 from VisualPT/upgraded
Browse files Browse the repository at this point in the history
Upgraded repository (iOS only)
  • Loading branch information
charlieforward9 authored Mar 15, 2023
2 parents e8bcf40 + 0d23f5c commit bea7d6d
Show file tree
Hide file tree
Showing 32 changed files with 254 additions and 386 deletions.
5 changes: 1 addition & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include: package:pedantic/analysis_options.yaml

analyzer:
errors:
prefer_const_declarations: error
Expand All @@ -9,5 +7,4 @@ analyzer:
linter:
rules:
prefer_const_declarations: true
prefer_const_constructors: true
missing_required_param: true
prefer_const_constructors: true
12 changes: 0 additions & 12 deletions android/.gitignore

This file was deleted.

75 changes: 0 additions & 75 deletions android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/debug/AndroidManifest.xml

This file was deleted.

47 changes: 0 additions & 47 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/profile/AndroidManifest.xml

This file was deleted.

31 changes: 0 additions & 31 deletions android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/gradle.properties

This file was deleted.

6 changes: 0 additions & 6 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

11 changes: 0 additions & 11 deletions android/settings.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
27 changes: 14 additions & 13 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
PODS:
- camera (0.0.1):
- camera_avfoundation (0.0.1):
- Flutter
- Flutter (1.0.0)
- path_provider (0.0.1):
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- tflite_flutter (0.1.0):
- Flutter

DEPENDENCIES:
- camera (from `.symlinks/plugins/camera/ios`)
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
- Flutter (from `Flutter`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`)
- tflite_flutter (from `.symlinks/plugins/tflite_flutter/ios`)

EXTERNAL SOURCES:
camera:
:path: ".symlinks/plugins/camera/ios"
camera_avfoundation:
:path: ".symlinks/plugins/camera_avfoundation/ios"
Flutter:
:path: Flutter
path_provider:
:path: ".symlinks/plugins/path_provider/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/ios"
tflite_flutter:
:path: ".symlinks/plugins/tflite_flutter/ios"

SPEC CHECKSUMS:
camera: 3164201dc344383e62282964016528c4f5a9ad50
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
tflite_flutter: 9157a660578930a99728974f247369af1c3595d5

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.11.2
COCOAPODS: 1.12.0
Loading

0 comments on commit bea7d6d

Please sign in to comment.