Modal Wrapper #3

Merged
lele merged 2 commits from Wolle-Screen into main 2024-05-18 00:25:36 +02:00
2 changed files with 88 additions and 0 deletions
Showing only changes of commit e15ccfaeb3 - Show all commits

43
.gitignore vendored Normal file
View file

@ -0,0 +1,43 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

45
.metadata Normal file
View file

@ -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 and should not be manually edited.
version:
revision: "bf38935701e2960377ab1addd5ac2b91166867da"
channel: "master"
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: android
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: ios
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: linux
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: macos
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: web
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
- platform: windows
create_revision: bf38935701e2960377ab1addd5ac2b91166867da
base_revision: bf38935701e2960377ab1addd5ac2b91166867da
# 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'