Compare commits
56 Commits
master
...
lirongchua
| Author | SHA1 | Date |
|---|---|---|
|
|
91923e2158 | 2 years ago |
|
|
e6b807c436 | 2 years ago |
|
|
35b44f5a8c | 2 years ago |
|
|
fc5bd8c75e | 2 years ago |
|
|
c9c53a1b0f | 2 years ago |
|
|
a8536a4fb8 | 2 years ago |
|
|
5ea16ba66d | 2 years ago |
|
|
116a64eca8 | 2 years ago |
|
|
754fe15345 | 2 years ago |
|
|
f73012a33d | 2 years ago |
|
|
52fc643883 | 2 years ago |
|
|
79d5b797e0 | 2 years ago |
|
|
bce690e0b3 | 2 years ago |
|
|
4ee436ea9d | 2 years ago |
|
|
a2a04d7a56 | 2 years ago |
|
|
1e10b1aba7 | 2 years ago |
|
|
b2d0dbbe36 | 2 years ago |
|
|
cf20a313b3 | 2 years ago |
|
|
40f341da5e | 2 years ago |
|
|
9d0963aa43 | 2 years ago |
|
|
d68970bdcc | 2 years ago |
|
|
3a38ab0c72 | 2 years ago |
|
|
7a95b29eb5 | 2 years ago |
|
|
9abe619843 | 2 years ago |
|
|
6d2ad8182b | 2 years ago |
|
|
b7f39dab8d | 2 years ago |
|
|
3caa8daadf | 2 years ago |
|
|
bd8ea17214 | 2 years ago |
|
|
6821622f48 | 2 years ago |
|
|
944c25577b | 2 years ago |
|
|
87aea3bbd1 | 2 years ago |
|
|
02ca0e5c2a | 2 years ago |
|
|
63c0f98356 | 2 years ago |
|
|
08a925426e | 2 years ago |
|
|
dbd4878087 | 2 years ago |
|
|
64e0cb7872 | 2 years ago |
|
|
ddf2aa6ff8 | 2 years ago |
|
|
bf8753c22e | 2 years ago |
|
|
bb7f3afd97 | 2 years ago |
|
|
40fac61eba | 2 years ago |
|
|
790f5f046a | 2 years ago |
|
|
e9e887b900 | 2 years ago |
|
|
1a51f9c008 | 2 years ago |
|
|
5dd780eb97 | 2 years ago |
|
|
7c6ccefc15 | 2 years ago |
|
|
4983638625 | 2 years ago |
|
|
69312c16c2 | 2 years ago |
|
|
f8ce4b819c | 2 years ago |
|
|
1e0f12d682 | 2 years ago |
|
|
9e9f469bee | 2 years ago |
|
|
91450f8f58 | 2 years ago |
|
|
f0fd62bd98 | 2 years ago |
|
|
9f67ba870b | 2 years ago |
|
|
a27acb6d68 | 2 years ago |
|
|
b98627c0c1 | 2 years ago |
|
|
590e19a3ae | 2 years ago |
@ -0,0 +1,54 @@
|
||||
# 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
|
||||
**/src/timemanagerapp/.*
|
||||
**/doc/api/
|
||||
**/build/
|
||||
**/ios/
|
||||
**/linux/
|
||||
**/macos/
|
||||
**/web/
|
||||
**/windows/
|
||||
**/android/
|
||||
**/.dart_tool/
|
||||
**/.flutter-plugins
|
||||
**/.flutter-plugins-dependencies
|
||||
**/.packages
|
||||
**/.pub-cache/
|
||||
**/.pub/
|
||||
|
||||
# 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
|
||||
|
||||
!.gitignore
|
||||
|
||||
|
||||
@ -0,0 +1,44 @@
|
||||
# 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
|
||||
.packages
|
||||
.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
|
||||
@ -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: "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
|
||||
- platform: linux
|
||||
create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
- platform: macos
|
||||
create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
- platform: web
|
||||
create_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
base_revision: ff5b5b5fa6f35b717667719ddfdb1521d8bdd05a
|
||||
- platform: windows
|
||||
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'
|
||||
@ -0,0 +1,16 @@
|
||||
# timemanagerapp
|
||||
|
||||
A new Flutter project.
|
||||
|
||||
## Getting Started
|
||||
|
||||
This project is a starting point for a Flutter application.
|
||||
|
||||
A few resources to get you started if this is your first Flutter project:
|
||||
|
||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||
|
||||
For help getting started with Flutter development, view the
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
||||
@ -0,0 +1,29 @@
|
||||
# This file configures the analyzer, which statically analyzes Dart code to
|
||||
# check for errors, warnings, and lints.
|
||||
#
|
||||
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||
# invoked from the command line by running `flutter analyze`.
|
||||
|
||||
# The following line activates a set of recommended lints for Flutter apps,
|
||||
# packages, and plugins designed to encourage good coding practices.
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
linter:
|
||||
# The lint rules applied to this project can be customized in the
|
||||
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||
# included above or to enable additional rules. A list of all available lints
|
||||
# and their documentation is published at https://dart.dev/lints.
|
||||
#
|
||||
# Instead of disabling a lint rule for the entire project in the
|
||||
# section below, it can also be suppressed for a single line of code
|
||||
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||
# producing the lint.
|
||||
rules:
|
||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
prefer_const_constructors: false
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
@ -0,0 +1,13 @@
|
||||
gradle-wrapper.jar
|
||||
/.gradle
|
||||
/captures/
|
||||
/gradlew
|
||||
/gradlew.bat
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
|
||||
key.properties
|
||||
**/*.keystore
|
||||
**/*.jks
|
||||
@ -0,0 +1,57 @@
|
||||
plugins {
|
||||
id "com.android.application"
|
||||
id "kotlin-android"
|
||||
id "dev.flutter.flutter-gradle-plugin"
|
||||
}
|
||||
|
||||
def localProperties = new Properties()
|
||||
def localPropertiesFile = rootProject.file('local.properties')
|
||||
if (localPropertiesFile.exists()) {
|
||||
localPropertiesFile.withReader('UTF-8') { reader ->
|
||||
localProperties.load(reader)
|
||||
}
|
||||
}
|
||||
|
||||
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
|
||||
if (flutterVersionCode == null) {
|
||||
flutterVersionCode = '1'
|
||||
}
|
||||
|
||||
def flutterVersionName = localProperties.getProperty('flutter.versionName')
|
||||
if (flutterVersionName == null) {
|
||||
flutterVersionName = '1.0'
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "com.example.timemanagerapp"
|
||||
compileSdkVersion flutter.compileSdkVersion
|
||||
ndkVersion flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.example.timemanagerapp"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
targetSdkVersion flutter.targetSdkVersion
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
source '../..'
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
@ -0,0 +1,33 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="timemanagerapp"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||
the Android process has started. This theme is visible to the user
|
||||
while the Flutter UI initializes. After that, this theme continues
|
||||
to determine the Window background behind the Flutter UI. -->
|
||||
<meta-data
|
||||
android:name="io.flutter.embedding.android.NormalTheme"
|
||||
android:resource="@style/NormalTheme"
|
||||
/>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
</application>
|
||||
</manifest>
|
||||
@ -0,0 +1,6 @@
|
||||
package com.example.timemanagerapp;
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity;
|
||||
|
||||
public class MainActivity extends FlutterActivity {
|
||||
}
|
||||
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="?android:colorBackground" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 442 B |
|
After Width: | Height: | Size: 721 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
@ -0,0 +1,31 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.7.10'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.buildDir = '../build'
|
||||
subprojects {
|
||||
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
}
|
||||
subprojects {
|
||||
project.evaluationDependsOn(':app')
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
@ -0,0 +1,3 @@
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
@ -0,0 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
||||
@ -0,0 +1,20 @@
|
||||
pluginManagement {
|
||||
def flutterSdkPath = {
|
||||
def properties = new Properties()
|
||||
file("local.properties").withInputStream { properties.load(it) }
|
||||
def flutterSdkPath = properties.getProperty("flutter.sdk")
|
||||
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
|
||||
return flutterSdkPath
|
||||
}
|
||||
settings.ext.flutterSdkPath = flutterSdkPath()
|
||||
|
||||
includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")
|
||||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
|
||||
}
|
||||
}
|
||||
|
||||
include ":app"
|
||||
|
||||
apply from: "${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
|
||||
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 479 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
@ -0,0 +1,34 @@
|
||||
**/dgph
|
||||
*.mode1v3
|
||||
*.mode2v3
|
||||
*.moved-aside
|
||||
*.pbxuser
|
||||
*.perspectivev3
|
||||
**/*sync/
|
||||
.sconsign.dblite
|
||||
.tags*
|
||||
**/.vagrant/
|
||||
**/DerivedData/
|
||||
Icon?
|
||||
**/Pods/
|
||||
**/.symlinks/
|
||||
profile
|
||||
xcuserdata
|
||||
**/.generated/
|
||||
Flutter/App.framework
|
||||
Flutter/Flutter.framework
|
||||
Flutter/Flutter.podspec
|
||||
Flutter/Generated.xcconfig
|
||||
Flutter/ephemeral/
|
||||
Flutter/app.flx
|
||||
Flutter/app.zip
|
||||
Flutter/flutter_assets/
|
||||
Flutter/flutter_export_environment.sh
|
||||
ServiceDefinitions.json
|
||||
Runner/GeneratedPluginRegistrant.*
|
||||
|
||||
# Exceptions to above rules.
|
||||
!default.mode1v3
|
||||
!default.mode2v3
|
||||
!default.pbxuser
|
||||
!default.perspectivev3
|
||||
@ -0,0 +1,26 @@
|
||||
<?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>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>App</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>io.flutter.flutter.app</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>App</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>11.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1 @@
|
||||
#include "Generated.xcconfig"
|
||||
@ -0,0 +1 @@
|
||||
#include "Generated.xcconfig"
|
||||
@ -0,0 +1,614 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 97C146E61CF9000F007C117D /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 97C146ED1CF9000F007C117D;
|
||||
remoteInfo = Runner;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
||||
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
97C146EB1CF9000F007C117D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
||||
9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
||||
);
|
||||
name = Flutter;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
331C8082294A63A400263BE5 /* RunnerTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
331C807B294A618700263BE5 /* RunnerTests.swift */,
|
||||
);
|
||||
path = RunnerTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146E51CF9000F007C117D = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9740EEB11CF90186004384FC /* Flutter */,
|
||||
97C146F01CF9000F007C117D /* Runner */,
|
||||
97C146EF1CF9000F007C117D /* Products */,
|
||||
331C8082294A63A400263BE5 /* RunnerTests */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146EF1CF9000F007C117D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
97C146EE1CF9000F007C117D /* Runner.app */,
|
||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146F01CF9000F007C117D /* Runner */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
||||
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
||||
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
||||
97C147021CF9000F007C117D /* Info.plist */,
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
|
||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
|
||||
);
|
||||
path = Runner;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
331C8080294A63A400263BE5 /* RunnerTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
||||
buildPhases = (
|
||||
331C807D294A63A400263BE5 /* Sources */,
|
||||
331C807E294A63A400263BE5 /* Frameworks */,
|
||||
331C807F294A63A400263BE5 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
331C8086294A63A400263BE5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = RunnerTests;
|
||||
productName = RunnerTests;
|
||||
productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
97C146ED1CF9000F007C117D /* Runner */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||
buildPhases = (
|
||||
9740EEB61CF901F6004384FC /* Run Script */,
|
||||
97C146EA1CF9000F007C117D /* Sources */,
|
||||
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||
97C146EC1CF9000F007C117D /* Resources */,
|
||||
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Runner;
|
||||
productName = Runner;
|
||||
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
97C146E61CF9000F007C117D /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
LastUpgradeCheck = 1430;
|
||||
ORGANIZATIONNAME = "";
|
||||
TargetAttributes = {
|
||||
331C8080294A63A400263BE5 = {
|
||||
CreatedOnToolsVersion = 14.0;
|
||||
TestTargetID = 97C146ED1CF9000F007C117D;
|
||||
};
|
||||
97C146ED1CF9000F007C117D = {
|
||||
CreatedOnToolsVersion = 7.3.1;
|
||||
LastSwiftMigration = 1100;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
|
||||
compatibilityVersion = "Xcode 9.3";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 97C146E51CF9000F007C117D;
|
||||
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
97C146ED1CF9000F007C117D /* Runner */,
|
||||
331C8080294A63A400263BE5 /* RunnerTests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
331C807F294A63A400263BE5 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
97C146EC1CF9000F007C117D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
|
||||
);
|
||||
name = "Thin Binary";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
||||
};
|
||||
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Run Script";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
331C807D294A63A400263BE5 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
97C146EA1CF9000F007C117D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 97C146ED1CF9000F007C117D /* Runner */;
|
||||
targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
97C146FB1CF9000F007C117D /* Base */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
97C147001CF9000F007C117D /* Base */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
249021D3217E4FDB00AE95B9 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
249021D4217E4FDB00AE95B9 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
331C8088294A63A400263BE5 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = AE0B7B92F70575B8D7E0D07E /* Pods-RunnerTests.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
331C8089294A63A400263BE5 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 89B67EB44CE7B6631473024E /* Pods-RunnerTests.release.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
331C808A294A63A400263BE5 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 640959BDD8F10B91D80A66BE /* Pods-RunnerTests.profile.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
97C147031CF9000F007C117D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
97C147041CF9000F007C117D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
97C147061CF9000F007C117D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
97C147071CF9000F007C117D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.timemanagerapp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
331C8088294A63A400263BE5 /* Debug */,
|
||||
331C8089294A63A400263BE5 /* Release */,
|
||||
331C808A294A63A400263BE5 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
97C147031CF9000F007C117D /* Debug */,
|
||||
97C147041CF9000F007C117D /* Release */,
|
||||
249021D3217E4FDB00AE95B9 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
97C147061CF9000F007C117D /* Debug */,
|
||||
97C147071CF9000F007C117D /* Release */,
|
||||
249021D4217E4FDB00AE95B9 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@ -0,0 +1,8 @@
|
||||
<?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>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1,8 @@
|
||||
<?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>PreviewsEnabled</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1430"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO"
|
||||
parallelizable = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "331C8080294A63A400263BE5"
|
||||
BuildableName = "RunnerTests.xctest"
|
||||
BlueprintName = "RunnerTests"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Profile"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:Runner.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@ -0,0 +1,8 @@
|
||||
<?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>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1,8 @@
|
||||
<?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>PreviewsEnabled</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1,13 @@
|
||||
import UIKit
|
||||
import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,122 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-20x20@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-20x20@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-40x40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-40x40@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-60x60@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-60x60@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-20x20@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-20x20@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-29x29@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-29x29@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-40x40@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-40x40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-76x76@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-76x76@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "83.5x83.5",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-83.5x83.5@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "1024x1024",
|
||||
"idiom" : "ios-marketing",
|
||||
"filename" : "Icon-App-1024x1024@1x.png",
|
||||
"scale" : "1x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 450 B |
|
After Width: | Height: | Size: 282 B |
|
After Width: | Height: | Size: 462 B |
|
After Width: | Height: | Size: 704 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 586 B |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 762 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 68 B |
|
After Width: | Height: | Size: 68 B |
|
After Width: | Height: | Size: 68 B |
@ -0,0 +1,5 @@
|
||||
# Launch Screen Assets
|
||||
|
||||
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
|
||||
|
||||
You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
|
||||
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="EHf-IW-A2E">
|
||||
<objects>
|
||||
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
|
||||
</imageView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
|
||||
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="53" y="375"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="LaunchImage" width="168" height="185"/>
|
||||
</resources>
|
||||
</document>
|
||||
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--Flutter View Controller-->
|
||||
<scene sceneID="tne-QT-ifu">
|
||||
<objects>
|
||||
<viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
</scene>
|
||||
</scenes>
|
||||
</document>
|
||||
@ -0,0 +1,49 @@
|
||||
<?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>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Timemanagerapp</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>timemanagerapp</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>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -0,0 +1 @@
|
||||
#import "GeneratedPluginRegistrant.h"
|
||||
@ -0,0 +1,12 @@
|
||||
import Flutter
|
||||
import UIKit
|
||||
import XCTest
|
||||
|
||||
class RunnerTests: XCTestCase {
|
||||
|
||||
func testExample() {
|
||||
// If you add code to the Runner application, consider adding tests here.
|
||||
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,164 @@
|
||||
import 'package:timemanagerapp/controller/NetWorkController.dart';
|
||||
import 'package:timemanagerapp/database/dao/CourseDao.dart';
|
||||
import 'package:timemanagerapp/entity/Course.dart';
|
||||
import 'package:timemanagerapp/entity/CourseForm.dart';
|
||||
import 'package:timemanagerapp/setting/Setting.dart';
|
||||
import 'package:timemanagerapp/util/GetCourseByLogin.dart';
|
||||
|
||||
import '../util/dataUtil.dart';
|
||||
|
||||
class CourseController {
|
||||
static CourseController getInstance() {
|
||||
return new CourseController();
|
||||
}
|
||||
|
||||
static CourseDao courseDao = CourseDao();
|
||||
|
||||
GetCourseByLogin getCourseByLogin = GetCourseByLogin();
|
||||
IdGenerator idGenerator = IdGenerator();
|
||||
List<Course> courseList = []; //实时维护的courseList缓存
|
||||
NetWorkController netWorkController = NetWorkController();
|
||||
|
||||
DateTime termstartdate = Setting.startdate; //Setting.getStartDate();
|
||||
|
||||
// 课表的时间范围
|
||||
final List<List<String>> raspiyane = [
|
||||
["8:00", "8:45"], //1
|
||||
["8:50", "9:35"], //2
|
||||
["10:05", "10:50"], //3
|
||||
["10:55", "11:40"], //4
|
||||
|
||||
["13:30", "14:15"], //5
|
||||
["14:20", "15:05"], //6
|
||||
["15:35", "16:20"], //7
|
||||
["16:25", "17:10"], //8
|
||||
|
||||
["18:30", "19:15"],
|
||||
["19:20", "20:05"],
|
||||
["20:10", "20:55"],
|
||||
["21:10", "21:50"],
|
||||
["22:05", "22:35"],
|
||||
];
|
||||
|
||||
Future<void> addCourseForm(CourseForm courseForm) async {
|
||||
List<Course> courseListToInsert = [];
|
||||
int allCourseId = await idGenerator.generateId();
|
||||
for (int week = courseForm.getStartWeek(); week <= courseForm.getEndWeek(); week++) {
|
||||
for(int day in courseForm.selectedDays){
|
||||
// 计算具体的日期和时间
|
||||
final startDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: int.parse(raspiyane[courseForm.getStartTime() - 1][0].split(':')[0]),
|
||||
minutes: int.parse(raspiyane[courseForm.getStartTime() - 1][0].split(':')[1]),
|
||||
));
|
||||
|
||||
final endDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: int.parse(raspiyane[courseForm.getEndTime() - 1][1].split(':')[0]),
|
||||
minutes: int.parse(raspiyane[courseForm.getEndTime() - 1][1].split(':')[1]),
|
||||
));
|
||||
Course course = Course(
|
||||
id:await idGenerator.generateId(),
|
||||
name: courseForm.getCourse(),
|
||||
userId: Setting.user!.getId!,
|
||||
courseId: allCourseId,
|
||||
teacher: courseForm.getTeacher(),
|
||||
location: courseForm.getLocation(),
|
||||
startTime: startDate,
|
||||
endTime: endDate,
|
||||
credit: courseForm.getCredit(),
|
||||
remark: courseForm.getNote()
|
||||
);
|
||||
courseListToInsert.add(course);
|
||||
}
|
||||
}
|
||||
await insertCourseList(courseListToInsert);
|
||||
}
|
||||
|
||||
Future<List<Course>> init() async {
|
||||
var res = await netWorkController.getCourseList(Setting.user!.getId!);
|
||||
if(res == null || res.length == 0){
|
||||
courseList = [];
|
||||
}else{
|
||||
courseList = res;
|
||||
}
|
||||
for(Course course in courseList){
|
||||
await courseDao.insertCourse(course);
|
||||
}
|
||||
return courseList;
|
||||
}
|
||||
|
||||
Future<void> dispos() async {
|
||||
courseDao.deleteAllCourses();
|
||||
}
|
||||
|
||||
Future<List<Course>> getCourses() async {
|
||||
|
||||
List<Map<String, dynamic>> courseMaps = await courseDao.getCourses();
|
||||
List<Course> courses = []; // 用于存储转换后的Course对象列表
|
||||
|
||||
for (var courseMap in courseMaps) {
|
||||
// 使用Course类的构造函数从Map创建Course对象
|
||||
Course course = Course(
|
||||
id: courseMap['id'],
|
||||
userId: courseMap['userId'],
|
||||
courseId: courseMap['courseId'],
|
||||
name: courseMap['name'],
|
||||
credit: courseMap['credit'],
|
||||
teacher: courseMap['teacher'],
|
||||
location: courseMap['location'],
|
||||
remark: courseMap['remark'],
|
||||
startTime: DateTime.parse(courseMap['startTime']),
|
||||
endTime: DateTime.parse(courseMap['endTime']),
|
||||
);
|
||||
courses.add(course);
|
||||
}
|
||||
courseList = courses; // 将Course对象添加到列表中
|
||||
return courseList;
|
||||
}
|
||||
|
||||
Future<int> insertCourse(Course course) async {
|
||||
return await courseDao.insertCourse(course);
|
||||
}
|
||||
|
||||
Future<bool> insertLocalCourse() async {
|
||||
List<Course> localCourseList = await getCourses();
|
||||
return await netWorkController.insertCourseList(localCourseList);
|
||||
}
|
||||
|
||||
Future<int> insertCourseList(List<Course> courseList) async {
|
||||
netWorkController.insertCourseList(courseList);
|
||||
int result = 0;
|
||||
for(Course course in courseList){
|
||||
result += await courseDao.insertCourse(course);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> autoImportCours(int userId,String passwd,int year, int term) async {
|
||||
String ? jsonstr = await netWorkController.getUserCoursejson(userId, passwd, year, term);
|
||||
if(jsonstr == null || jsonstr == ""){
|
||||
return 0;
|
||||
}
|
||||
List<Course> courseList = await getCourseByLogin.dealRawString(jsonstr);
|
||||
return await insertCourseList(courseList);
|
||||
}
|
||||
|
||||
//test_autoImportCours
|
||||
Future<int> test_autoImportCours(String jsonstr) async {
|
||||
List<Course> courseList = await GetCourseByLogin().dealRawString(jsonstr);
|
||||
return await insertCourseList(courseList);
|
||||
}
|
||||
|
||||
|
||||
Future<int> deleteAllCourses() async {
|
||||
|
||||
return await courseDao.deleteAllCourses();
|
||||
}
|
||||
|
||||
Future<int> deleteCourse(int courseId) async {
|
||||
netWorkController.deleteCourse(courseId);
|
||||
return await courseDao.deleteCourseByCourseId(courseId);
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,128 @@
|
||||
import 'package:timemanagerapp/entity/ScheduleForm.dart';
|
||||
|
||||
import '../database/dao/TaskDao.dart';
|
||||
import '../entity/Task.dart';
|
||||
import '../setting/Setting.dart';
|
||||
import '../util/dataUtil.dart';
|
||||
import 'NetWorkController.dart';
|
||||
|
||||
class TaskController {
|
||||
static IdGenerator idGenerator = IdGenerator();
|
||||
static List<Task> taskList = []; //实时维护的taskList缓存
|
||||
static NetWorkController netWorkController = NetWorkController();
|
||||
static late TaskDao taskDao;
|
||||
|
||||
|
||||
DateTime termstartdate = Setting.startdate; //Setting.getStartDate();
|
||||
|
||||
TaskController(){
|
||||
taskDao = TaskDao();
|
||||
}
|
||||
|
||||
Future<List<Task>> init() async {
|
||||
var res = await netWorkController.getTaskList(Setting.user!.getId!);
|
||||
if(res == null || res.length == 0){
|
||||
taskList = [];
|
||||
}else{
|
||||
taskList = res;
|
||||
}
|
||||
for(Task task in taskList){
|
||||
await taskDao.insertTask(task);
|
||||
}
|
||||
return taskList;
|
||||
}
|
||||
|
||||
Future<void> dispos() async {
|
||||
taskDao.deleteAllTasks();
|
||||
}
|
||||
|
||||
Future<List<Task>> getTasks() async {
|
||||
List<Map<String, dynamic>> taskMaps = await taskDao.getTasks();
|
||||
List<Task> tasks = []; // 用于存储转换后的Task对象列表
|
||||
|
||||
for (var taskMap in taskMaps) {
|
||||
// 使用Task类的构造函数从Map创建Task对象
|
||||
Task task = Task(
|
||||
id: taskMap['id'],
|
||||
userId: taskMap['userId'],
|
||||
content: taskMap['content'],
|
||||
taskId: taskMap['taskId'],
|
||||
name: taskMap['name'],
|
||||
startTime: DateTime.parse(taskMap['startTime']),
|
||||
endTime: DateTime.parse(taskMap['endTime']),
|
||||
);
|
||||
tasks.add(task);
|
||||
}
|
||||
taskList = tasks; // 将Task对象添加到列表中
|
||||
return taskList;
|
||||
}
|
||||
|
||||
//addscheduleForm
|
||||
Future<void> addScheduleForm(ScheduleForm scheduleForm) async {
|
||||
List<Task> taskListToInsert = [];
|
||||
int allTaskId = await idGenerator.generateId();
|
||||
for (int week = scheduleForm.getStartWeek; week <= scheduleForm.getEndWeek; week++) {
|
||||
for (int day in scheduleForm.selectedDays) {
|
||||
// 计算具体的日期和时间
|
||||
final startDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getStartTime.hour,
|
||||
minutes: scheduleForm.getStartTime.minute
|
||||
));
|
||||
|
||||
final endDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getEndTime.hour,
|
||||
minutes: scheduleForm.getEndTime.minute,
|
||||
));
|
||||
Task task = Task(
|
||||
id: await idGenerator.generateId(),
|
||||
name: scheduleForm.getName,
|
||||
userId: Setting.user!.getId!,
|
||||
content: scheduleForm.getContent,
|
||||
taskId: allTaskId,
|
||||
startTime: startDate,
|
||||
endTime: endDate,
|
||||
);
|
||||
taskListToInsert.add(task);
|
||||
}
|
||||
}
|
||||
await insertTaskList(taskListToInsert);
|
||||
}
|
||||
|
||||
|
||||
Future<int> insertTask(Task task) async {
|
||||
netWorkController.insertTask([task]);
|
||||
return await taskDao.insertTask(task);
|
||||
}
|
||||
|
||||
Future<int> insertTaskList(List<Task> taskList) async {
|
||||
netWorkController.insertTask(taskList);
|
||||
int result = 0;
|
||||
for (Task task in taskList) {
|
||||
result += await taskDao.insertTask(task);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
//delete
|
||||
Future<int> deleteTaskByid(int id) async {
|
||||
return await taskDao.deleteTaskByid(id);
|
||||
}
|
||||
|
||||
Future<int> deleteTaskByTaskid(int taskId) async {
|
||||
netWorkController.deleteTask(taskId);
|
||||
return await taskDao.deleteTaskByTaskid(taskId);
|
||||
}
|
||||
|
||||
Future<int> deleteAllTasks() async {
|
||||
// netWorkController.deleteTask(taskId);
|
||||
return await taskDao.deleteAllTasks();
|
||||
}
|
||||
|
||||
//update
|
||||
Future<int> updateTask(Task task) async {
|
||||
return await taskDao.updateTask(task);
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,245 @@
|
||||
import 'package:timemanagerapp/controller/NetWorkController.dart';
|
||||
import 'package:timemanagerapp/entity/User.dart';
|
||||
|
||||
import '../entity/ScheduleForm.dart';
|
||||
import '../entity/Team.dart';
|
||||
import '../entity/Work.dart';
|
||||
import 'package:timemanagerapp/database/dao/TeamDao.dart';
|
||||
import 'package:timemanagerapp/database/dao/WorkDao.dart';
|
||||
|
||||
import '../setting/Setting.dart';
|
||||
import '../util/dataUtil.dart';
|
||||
|
||||
class TeamController {
|
||||
late int leaderid;
|
||||
static List<Team> allTeamList = []; //实时维护的allTeamList缓存
|
||||
static List<Team> myTeamList = []; //实时维护的myTeamList缓存
|
||||
static List<Team> joindedTeamList = []; //实时维护的teamList缓存
|
||||
static List<Work> workList = []; //实时维护的workList缓存
|
||||
static Map<int,Work> worKIdMap = {};
|
||||
static Map<int,Team> teamIdMap = {};
|
||||
static Map<int,List<Work>> woroListMapByTeamId = {};
|
||||
static Map<int,List<User>> userListMapByTeamId = {};
|
||||
static NetWorkController netWorkController = NetWorkController();
|
||||
static IdGenerator idGenerator = IdGenerator();
|
||||
|
||||
DateTime termstartdate = Setting.startdate; //Setting.getStartDate();
|
||||
|
||||
TeamController() { //leaderid为当前用户的id
|
||||
this.leaderid = Setting.user!.getId!;
|
||||
//TODO: 从服务器中根据leaderid获取myTeamList
|
||||
|
||||
for (var team in myTeamList) {
|
||||
//TODO: 从服务器中根据team.id获取Worklist[team.id]
|
||||
//Wordmaplist[team.id].add()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
//-----------------------------------Team相关-------------------------------
|
||||
// Future<void> deleteAllTeams() async {
|
||||
// await netWorkController.deleteAllTeams();
|
||||
// }
|
||||
|
||||
Future<List<Team>> getMyTeamList() async {
|
||||
//参考模板
|
||||
myTeamList = [];
|
||||
List<Team>? res = await netWorkController.getMyTeamList(Setting.user!.getId!);
|
||||
if(res==null){
|
||||
return [];
|
||||
}else{
|
||||
// teamIdMap = {};
|
||||
// for(Team team in res){
|
||||
// teamIdMap[team.id!] = team;
|
||||
// }
|
||||
myTeamList = res;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Future<List<Team>> getJoinedTeamList() async {
|
||||
if(myTeamList.length==0){
|
||||
await getMyTeamList();
|
||||
}
|
||||
//参考模板
|
||||
joindedTeamList = [];
|
||||
allTeamList = [];
|
||||
List<Team>? res = await netWorkController.getAllTeamList(Setting.user!.getId!);
|
||||
if(res==null){
|
||||
return [];
|
||||
}else{
|
||||
allTeamList = res;
|
||||
teamIdMap = {};
|
||||
for(Team team in allTeamList){
|
||||
teamIdMap[team.id!] = team;
|
||||
}
|
||||
joindedTeamList = allTeamList;
|
||||
for(Team team in myTeamList){
|
||||
// 删除myTeamList中的特定元素
|
||||
joindedTeamList.removeWhere((element) => element.id == team.id);
|
||||
}
|
||||
return joindedTeamList;
|
||||
}
|
||||
}
|
||||
|
||||
// Future<void> insertTeamList(List<Team> myTeamList) async {
|
||||
// for (Team team in myTeamList) {
|
||||
// await netWorkController.insertTeam(team);
|
||||
// }
|
||||
// }
|
||||
|
||||
Future<bool> deleteTeam(int teamid) async {
|
||||
return await netWorkController.deleteTeam(teamid);
|
||||
}
|
||||
|
||||
Future<bool> insertTeam(Team team) async {
|
||||
team.id = await idGenerator.generateId();
|
||||
bool res = await netWorkController.insertTeam(team);
|
||||
print("insertTeam: $res");
|
||||
if(res == false) return false;
|
||||
//添加自己
|
||||
int id = await idGenerator.generateId();
|
||||
await netWorkController.insertTeamUser(id,team.id!, Setting.user!.getUsername!);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Future<bool> updateTeam(Team team) async {
|
||||
return await netWorkController.updateTeam(team);
|
||||
}
|
||||
|
||||
//------------------------------------TeamUser相关-------------------------------------
|
||||
Future<List<User>> getTeamUserList(int teamid) async {
|
||||
List<User>? res = await netWorkController.getTeamUserList(teamid);
|
||||
if(res == null){
|
||||
return [];
|
||||
}else{
|
||||
List<User> tmp = [];
|
||||
for(User user in res){
|
||||
if(user.getId != Setting.user!.getId!){ //不显示自己
|
||||
tmp.add(user);
|
||||
}
|
||||
}
|
||||
res = tmp;
|
||||
userListMapByTeamId[teamid] = res;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Future<bool> insertTeamUser(int teamid, String membername) async {
|
||||
if(membername == Setting.user!.getUsername){//不允许添加自己
|
||||
return false;
|
||||
}
|
||||
int id = await idGenerator.generateId();
|
||||
return await netWorkController.insertTeamUser(id,teamid, membername);
|
||||
}
|
||||
|
||||
Future<bool> deleteTeamUser(int teamid, int userId) async {
|
||||
return await netWorkController.deleteTeamUser(teamid, userId);
|
||||
}
|
||||
|
||||
//---------------------------Work相关----------------------
|
||||
Future<List<Work>> getWorks() async {
|
||||
workList = [];
|
||||
// myTeamList = [];
|
||||
// joindedTeamList = [];
|
||||
// myTeamList = await getMyTeamList();
|
||||
// joindedTeamList = await getJoinedTeamList();
|
||||
// allTeamList = myTeamList + joindedTeamList;
|
||||
var res = await getJoinedTeamList(); //获取所有的team,初始化
|
||||
if(res == null) {
|
||||
return [];
|
||||
}
|
||||
for(Team team in allTeamList){
|
||||
workList.addAll(await getWorksByTeamId(team.id));
|
||||
}
|
||||
return workList;
|
||||
|
||||
}
|
||||
|
||||
Future<List<Work>> getWorksByTeamId(teamId) async {
|
||||
var res = await netWorkController.getTeamWorkList(teamId);
|
||||
if(res == null){
|
||||
return [];
|
||||
}else{
|
||||
woroListMapByTeamId[teamId] = [];
|
||||
for(int index = 0; index < res.length; index++){
|
||||
res[index].teamName = teamIdMap[teamId]!.getTeamName;
|
||||
woroListMapByTeamId[teamId]!.add(res[index]);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
//addscheduleForm
|
||||
Future<void> addScheduleForm(ScheduleForm scheduleForm,int teamId) async {
|
||||
List<Work> WorkListToInsert = [];
|
||||
int allWorkId = await idGenerator.generateId();
|
||||
for (int week = scheduleForm.getStartWeek; week <= scheduleForm.getEndWeek; week++) {
|
||||
for (int day in scheduleForm.selectedDays) {
|
||||
// 计算具体的日期和时间
|
||||
final startDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getStartTime.hour,
|
||||
minutes: scheduleForm.getStartTime.minute
|
||||
));
|
||||
|
||||
final endDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getEndTime.hour,
|
||||
minutes: scheduleForm.getEndTime.minute,
|
||||
));
|
||||
Work work = Work(
|
||||
id: await idGenerator.generateId(),
|
||||
name: scheduleForm.getName,
|
||||
workId: allWorkId,
|
||||
userId: Setting.user!.getId!,
|
||||
status: "未完成",
|
||||
content: scheduleForm.getContent,
|
||||
teamId: teamId,
|
||||
endTime: endDate,
|
||||
startTime: startDate,
|
||||
);
|
||||
WorkListToInsert.add(work);
|
||||
}
|
||||
}
|
||||
await insertWorkList(WorkListToInsert);
|
||||
}
|
||||
|
||||
//
|
||||
// Future<bool> insertWork(Work work) async {
|
||||
// return await netWorkController.insertTeamWork(work);
|
||||
// }
|
||||
|
||||
Future<void> insertWorkList(List<Work> workList) async {
|
||||
// for (Work work in workList) {
|
||||
await netWorkController.insertTeamWork(workList);
|
||||
// }
|
||||
}
|
||||
|
||||
// Future<void> deleteAllWorks() async {
|
||||
// await netWorkController.deleteAllWorks();
|
||||
// }
|
||||
|
||||
Future<void> deleteWorkByWorkId(int workId) async {
|
||||
await netWorkController.deleteTeamWork(workId);
|
||||
}
|
||||
|
||||
// Future<void> updateWork(Work work) async {
|
||||
// await netWorkController.u(work);
|
||||
// }
|
||||
|
||||
Future<List<Work>> getSameFreeWork(int teamid)async{
|
||||
var res = await netWorkController.getSameFreeWork(teamid);
|
||||
if(res == null){
|
||||
return [];
|
||||
}else{
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -0,0 +1,88 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:timemanagerapp/entity/Course.dart';
|
||||
import 'package:timemanagerapp/setting/Setting.dart';
|
||||
|
||||
class TimetableWidgetController {
|
||||
late List<Course> courseList;
|
||||
late DateTime mondayTime;
|
||||
late int weekCount;
|
||||
late DateTime termStartDate;
|
||||
|
||||
TimetableWidgetController() {
|
||||
mondayTime = getmondayTime();
|
||||
termStartDate = Setting.startdate;
|
||||
weekCount = getWeekCount();
|
||||
}
|
||||
|
||||
//getInstance
|
||||
static TimetableWidgetController getInstance() {
|
||||
return new TimetableWidgetController();
|
||||
}
|
||||
|
||||
//时间转换为时间轴的piexl值的函数
|
||||
List<Offset> convertTimeList(List<DateTime> timePoints, double deviceWidth) {
|
||||
List<Offset> convertedTimes = [];
|
||||
for (var time in timePoints) {
|
||||
int hour = time.hour;
|
||||
int minute = time.minute;
|
||||
|
||||
int totalMinutes = (hour - 7) * 60 + minute;
|
||||
double convertedTime = totalMinutes * Setting.pixelToMinuteRatio_ratio;
|
||||
convertedTimes.add(Offset(deviceWidth * 0.015, convertedTime));
|
||||
}
|
||||
|
||||
return convertedTimes;
|
||||
}
|
||||
|
||||
int getWeekCount() {
|
||||
weekCount = DateTime.now().difference(termStartDate).inDays ~/ 7 + 1;
|
||||
return weekCount;
|
||||
}
|
||||
|
||||
DateTime getmondayTime() {
|
||||
mondayTime = DateTime.now();
|
||||
//获取本周星期一是几号
|
||||
while (mondayTime.weekday != 1) {
|
||||
mondayTime = mondayTime.subtract(Duration(days: 1));
|
||||
}
|
||||
return mondayTime;
|
||||
}
|
||||
|
||||
Map<int, List> transformCourseMap(List blockList) {
|
||||
Map<int, List> timeblockMap = {};
|
||||
for (var timeBlock in blockList) {
|
||||
int weekCount = timeBlock.startTime.difference(termStartDate).inDays ~/ 7 + 1; //
|
||||
if (timeblockMap.containsKey(weekCount)) {
|
||||
timeblockMap[weekCount]!.add(timeBlock);
|
||||
} else {
|
||||
timeblockMap[weekCount] = [timeBlock];
|
||||
}
|
||||
}
|
||||
return timeblockMap;
|
||||
}
|
||||
|
||||
//初始化任务在周几对应的x坐标
|
||||
var weekListPixel=[0,Setting.deviceWidth*0.12,Setting.deviceWidth*0.24,Setting.deviceWidth*0.36,Setting.deviceWidth*0.48,Setting.deviceWidth*0.60,Setting.deviceWidth*0.72];
|
||||
// Course(this.name, this.teacher, this.location, this.startTime, this.endTime);
|
||||
|
||||
double getdy(timeBlock)
|
||||
{
|
||||
//9是顶上方块的固定偏移
|
||||
double y=((timeBlock.startTime.hour-7)*60+timeBlock.startTime.minute)*Setting.pixelToMinuteRatio_ratio + 9;
|
||||
return y;
|
||||
}
|
||||
|
||||
double getdx(timeBlock)
|
||||
{
|
||||
int x=timeBlock.startTime.weekday-1;
|
||||
return weekListPixel[x].toDouble();
|
||||
}
|
||||
|
||||
double getHeight(timeBlock){
|
||||
return ((timeBlock.endTime.hour*60+timeBlock.endTime.minute)-(timeBlock.startTime.hour*60+timeBlock.startTime.minute))*Setting.pixelToMinuteRatio_ratio;;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -0,0 +1,75 @@
|
||||
import 'package:timemanagerapp/database/dao/UserDao.dart';
|
||||
import 'package:timemanagerapp/database/MyDatebase.dart';
|
||||
import 'package:timemanagerapp/entity/User.dart';
|
||||
|
||||
import '../setting/Setting.dart';
|
||||
import '../util/dataUtil.dart';
|
||||
import 'NetWorkController.dart';
|
||||
|
||||
/**
|
||||
* 封装所有要用到的与用户相关的函数
|
||||
*/
|
||||
class UserController {
|
||||
static NetWorkController netWorkController = NetWorkController();
|
||||
static IdGenerator idGenerator = IdGenerator();
|
||||
|
||||
//对外暴露实例
|
||||
static UserController getInstance() {
|
||||
return new UserController();
|
||||
}
|
||||
|
||||
|
||||
//getUserList
|
||||
Future<List<User>> getUserList() async {
|
||||
List<User>? res = await netWorkController.getUserList();
|
||||
if(res==null){
|
||||
return [];
|
||||
}else{
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Future<bool> login(User login_user) async {
|
||||
//todo:将用户信息上传到服务器
|
||||
User ?user = await netWorkController.login(login_user);
|
||||
//本地测试
|
||||
// int userid = Setting.user!.getId!;
|
||||
if(user == null){
|
||||
return false;
|
||||
}
|
||||
await Setting.saveUser(user);
|
||||
return true;
|
||||
}
|
||||
|
||||
Future<bool> register(User postUser) async {
|
||||
//todo:将用户信息上传到服务器
|
||||
int userid = await idGenerator.generateId();
|
||||
postUser.id = userid;
|
||||
bool res = await netWorkController.register(postUser);
|
||||
//本地测试
|
||||
if(!res){
|
||||
print('注册失败');
|
||||
return false;
|
||||
}
|
||||
await Setting.saveUser(postUser);
|
||||
//todo:将用户信息上传到服务器
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Future<void> insertUser(User user) async {
|
||||
await UserDao.getInstance().insertUser(user);
|
||||
}
|
||||
|
||||
Future<void> insertUserList(List<User> userList) async {
|
||||
for (User user in userList) {
|
||||
await UserDao.getInstance().insertUser(user);
|
||||
}
|
||||
}
|
||||
|
||||
//deleteAllUsers
|
||||
Future<void> deleteAllUsers() async {
|
||||
await UserDao.getInstance().deleteAllUsers();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,133 @@
|
||||
import 'package:timemanagerapp/entity/ScheduleForm.dart';
|
||||
|
||||
import '../database/dao/WorkDao.dart';
|
||||
import '../entity/Work.dart';
|
||||
import '../setting/Setting.dart';
|
||||
import '../util/dataUtil.dart';
|
||||
import 'NetWorkController.dart';
|
||||
|
||||
class WorkController {
|
||||
static IdGenerator idGenerator = IdGenerator();
|
||||
static List<Work> WorkList = []; //实时维护的courseList缓存
|
||||
static NetWorkController netWorkController = NetWorkController();
|
||||
|
||||
DateTime termstartdate = Setting.startdate; //Setting.getStartDate();
|
||||
|
||||
Future<List<Work>> getWorks() async {
|
||||
//todo http获取
|
||||
List<Map<String, dynamic>> workMaps = await WorkDao().getWorks();
|
||||
List<Work> Works = []; // 用于存储转换后的Work对象列表
|
||||
|
||||
for (var workMap in workMaps) {
|
||||
// 使用Work类的构造函数从Map创建Work对象
|
||||
Work work = Work(
|
||||
id: workMap['id'],
|
||||
userId: workMap['userId'],
|
||||
content: workMap['content'],
|
||||
workId: workMap['workId'],
|
||||
name: workMap['name'],
|
||||
startTime: DateTime.parse(workMap['startTime']),
|
||||
endTime: DateTime.parse(workMap['endTime']),
|
||||
status: workMap['status'],
|
||||
teamId: workMap['teamId'],
|
||||
);
|
||||
Works.add(work);
|
||||
}
|
||||
WorkList = Works; // 将Work对象添加到列表中
|
||||
return WorkList;
|
||||
}
|
||||
|
||||
//addscheduleForm
|
||||
Future<void> addScheduleForm(ScheduleForm scheduleForm,int teamId) async {
|
||||
List<Work> WorkListToInsert = [];
|
||||
int allWorkId = await idGenerator.generateId();
|
||||
for (int week = scheduleForm.getStartWeek; week <= scheduleForm.getEndWeek; week++) {
|
||||
for (int day in scheduleForm.selectedDays) {
|
||||
// 计算具体的日期和时间
|
||||
final startDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getStartTime.hour,
|
||||
minutes: scheduleForm.getStartTime.minute
|
||||
));
|
||||
|
||||
final endDate = termstartdate.add(Duration(
|
||||
days: (7 * (week - 1) + day! - 1),
|
||||
hours: scheduleForm.getEndTime.hour,
|
||||
minutes: scheduleForm.getEndTime.minute,
|
||||
));
|
||||
Work work = Work(
|
||||
id: await idGenerator.generateId(),
|
||||
name: scheduleForm.getName,
|
||||
workId: allWorkId,
|
||||
userId: Setting.user!.getId!,
|
||||
status: "未完成",
|
||||
content: scheduleForm.getContent,
|
||||
teamId: teamId,
|
||||
endTime: endDate,
|
||||
startTime: startDate,
|
||||
);
|
||||
WorkListToInsert.add(work);
|
||||
}
|
||||
}
|
||||
await insertWorkList(WorkListToInsert);
|
||||
}
|
||||
|
||||
Future<int> insertWork(Work Work) async {
|
||||
return await WorkDao().insertWork(Work);
|
||||
}
|
||||
|
||||
Future<int> insertWorkList(List<Work> workList) async {
|
||||
int result = 0;
|
||||
for (Work work in workList) {
|
||||
result += await WorkDao().insertWork(work);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
//模仿Task的数数据操作写work
|
||||
//query
|
||||
Future<List<Work>> getWorkList() async {
|
||||
List<Map<String, dynamic>> workMaps = await WorkDao().getWorks();
|
||||
List<Work> workList = []; // 用于存储转换后的Work对象列表
|
||||
|
||||
for (var workMap in workMaps) {
|
||||
// 使用Work类的构造函数从Map创建Work对象
|
||||
Work work = Work(
|
||||
id: workMap['id'],
|
||||
userId: workMap['userId'],
|
||||
content: workMap['content'],
|
||||
workId: workMap['workId'],
|
||||
name: workMap['name'],
|
||||
startTime: DateTime.parse(workMap['startTime']),
|
||||
endTime: DateTime.parse(workMap['endTime']),
|
||||
status: workMap['status'],
|
||||
teamId: workMap['teamId'],
|
||||
);
|
||||
workList.add(work);
|
||||
}
|
||||
WorkList = workList; // 将Work对象添加到列表中
|
||||
return WorkList;
|
||||
}
|
||||
|
||||
// //delete 模仿Task的数数据操作
|
||||
// Future<int> deleteWorkByid(int id) async{
|
||||
// return await WorkDao().deleteWorkByid(id);
|
||||
// }
|
||||
|
||||
|
||||
Future<int> deleteWorkByWorkid(int workid) async {
|
||||
return await WorkDao().deleteWorkByWorkid(workid);
|
||||
}
|
||||
|
||||
Future<int> deleteAllWorks() async {
|
||||
return await WorkDao().deleteAllWorks();
|
||||
}
|
||||
|
||||
//update
|
||||
Future<int> updateWork(Work work) async {
|
||||
return await WorkDao().updateWork(work);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -0,0 +1,108 @@
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
import 'package:timemanagerapp/database/MyDatebase.dart';
|
||||
import 'package:timemanagerapp/entity/Course.dart';
|
||||
|
||||
/**
|
||||
* 封装所有要用到的与课相关的函数
|
||||
*/
|
||||
class CourseDao {
|
||||
late Future<Database> _database;
|
||||
|
||||
CourseDao() {
|
||||
_database = MyDatabase.initDatabase();
|
||||
}
|
||||
|
||||
// 其他方法不需要再调用MyDatabase.initDatabase()
|
||||
|
||||
Future<List<Map<String, dynamic>>> getCourses() async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return database.query('course', orderBy: 'id ASC');
|
||||
// return database.rawQuery('SELECT * FROM course');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<int> insertCourse(Course course) async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
// 插入数据
|
||||
//!!!注意字符串需加双引号
|
||||
var tmp = course.toMap();
|
||||
result += await database.insert('course', course.toMap());
|
||||
// result = await txn.rawInsert('''
|
||||
// INSERT INTO course(userId,courseId,name,credit,teacher,location,remark,start,end)
|
||||
// VALUES(${course.userId},${course.courseId},"${course.name}",${course.credit},"${course.teacher}","${course.location}","${course.remark}","${course.startTime}","${course.endTime}")
|
||||
// ''');
|
||||
// print("课程插入 : " + course.toString());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> updateCourseById(Course course) async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
result += await database
|
||||
.update('course', course.toMap(), where: 'id = ?', whereArgs: [course.id]);
|
||||
// result = await txn.rawUpdate('''
|
||||
// UPDATE course SET userId = ${course.userId},courseId = ${course
|
||||
// .courseId},name = "${course.name}",credit = ${course
|
||||
// .credit},teacher = "${course.teacher}",location = "${course
|
||||
// .location}",remark = "${course.remark}",start = "${course
|
||||
// .startTime}",end = "${course.endTime}"
|
||||
// WHERE id = ${course.id}
|
||||
// ''');
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> updateCourseByCourseId(Course course) async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
|
||||
result += await database
|
||||
.update('course', course.toMap(), where: 'courseId = ?', whereArgs: [course.courseId]);
|
||||
// result = await txn.rawUpdate('''
|
||||
// UPDATE course SET userId = ${course.userId},courseId = ${course
|
||||
// .courseId},name = "${course.name}",credit = ${course
|
||||
// .credit},teacher = "${course.teacher}",location = "${course
|
||||
// .location}",remark = "${course.remark}",start = "${course
|
||||
// .startTime}",end = "${course.endTime}"
|
||||
// WHERE courseId = ${course.courseId}
|
||||
// ''');
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> deleteCourseById(int id) async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
result = await database.delete('course', where: 'id = ?', whereArgs: [id]);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> deleteCourseByCourseId(int courseId) async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
result = await database
|
||||
.delete('course', where: 'courseId = ?', whereArgs: [courseId]);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<int> deleteAllCourses() async {
|
||||
final database = await _database;
|
||||
int result = 0;
|
||||
if (database != null) {
|
||||
result = await database.delete('course', where: '1=1');
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,68 @@
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
|
||||
import '../../entity/Task.dart';
|
||||
import '../../entity/Task.dart';
|
||||
import '../MyDatebase.dart';
|
||||
|
||||
class TaskDao {
|
||||
//对外暴露实例
|
||||
static TaskDao getInstance() {
|
||||
return new TaskDao();
|
||||
}
|
||||
|
||||
late Future<Database> _database;
|
||||
|
||||
TaskDao() {
|
||||
_database = MyDatabase.initDatabase();
|
||||
}
|
||||
|
||||
Future<List<Map<String, dynamic>>> getTasks() async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return database.query('tasks', orderBy: 'id ASC');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<int> insertTask(Task task) async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return await database.insert('tasks', task.toMap());
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Future<int> updateTask(Task task) async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return await database
|
||||
.update('tasks', task.toMap(), where: 'id = ?', whereArgs: [task.id]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Future<int> deleteTaskByid(int id) async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return await database.delete('tasks', where: 'id = ?', whereArgs: [id]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Future<int> deleteTaskByTaskid(int taskid) async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return await database.delete('tasks', where: 'taskid = ?', whereArgs: [taskid]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Future<int> deleteAllTasks() async {
|
||||
final database = await _database;
|
||||
if (database != null) {
|
||||
return await database.delete('tasks', where: '1=1');
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,55 @@
|
||||
import 'package:timemanagerapp/database/MyDatebase.dart';
|
||||
import 'package:timemanagerapp/entity/Team.dart';
|
||||
|
||||
/**
|
||||
* 封装所有要用到的与团队相关的函数
|
||||
*/
|
||||
class TeamDao {
|
||||
//对外暴露实例
|
||||
static TeamDao getInstance() {
|
||||
return new TeamDao();
|
||||
}
|
||||
|
||||
var db = MyDatabase.initDatabase();
|
||||
|
||||
Future<List<Map<String, dynamic>>> getTeams() async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
return database.query('Team', orderBy: 'id ASC');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> insertTeam(Team team) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.insert('Team', team.toMap());
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> updateTeam(Team team) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database
|
||||
.update('Team', team.toMap(), where: 'id = ?', whereArgs: [team.id]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Future<void> deleteTeamById(int id) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.delete('Team', where: 'id = ?', whereArgs: [id]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Future<void> deleteAllTeams() async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.delete('Team', where: '1=1');
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,64 @@
|
||||
import 'package:timemanagerapp/database/MyDatebase.dart';
|
||||
|
||||
import '../../entity/User.dart';
|
||||
|
||||
/**
|
||||
* 封装所有要用到的与用户相关的函数
|
||||
*/
|
||||
class UserDao {
|
||||
//对外暴露实例
|
||||
static UserDao getInstance() {
|
||||
return new UserDao();
|
||||
}
|
||||
|
||||
//获取操作业务的实例
|
||||
//UserService userService=UserService.getInstance();
|
||||
var db = MyDatabase.initDatabase();
|
||||
|
||||
Future<List<Map<String, dynamic>>> getUsers() async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
return await database.rawQuery('SELECT * FROM users');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> insertUser(User user) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.transaction((txn) async {
|
||||
// 插入数据
|
||||
//!!!注意字符串需加双引号
|
||||
await txn.rawInsert('''
|
||||
INSERT INTO users(teamId,username,password,role)
|
||||
VALUES("${user.username}","${user.password}",${user.role})
|
||||
''');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> deleteUser(int id) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.transaction((txn) async {
|
||||
// 删除数据
|
||||
await txn.rawDelete('''
|
||||
DELETE FROM users WHERE id=$id
|
||||
''');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> deleteAllUsers() async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
await database.transaction((txn) async {
|
||||
// 删除数据
|
||||
await txn.rawDelete('''
|
||||
DELETE FROM users
|
||||
''');
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,89 @@
|
||||
import 'package:timemanagerapp/database/MyDatebase.dart';
|
||||
import 'package:timemanagerapp/entity/Work.dart';
|
||||
|
||||
/**
|
||||
* 封装所有要用到的与团队工作相关的函数
|
||||
*/
|
||||
|
||||
class WorkDao {
|
||||
//对外暴露实例
|
||||
static WorkDao getInstance() {
|
||||
return new WorkDao();
|
||||
}
|
||||
|
||||
var db = MyDatabase.initDatabase();
|
||||
|
||||
Future<List<Map<String, dynamic>>> getWorks() async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
return database.query('works', orderBy: 'id ASC');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<List<Map<String, dynamic>>> getWorksByTeamid(int teamid) async {
|
||||
final database = await db;
|
||||
if (database != null) {
|
||||
return database.query('works', where: 'teamId = ?', whereArgs: [teamid], orderBy: 'id ASC');
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Future<int> insertWork(Work work) async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database.insert('works', work.toMap());
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Future<int> updateWork(Work work) async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database
|
||||
.update('works', work.toMap(), where: 'id = ?', whereArgs: [work.id]);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Future<int> deleteWorkByid(int id) async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database.delete('works', where: 'id = ?', whereArgs: [id]);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Future<int> deleteWorkByWorkid(int workid) async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database.delete('works', where: 'workId = ?', whereArgs: [workid]);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Future<int> deleteWorkByTeamid(int teamid) async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database.delete('works', where: 'teamId = ?', whereArgs: [teamid]);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Future<int> deleteAllWorks() async {
|
||||
final database = await db;
|
||||
int res = 0;
|
||||
if (database != null) {
|
||||
res += await database.delete('works', where: '1=1');
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,75 @@
|
||||
class Clock {
|
||||
int? id;
|
||||
int userId;
|
||||
String text;
|
||||
String img;
|
||||
String music;
|
||||
DateTime continueTime;
|
||||
|
||||
Clock({
|
||||
this.id,
|
||||
required this.userId,
|
||||
required this.text,
|
||||
required this.img,
|
||||
required this.music,
|
||||
required this.continueTime,
|
||||
});
|
||||
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
'userId': userId,
|
||||
'text': "$text",
|
||||
'img': "$img",
|
||||
'music': "$music",
|
||||
'continueTime': "${continueTime.toIso8601String()}",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
// Getter methods
|
||||
int? get getId => id;
|
||||
|
||||
int get getUserId => userId;
|
||||
|
||||
String get getText => text;
|
||||
|
||||
String get getImg => img;
|
||||
|
||||
String get getMusic => music;
|
||||
|
||||
DateTime get getContinueTime => continueTime;
|
||||
|
||||
// Setter methods
|
||||
set setId(int newId) {
|
||||
id = newId;
|
||||
}
|
||||
|
||||
set setUserId(int newUserId) {
|
||||
userId = newUserId;
|
||||
}
|
||||
|
||||
set setText(String newText) {
|
||||
text = newText;
|
||||
}
|
||||
|
||||
set setImg(String newImg) {
|
||||
img = newImg;
|
||||
}
|
||||
|
||||
set setMusic(String newMusic) {
|
||||
music = newMusic;
|
||||
}
|
||||
|
||||
set setContinueTime(DateTime newContinueTime) {
|
||||
continueTime = newContinueTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'Clock(id: $id, userId: $userId, text: $text, img: $img, music: $music, continueTime: $continueTime)';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,125 @@
|
||||
import 'package:timemanagerapp/setting/Setting.dart';
|
||||
|
||||
class Course {
|
||||
int? id;
|
||||
int? userId;
|
||||
int courseId;
|
||||
String name;
|
||||
double credit;
|
||||
String teacher;
|
||||
String location;
|
||||
String remark;
|
||||
DateTime startTime;
|
||||
DateTime endTime;
|
||||
|
||||
Course({
|
||||
this.id,
|
||||
required this.userId,
|
||||
required this.courseId,
|
||||
required this.name,
|
||||
required this.credit,
|
||||
required this.teacher,
|
||||
required this.location,
|
||||
required this.remark,
|
||||
required this.startTime,
|
||||
required this.endTime,
|
||||
});
|
||||
|
||||
Map<String,dynamic> toMap(){
|
||||
return {
|
||||
'id': id,
|
||||
'userId':userId,
|
||||
'courseId':courseId,
|
||||
'name':"$name",
|
||||
'credit':credit,
|
||||
'teacher':"$teacher",
|
||||
'location':"$location",
|
||||
'remark':"$remark",
|
||||
'startTime':"${startTime.toIso8601String()}",
|
||||
'endTime':"${endTime.toIso8601String()}"
|
||||
};
|
||||
}
|
||||
|
||||
factory Course.fromJson(Map<String, dynamic> course) {
|
||||
return Course(
|
||||
id: course['id'],
|
||||
userId: course['userId'],
|
||||
courseId: course['courseId'],
|
||||
name: course['name'],
|
||||
credit: 1.0*course['credit'],
|
||||
teacher: course['teacher'],
|
||||
location: course['location'],
|
||||
remark: course['remark'],
|
||||
startTime: DateTime.parse(course['startTime']),
|
||||
endTime: DateTime.parse(course['endTime']),
|
||||
);
|
||||
}
|
||||
|
||||
// Getter methods
|
||||
int? get getId => id;
|
||||
|
||||
int? get getUserId => userId;
|
||||
|
||||
int get getCourseId => courseId;
|
||||
|
||||
String get getName => name;
|
||||
|
||||
double get getCredit => credit;
|
||||
|
||||
String get getTeacher => teacher;
|
||||
|
||||
String get getLocation => location;
|
||||
|
||||
String get getRemark => remark;
|
||||
|
||||
DateTime get getstartTime => startTime;
|
||||
|
||||
DateTime get getendTime => endTime;
|
||||
|
||||
// Setter methods
|
||||
set setId(int newId) {
|
||||
id = newId;
|
||||
}
|
||||
|
||||
set setUserId(int newUserId) {
|
||||
userId = newUserId;
|
||||
}
|
||||
|
||||
set setCourseId(int newCourseId) {
|
||||
courseId = newCourseId;
|
||||
}
|
||||
|
||||
set setName(String newName) {
|
||||
name = newName;
|
||||
}
|
||||
|
||||
set setCredit(double newCredit) {
|
||||
credit = newCredit;
|
||||
}
|
||||
|
||||
set setTeacher(String newTeacher) {
|
||||
teacher = newTeacher;
|
||||
}
|
||||
|
||||
set setLocation(String newLocation) {
|
||||
location = newLocation;
|
||||
}
|
||||
|
||||
set setRemark(String newRemark) {
|
||||
remark = newRemark;
|
||||
}
|
||||
|
||||
set setstartTime(DateTime newstartTime) {
|
||||
startTime = newstartTime;
|
||||
}
|
||||
|
||||
set setendTime(DateTime newendTime) {
|
||||
endTime = newendTime;
|
||||
}
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'Course(id: $id, userid: $userId, courseId:$courseId, name: $name, credit: $credit, teacher: $teacher, location: $location, remark: $remark, startTime: $startTime, endTime: $endTime)';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,117 @@
|
||||
class CourseForm{
|
||||
late String course;
|
||||
late double credit ;
|
||||
late String note;
|
||||
late int startWeek;
|
||||
late int endWeek;
|
||||
late int startTime;
|
||||
late int endTime;
|
||||
late String teacher;
|
||||
late String location;
|
||||
late List<int> selectedDays = [];
|
||||
|
||||
// CourseForm({
|
||||
// required this.course,
|
||||
// required this.credit,
|
||||
// required this.note,
|
||||
// required this.day,
|
||||
// required this.startWeek,
|
||||
// required this.endWeek,
|
||||
// required this.startTime,
|
||||
// required this.endTime,
|
||||
// required this.teacher,
|
||||
// required this.location,
|
||||
// required this.selectedDays,
|
||||
// });
|
||||
|
||||
String setCourse(String course){
|
||||
this.course = course;
|
||||
return this.course;
|
||||
}
|
||||
|
||||
double setCredit(double credit){
|
||||
this.credit = credit;
|
||||
return this.credit;
|
||||
}
|
||||
|
||||
String setNote (String note){
|
||||
this.note = note;
|
||||
return this.note;
|
||||
}
|
||||
|
||||
int setStartWeek (int startWeek){
|
||||
this.startWeek = startWeek;
|
||||
return this.startWeek;
|
||||
}
|
||||
|
||||
int setEndWeek (int endWeek){
|
||||
this.endWeek = endWeek;
|
||||
return this.endWeek;
|
||||
}
|
||||
|
||||
int setStartTime (int startTime){
|
||||
this.startTime = startTime;
|
||||
return this.startTime;
|
||||
}
|
||||
|
||||
int setEndTime (int endTime){
|
||||
this.endTime = endTime;
|
||||
return this.endTime;
|
||||
}
|
||||
|
||||
String setTeacher (String teacher){
|
||||
this.teacher = teacher;
|
||||
return this.teacher;
|
||||
}
|
||||
|
||||
String setLocation (String location){
|
||||
this.location = location;
|
||||
return this.location;
|
||||
}
|
||||
|
||||
List<int> setSelectedDays (List<int> selectedDays){
|
||||
this.selectedDays = selectedDays;
|
||||
return this.selectedDays;
|
||||
}
|
||||
|
||||
String getCourse(){
|
||||
return this.course;
|
||||
}
|
||||
|
||||
double getCredit(){
|
||||
return this.credit;
|
||||
}
|
||||
|
||||
String getNote(){
|
||||
return this.note;
|
||||
}
|
||||
|
||||
int getStartWeek(){
|
||||
return this.startWeek;
|
||||
}
|
||||
|
||||
int getEndWeek(){
|
||||
return this.endWeek;
|
||||
}
|
||||
|
||||
int getStartTime(){
|
||||
return this.startTime;
|
||||
}
|
||||
|
||||
int getEndTime(){
|
||||
return this.endTime;
|
||||
}
|
||||
|
||||
String getTeacher(){
|
||||
return this.teacher;
|
||||
}
|
||||
|
||||
String getLocation(){
|
||||
return this.location;
|
||||
}
|
||||
|
||||
List<int> getSelectedDays(){
|
||||
return this.selectedDays;
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,88 @@
|
||||
class ScheduleForm {
|
||||
late String content;
|
||||
late String name;
|
||||
late int startWeek;
|
||||
late int endWeek;
|
||||
late DateTime startTime;
|
||||
late DateTime endTime;
|
||||
late List<int> selectedDays = [];
|
||||
|
||||
// ScheduleForm({
|
||||
// this.id,
|
||||
// required this.userId,
|
||||
// required this.content,
|
||||
// required this.scheduleFormId,
|
||||
// required this.name,
|
||||
// required this.startTime,
|
||||
// required this.endTime,
|
||||
// required this.type
|
||||
// });
|
||||
|
||||
// Map<String, dynamic> toMap() {
|
||||
// return {
|
||||
// 'userId': userId,
|
||||
// 'content': "$content",
|
||||
// 'scheduleFormId': scheduleFormId,
|
||||
// 'name': "$name",
|
||||
// 'startTime': "${startTime.toIso8601String()}",
|
||||
// 'endTime': "${endTime.toIso8601String()}"
|
||||
// };
|
||||
// }
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
'content': "$content",
|
||||
'name': "$name",
|
||||
'startWeek': startWeek,
|
||||
'endWeek': endWeek,
|
||||
'startTime': startTime,
|
||||
'endTime': endTime,
|
||||
'selectedDays': selectedDays
|
||||
};
|
||||
}
|
||||
|
||||
// Getter methods
|
||||
int get getStartWeek => startWeek;
|
||||
int get getEndWeek => endWeek;
|
||||
DateTime get getStartTime => startTime;
|
||||
DateTime get getEndTime => endTime;
|
||||
String get getName => name;
|
||||
String get getContent => content;
|
||||
List<int> get getSelectedDays => selectedDays;
|
||||
|
||||
|
||||
// Setter methods
|
||||
set setStartWeek(int newStartWeek) {
|
||||
startWeek = newStartWeek;
|
||||
}
|
||||
|
||||
set setEndWeek(int newEndWeek) {
|
||||
endWeek = newEndWeek;
|
||||
}
|
||||
|
||||
set setStartTime(DateTime newStartTime) {
|
||||
startTime = newStartTime;
|
||||
}
|
||||
|
||||
set setEndTime(DateTime newEndTime) {
|
||||
endTime = newEndTime;
|
||||
}
|
||||
|
||||
set setName(String newName) {
|
||||
name = newName;
|
||||
}
|
||||
|
||||
set setContent(String newContent) {
|
||||
content = newContent;
|
||||
}
|
||||
|
||||
set setSelectedDays(List<int> newSelectedDays) {
|
||||
selectedDays = newSelectedDays;
|
||||
}
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'ScheduleForm(content: $content, name: $name, startWeek: $startWeek, endWeek: $endWeek, startTime: $startTime, endTime: $endTime, selectedDays: $selectedDays)';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,93 @@
|
||||
class Task {
|
||||
int? id;
|
||||
int userId;
|
||||
String content;
|
||||
int taskId;
|
||||
String name;
|
||||
DateTime startTime;
|
||||
DateTime endTime;
|
||||
|
||||
Task({
|
||||
this.id,
|
||||
required this.userId,
|
||||
required this.content,
|
||||
required this.taskId,
|
||||
required this.name,
|
||||
required this.startTime,
|
||||
required this.endTime,
|
||||
});
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
'id': id,
|
||||
'userId': userId,
|
||||
'content': "$content",
|
||||
'taskId': taskId,
|
||||
'name': "$name",
|
||||
'startTime': "${startTime.toIso8601String()}",
|
||||
'endTime': "${endTime.toIso8601String()}"
|
||||
};
|
||||
}
|
||||
|
||||
factory Task.fromJson(Map<String, dynamic> task) {
|
||||
return Task(
|
||||
id: task['id'],
|
||||
userId: task['userId'],
|
||||
content: task['content'],
|
||||
taskId: task['taskId'],
|
||||
name: task['name'],
|
||||
startTime: DateTime.parse(task['startTime']),
|
||||
endTime: DateTime.parse(task['endTime']),
|
||||
);
|
||||
}
|
||||
|
||||
// Getter methods
|
||||
int? get getId => id;
|
||||
|
||||
int get getUserId => userId;
|
||||
|
||||
String get getContent => content;
|
||||
|
||||
int get getTaskId => taskId;
|
||||
|
||||
String get getName => name;
|
||||
|
||||
DateTime get getStartTime => startTime;
|
||||
|
||||
DateTime get getEndTime => endTime;
|
||||
|
||||
// Setter methods
|
||||
set setId(int newId) {
|
||||
id = newId;
|
||||
}
|
||||
|
||||
set setUserId(int newUserId) {
|
||||
userId = newUserId;
|
||||
}
|
||||
|
||||
set setContent(String newContent) {
|
||||
content = newContent;
|
||||
}
|
||||
|
||||
set setTaskId(int newTaskId) {
|
||||
taskId = newTaskId;
|
||||
}
|
||||
|
||||
set setName(String newName) {
|
||||
name = newName;
|
||||
}
|
||||
|
||||
set setStartTime(DateTime newStartTime) {
|
||||
startTime = newStartTime;
|
||||
}
|
||||
|
||||
set setEndTime(DateTime newEndTime) {
|
||||
endTime = newEndTime;
|
||||
}
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'Task(id: $id, userId: $userId, content: $content, taskId: $taskId, name: $name, startTime: $startTime, endTime: $endTime)';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,73 @@
|
||||
class Team {
|
||||
int? id;
|
||||
int leaderId;
|
||||
String teamName;
|
||||
int maxNumber;
|
||||
String? introduce;
|
||||
|
||||
Team({
|
||||
this.id,
|
||||
required this.leaderId,
|
||||
required this.teamName,
|
||||
required this.maxNumber,
|
||||
this.introduce
|
||||
});
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
'id': id,
|
||||
'leaderId': leaderId,
|
||||
'teamName': "$teamName",
|
||||
'maxNumber': maxNumber,
|
||||
'introduce': "$introduce"
|
||||
};
|
||||
}
|
||||
|
||||
factory Team.fromJson(Map<String, dynamic> json) {
|
||||
return Team(
|
||||
id: json['id'],
|
||||
leaderId: json['leaderId'],
|
||||
teamName: json['teamName'],
|
||||
maxNumber: json['maxNumber'],
|
||||
introduce: json['introduce'],
|
||||
);
|
||||
}
|
||||
|
||||
// Getter methods
|
||||
int? get getId => id;
|
||||
|
||||
int get getLeaderId => leaderId;
|
||||
|
||||
String get getTeamName => teamName;
|
||||
|
||||
int get getMaxNumber => maxNumber;
|
||||
|
||||
String? get getIntroduce => introduce;
|
||||
|
||||
// Setter methods
|
||||
set setId(int newId) {
|
||||
id = newId;
|
||||
}
|
||||
|
||||
set setLeaderId(int newLeaderId) {
|
||||
leaderId = newLeaderId;
|
||||
}
|
||||
|
||||
set setTeamName(String newTeamName) {
|
||||
teamName = newTeamName;
|
||||
}
|
||||
|
||||
set setMaxNumber(int newMaxNumber) {
|
||||
maxNumber = newMaxNumber;
|
||||
}
|
||||
|
||||
set setIntroduce(String newIntroduce) {
|
||||
introduce = newIntroduce;
|
||||
}
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'Team{id: $id, leaderId: $leaderId, teamName: $teamName, maxNumber: $maxNumber, introduce: $introduce}';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,121 @@
|
||||
class Work {
|
||||
late int? id;
|
||||
late int userId;
|
||||
late String status;
|
||||
late String content;
|
||||
late String name;
|
||||
late int teamId;
|
||||
late int workId;
|
||||
late DateTime endTime;
|
||||
late DateTime startTime;
|
||||
late String? teamName;
|
||||
|
||||
Work({
|
||||
this.id,
|
||||
required this.userId,
|
||||
required this.status,
|
||||
required this.content,
|
||||
required this.teamId,
|
||||
this.teamName,
|
||||
required this.name,
|
||||
required this.workId,
|
||||
required this.endTime,
|
||||
required this.startTime,
|
||||
});
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
'id': id,
|
||||
'userId': userId,
|
||||
'status': "$status",
|
||||
'content': "$content",
|
||||
'teamId': teamId,
|
||||
'name': "$name",
|
||||
'workId': workId,
|
||||
'endTime': "${endTime.toIso8601String()}",
|
||||
'startTime': "${startTime.toIso8601String()}"
|
||||
};
|
||||
}
|
||||
|
||||
factory Work.fromJson(Map<String, dynamic> work) {
|
||||
return Work(
|
||||
id: work['id'],
|
||||
userId: work['userId'],
|
||||
status: work['status'],
|
||||
content: work['content'],
|
||||
teamId: work['teamId'],
|
||||
name: work['name'],
|
||||
workId: work['workId'],
|
||||
endTime: DateTime.parse(work['endTime']),
|
||||
startTime: DateTime.parse(work['startTime']),
|
||||
);
|
||||
}
|
||||
|
||||
// Getter methods
|
||||
int? get getId => id;
|
||||
|
||||
int get getUserId => userId;
|
||||
|
||||
String get getStatus => status;
|
||||
|
||||
String get getContent => content;
|
||||
|
||||
String get getName => name;
|
||||
|
||||
String? get getTeamName => teamName;
|
||||
|
||||
int get getTeamId => teamId;
|
||||
|
||||
int get getWorkId => workId;
|
||||
|
||||
DateTime get getEndTime => endTime;
|
||||
|
||||
DateTime get getStartTime => startTime;
|
||||
|
||||
// Setter methods
|
||||
set setId(int newId) {
|
||||
id = newId;
|
||||
}
|
||||
|
||||
set setUserId(int newUserId) {
|
||||
userId = newUserId;
|
||||
}
|
||||
|
||||
set setStatus(String newStatus) {
|
||||
status = newStatus;
|
||||
}
|
||||
|
||||
set setContent(String newcontent) {
|
||||
content = newcontent;
|
||||
}
|
||||
|
||||
set setTeamId(int newTeamId) {
|
||||
teamId = newTeamId;
|
||||
}
|
||||
|
||||
set setTeamName(String newTeamName) {
|
||||
teamName = newTeamName;
|
||||
}
|
||||
|
||||
set setName(String newName) {
|
||||
name = newName;
|
||||
}
|
||||
|
||||
set setWorkId(int newWorkId) {
|
||||
workId = newWorkId;
|
||||
}
|
||||
|
||||
set setEndTime(DateTime newEndTime) {
|
||||
endTime = newEndTime;
|
||||
}
|
||||
|
||||
set setStartTime(DateTime newStartTime) {
|
||||
startTime = newStartTime;
|
||||
}
|
||||
|
||||
// toString method
|
||||
@override
|
||||
String toString() {
|
||||
return 'Work(id: $id, userId:$userId, name:$name, status: $status, content: $content, teamId: $teamId, workId: $workId, endTime: $endTime, startTime: $startTime)';
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,38 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:timemanagerapp/provider/TeamProvider.dart';
|
||||
import 'package:timemanagerapp/provider/TeamUserProvider.dart';
|
||||
import 'package:timemanagerapp/setting/Setting.dart';
|
||||
import 'package:timemanagerapp/widgets/HomeWidget.dart';
|
||||
import 'package:timemanagerapp/provider/TimeProvider.dart';
|
||||
|
||||
init() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await Setting.init();
|
||||
}
|
||||
|
||||
void main() async {
|
||||
await init();
|
||||
runApp(MyApp());
|
||||
}
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
const MyApp({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Setting.deviceWidth = MediaQuery.of(context).size.width;
|
||||
return MultiProvider( //全局状态管理Timetable
|
||||
providers: [
|
||||
ChangeNotifierProvider(create: (ctx) => TimeProvider()),
|
||||
ChangeNotifierProvider(create: (ctx) => TeamProvider()),
|
||||
ChangeNotifierProvider(create: (ctx) => TeamUserProvider()),
|
||||
],
|
||||
child: MaterialApp(
|
||||
home: Scaffold(
|
||||
body: HomeWidget(),
|
||||
),
|
||||
),
|
||||
); // MaterialApp
|
||||
}
|
||||
}
|
||||