flutter_plugin_system 1.0.2
插件描述 #
调用原生系统的一些工具插件,目前只支持android端!加入ios后会在此处进行说明!
如何使用 #
添加依赖:在pubspec.yaml中添加依赖:
dependencies:
flutter_plugin_system: ^0.0.3//最新版本号
获取依赖包:flutter packages get
使用:
import 'package:flutter_plugin_system/flutter_plugin_system.dart';
//获取系统缓存:
String cacheSize=await FlutterPluginSystem.getCacheSize();
//判断是否使用vpn:
bool isUsedVpn=await FlutterPluginSystem.isVpnUsed();
//获取应用包名:
String pakageName= await FlutterPluginSystem.getAppPakageName();
//清除缓存
bool isClear = await FlutterPluginSystem.clearCache();
0.0.1 #
- TODO: Describe initial release.
1.0.0 #
- TODO:增加判断是否有网络
1.0.1 #
- TODO: 修改启动WebActivity
1.0.2 #
- TODO: 修改isHaveNetWork安卓端
flutter_plugin_system_example #
Demonstrates how to use the flutter_plugin_system plugin.
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:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
flutter_plugin_system: ^1.0.2
2. Install it
You can install packages from the command line:
with Flutter:
$ flutter pub get
Alternatively, your editor might support flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:flutter_plugin_system/flutter_plugin_system.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
80
|
Overall:
Weighted score of the above.
[more]
|
46
|
We analyzed this package on Dec 13, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.6.1
- pana: 0.12.21
- Flutter: 1.9.1+hotfix.6
Health suggestions
Format lib/flutter_plugin_system.dart
.
Run flutter format
to format lib/flutter_plugin_system.dart
.
Maintenance suggestions
The package description is too short. (-20 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
flutter | 0.0.0 | ||
Transitive dependencies | |||
collection | 1.14.11 | 1.14.12 | |
meta | 1.1.7 | 1.1.8 | |
sky_engine | 0.0.99 | ||
typed_data | 1.1.6 | ||
vector_math | 2.0.8 |