-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This is a generated file; do not edit or check into version control. | ||
flutter_barcode_scanner=C:\\Development\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\flutter_barcode_scanner-2.0.0\\ | ||
flutter_plugin_android_lifecycle=C:\\Development\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\flutter_plugin_android_lifecycle-2.0.7\\ | ||
sqflite=C:\\Development\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\sqflite-2.0.3+1\\ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_barcode_scanner","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\flutter_barcode_scanner-2.0.0\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\sqflite-2.0.3+1\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_barcode_scanner","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\flutter_barcode_scanner-2.0.0\\\\","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\flutter_plugin_android_lifecycle-2.0.7\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\sqflite-2.0.3+1\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"sqflite","path":"C:\\\\Development\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\sqflite-2.0.3+1\\\\","native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_barcode_scanner","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2022-08-21 23:32:25.315461","version":"3.0.5"} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
# NativeScript | ||
hooks/ | ||
node_modules/ | ||
platforms/ | ||
# See https://www.dartlang.org/guides/libraries/private-files | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
# Files and directories created by pub | ||
.dart_tool/ | ||
.packages | ||
build/ | ||
# If you're building an application, you may want to check-in your pubspec.lock | ||
pubspec.lock | ||
|
||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
.idea | ||
.cloud | ||
.project | ||
tmp/ | ||
typings/ | ||
# Directory created by dartdoc | ||
# If you don't generate documentation locally you can remove this line. | ||
doc/api/ | ||
|
||
# Visual Studio Code | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
# Avoid committing generated Javascript files: | ||
*.dart.js | ||
*.info.json # Produced by the --dump-info flag. | ||
*.js # When generated by dart2js. Don't specify *.js if your | ||
# project includes source files written in JavaScript. | ||
*.js_ | ||
*.js.deps | ||
*.js.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled. | ||
|
||
version: | ||
revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
channel: master | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: android | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: ios | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: linux | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: macos | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: web | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
- platform: windows | ||
create_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
base_revision: f1f559df7384558edfa449c2aa571eb07a1ea1bf | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
This file was deleted.