Remove executable permission from files.
0
.gitignore
vendored
Executable file → Normal file
0
analysis_options.yaml
Executable file → Normal file
0
lib/main.dart
Executable file → Normal file
0
linux/.gitignore
vendored
Executable file → Normal file
0
linux/CMakeLists.txt
Executable file → Normal file
0
linux/flutter/CMakeLists.txt
Executable file → Normal file
0
linux/main.cc
Executable file → Normal file
0
linux/my_application.cc
Executable file → Normal file
0
linux/my_application.h
Executable file → Normal file
0
macos/.gitignore
vendored
Executable file → Normal file
0
macos/Flutter/Flutter-Debug.xcconfig
Executable file → Normal file
0
macos/Flutter/Flutter-Release.xcconfig
Executable file → Normal file
0
macos/Runner.xcodeproj/project.pbxproj
Executable file → Normal file
0
macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Executable file → Normal file
0
macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
Executable file → Normal file
0
macos/Runner.xcworkspace/contents.xcworkspacedata
generated
Executable file → Normal file
0
macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Executable file → Normal file
0
macos/Runner/AppDelegate.swift
Executable file → Normal file
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
Executable file → Normal file
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
Executable file → Normal file
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
Executable file → Normal file
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
Executable file → Normal file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
Executable file → Normal file
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
Executable file → Normal file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
Executable file → Normal file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
macos/Runner/Base.lproj/MainMenu.xib
Executable file → Normal file
0
macos/Runner/Configs/AppInfo.xcconfig
Executable file → Normal file
0
macos/Runner/Configs/Debug.xcconfig
Executable file → Normal file
0
macos/Runner/Configs/Release.xcconfig
Executable file → Normal file
0
macos/Runner/Configs/Warnings.xcconfig
Executable file → Normal file
0
macos/Runner/DebugProfile.entitlements
Executable file → Normal file
0
macos/Runner/Info.plist
Executable file → Normal file
0
macos/Runner/MainFlutterWindow.swift
Executable file → Normal file
0
macos/Runner/Release.entitlements
Executable file → Normal file
7
pubspec.lock
Executable file → Normal file
@ -43,13 +43,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.15.0"
|
version: "1.15.0"
|
||||||
cupertino_icons:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: cupertino_icons
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.4"
|
|
||||||
fake_async:
|
fake_async:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
2
pubspec.yaml
Executable file → Normal file
@ -33,7 +33,7 @@ dependencies:
|
|||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.2
|
# cupertino_icons: ^1.0.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
0
test/widget_test.dart
Executable file → Normal file
0
windows/.gitignore
vendored
Executable file → Normal file
0
windows/CMakeLists.txt
Executable file → Normal file
0
windows/flutter/CMakeLists.txt
Executable file → Normal file
0
windows/runner/CMakeLists.txt
Executable file → Normal file
0
windows/runner/Runner.rc
Executable file → Normal file
0
windows/runner/flutter_window.cpp
Executable file → Normal file
0
windows/runner/flutter_window.h
Executable file → Normal file
0
windows/runner/main.cpp
Executable file → Normal file
0
windows/runner/resource.h
Executable file → Normal file
0
windows/runner/resources/app_icon.ico
Executable file → Normal file
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |