Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byteszero/ftools
Flutter 工具插件
https://github.com/byteszero/ftools
Last synced: 4 days ago
JSON representation
Flutter 工具插件
- Host: GitHub
- URL: https://github.com/byteszero/ftools
- Owner: BytesZero
- License: apache-2.0
- Created: 2020-11-09T03:02:38.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-02T07:36:46.000Z (about 3 years ago)
- Last Synced: 2023-11-05T13:22:14.882Z (about 1 year ago)
- Language: Java
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ftools
Flutter 工具插件
## 功能列表
### Android
* 按下 Home 键功能
``` Dart
Ftools.pressedHome;
```需要配置 `AndroidManifest.xml` 入口 `activity` ,防止再部分机型上依然会杀死程序的问题
``` xml
```
### iOS