-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yii
committed
Apr 18, 2022
1 parent
1a9dd30
commit d7d8126
Showing
47 changed files
with
1,956 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
// 使用 IntelliSense 以得知可用的屬性。 | ||
// 暫留以檢視現有屬性的描述。 | ||
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "tdd_example", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "tdd_example (profile mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "tdd_example (release mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"dart.runPubGetOnPubspecChanges": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
PODS: | ||
- connectivity_plus (0.0.1): | ||
- Flutter | ||
- ReachabilitySwift | ||
- Flutter (1.0.0) | ||
- fluttertoast (0.0.2): | ||
- Flutter | ||
- Toast | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- local_auth_ios (0.0.1): | ||
- Flutter | ||
- path_provider_ios (0.0.1): | ||
- Flutter | ||
- ReachabilitySwift (5.0.0) | ||
- shared_preferences_ios (0.0.1): | ||
- Flutter | ||
- sqflite (0.0.2): | ||
- Flutter | ||
- FMDB (>= 2.7.5) | ||
- Toast (4.0.0) | ||
|
||
DEPENDENCIES: | ||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`) | ||
- Flutter (from `Flutter`) | ||
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) | ||
- local_auth_ios (from `.symlinks/plugins/local_auth_ios/ios`) | ||
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) | ||
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) | ||
- sqflite (from `.symlinks/plugins/sqflite/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- FMDB | ||
- ReachabilitySwift | ||
- Toast | ||
|
||
EXTERNAL SOURCES: | ||
connectivity_plus: | ||
:path: ".symlinks/plugins/connectivity_plus/ios" | ||
Flutter: | ||
:path: Flutter | ||
fluttertoast: | ||
:path: ".symlinks/plugins/fluttertoast/ios" | ||
local_auth_ios: | ||
:path: ".symlinks/plugins/local_auth_ios/ios" | ||
path_provider_ios: | ||
:path: ".symlinks/plugins/path_provider_ios/ios" | ||
shared_preferences_ios: | ||
:path: ".symlinks/plugins/shared_preferences_ios/ios" | ||
sqflite: | ||
:path: ".symlinks/plugins/sqflite/ios" | ||
|
||
SPEC CHECKSUMS: | ||
connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e | ||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a | ||
fluttertoast: 16fbe6039d06a763f3533670197d01fc73459037 | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
local_auth_ios: 0d333dde7780f669e66f19d2ff6005f3ea84008d | ||
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 | ||
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 | ||
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad | ||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 | ||
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196 | ||
|
||
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c | ||
|
||
COCOAPODS: 1.11.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSLocalNetworkUsageDescription</key> | ||
<string>Allow Flutter tools on your computer to connect and debug your application.This prompt will not appear on release builds.</string> | ||
<key>NSBonjourServices</key> | ||
<array> | ||
<string>_dartobservatory._tcp</string> | ||
</array> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Tdd Example</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>tdd_example</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(FLUTTER_BUILD_NAME)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(FLUTTER_BUILD_NUMBER)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> |
Oops, something went wrong.