diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-13 16:11:31 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-13 16:11:31 +0300 |
commit | 07150b61d3593fc9ad764a7884e50a5190178e1b (patch) | |
tree | 7ffea1ef93165cbefe47bbf06181b62b20be155c /.metadata | |
parent | 6f176a8545278424add9167ad616dc2f2037c2cb (diff) |
Functional Project State
Changes to be committed:
modified: .metadata
modified: android/app/build.gradle
renamed: android/app/src/main/kotlin/com/example/yolo/MainActivity.kt -> android/app/src/main/kotlin/com/example/yoloo/MainActivity.kt
new file: android/app/src/main/res/AndroidManifest.xml
deleted: android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
deleted: android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
deleted: android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
deleted: android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
deleted: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
deleted: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
modified: android/app/src/main/res/mipmap-hdpi/ic_launcher.png
modified: android/app/src/main/res/mipmap-mdpi/ic_launcher.png
modified: android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
modified: android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
modified: android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted: android/app/src/main/res/values/colors.xml
modified: ios/Runner/Info.plist
modified: lib/main.dart
modified: pubspec.lock
modified: pubspec.yaml
Diffstat (limited to '.metadata')
-rw-r--r-- | .metadata | 33 |
1 files changed, 0 insertions, 33 deletions
@@ -1,33 +0,0 @@ -# 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 and should not be manually edited. - -version: - revision: "ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a" - channel: "stable" - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - - platform: android - create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - - platform: ios - create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a - - # 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' |