-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.DS_Store | ||
.dart_tool/ | ||
|
||
.packages | ||
.pub/ | ||
|
||
build/ | ||
|
||
android/.idea/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 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: f139b11009aeb8ed2a3a3aa8b0066e482709dde3 | ||
channel: unknown | ||
|
||
project_type: plugin |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
example/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
## [0.4.1] - 2024/03/17 | ||
|
||
* 修正相容 Android 14 gradle 版本 | ||
|
||
## [0.4.0] - 2022/03/24 | ||
|
||
* 修正小工具 Android 12 錯誤 | ||
|
||
## [0.3.1] - 2022/02/07 | ||
|
||
* 修正 Android 12 export 錯誤 | ||
|
||
## [0.3.0] - 2021/04/09 | ||
|
||
* 遷移至 Null-Safety | ||
|
||
## [0.2.2] - 2021/02/25 | ||
|
||
* 改善教室位置空顯示 | ||
|
||
## [0.2.1] - 2021/02/25 | ||
|
||
* 改善教室位置空顯示 | ||
|
||
## [0.2.0] - 2021/02/22 | ||
|
||
* 修正 Java Calendar weekday 錯誤 | ||
|
||
## [0.1.5] - 2021/02/18 | ||
|
||
* 修正 course 空錯誤 | ||
|
||
## [0.1.4] - 2021/02/11 | ||
|
||
* 修正 plugin 格式錯誤 | ||
|
||
## [0.1.3] - 2021/02/11 | ||
[Bad Version] | ||
* 修正 plugin 格式錯誤 | ||
|
||
## [0.1.2] - 2021/02/07 | ||
|
||
* 修正 Kotlin 錯誤 | ||
|
||
## [0.1.1] - 2021/02/02 | ||
|
||
* 修正載入舊版格式錯誤 | ||
|
||
## [0.1.0] - 2021/01/30 | ||
|
||
* 支援 `ap_common` v0.11 新版課表格式 | ||
|
||
## [0.0.6] - 2021/10/02 | ||
|
||
* 改善 Android 日期格式錯誤 | ||
|
||
## [0.0.5] - 2020/09/19 | ||
|
||
* 改善學期格式錯誤 | ||
|
||
## [0.0.4] - 2020/05/09 | ||
|
||
* 加入目前學期標前改善所取得的課程資料 | ||
|
||
## [0.0.3] - 2020/04/24 | ||
|
||
* 更改參數設定 | ||
* 加入可點擊小工具開啟App | ||
|
||
## [0.0.2] - 2020/04/13 | ||
|
||
* 修正Android 小工具更新時間 | ||
* 更改提醒文字 | ||
|
||
## [0.0.1] - 2020/04/12 | ||
|
||
* 加入Android 上課提醒 桌面小工具 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2021 RainVisitor | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 校務通系列 Native Plugin 共用 | ||
|
||
基於應用校務通系列使用到原生(Native)的功能製作的Plugin | ||
|
||
## 套件使用要求 | ||
- Flutter `v1.20` 以上 | ||
- [ap_common](https://pub.dev/packages/ap_common) `v0.11` 以上 | ||
|
||
|
||
## 支援列表 | ||
|
||
| 名稱 | Android | iOS | MacOS | Web | | ||
|:---------:|:-------:|:---:|:-----:|:---:| | ||
| 桌面小工具 | ✔️ | ✔️ | ️ | ️ | | ||
|
||
## Demo | ||
|
||
## Getting Started | ||
|
||
在 `pubspec.yaml` 中加入 package | ||
|
||
v0.1.2 版本以後 | ||
|
||
```yaml | ||
ap_common_firebase: ^0.1.2 | ||
``` | ||
v0.5.0 版本以前 | ||
```yaml | ||
ap_common_firebase: | ||
git: | ||
url: https://github.com/abc873693/ap_common_plugin | ||
ref: v0.1.2 | ||
``` | ||
執行加入套件 | ||
```bash | ||
$ flutter package get | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* 修正小工具 Android 12 錯誤 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea/workspace.xml | ||
/.idea/libraries | ||
.DS_Store | ||
/build | ||
/captures |