https://github.com/leafney/flutter_plugins
https://github.com/leafney/flutter_plugins
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leafney/flutter_plugins
- Owner: leafney
- License: mit
- Created: 2021-05-11T06:23:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T03:46:11.000Z (over 4 years ago)
- Last Synced: 2025-01-14T15:23:46.032Z (12 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_plugins
Collection of popular packages on [pub.dev](https://pub.dev/). Documentation of how to use the plugin.
----
## plugins
| Plugin | pub.dev | GitHub | Branch | Description |
|---| --- | --- | --- |--- |
| `dio` | [](https://pub.dev/packages/dio) | [](https://github.com/flutterchina/dio) | | Dart的Http客户端,支持拦截器,全局配置,FormData,请求取消,文件下载,超时等。 |
| `map_launcher` |[](https://pub.dev/packages/map_launcher) | [](https://github.com/mattermoran/map_launcher) | | 调用地图软件(高德、百度、腾讯、苹果) |
| `get` | [](https://pub.dev/packages/get) | [](https://github.com/jonataslaw/getx) | | GetX 是 Flutter 上的一个轻量且强大的解决方案:高性能的状态管理、智能的依赖注入和便捷的路由管理。 |
| `oktoast` | [](https://pub.dev/packages/oktoast) | [](https://github.com/OpenFlutter/flutter_oktoast) | | OKToast 是一款 在 flutter 上 使用的 toast 插件,使用简单, 可定制性强, 纯 flutter, 调用不用 context |
| `flutter_screenutil` | [](https://pub.dev/packages/flutter_screenutil) | [](https://github.com/OpenFlutter/flutter_screenutil) | | flutter 屏幕适配方案,让你的UI在不同尺寸的屏幕上都能显示合理的布局 |
| `device_info` | [](https://pub.dev/packages/device_info) | [](https://github.com/flutter/plugins) | | 获取设备信息 |
| `package_info` | [](https://pub.dev/packages/package_info) | [](https://github.com/flutter/plugins) | | 获取App版本信息 |
| `event_bus` | [](https://pub.dev/packages/event_bus) | [](https://github.com/marcojakob/dart-event-bus) | | 事件广播和事件监听 |
| `permission_handler` | [](https://pub.dev/packages/permission_handler) | [](https://github.com/Baseflow/flutter-permission-handler) | | 动态权限获取 |
| `shared_preferences` | [](https://pub.dev/packages/shared_preferences) | [](https://github.com/flutter/plugins) | | 存储键值对数据 |
| `intl` | [](https://pub.dev/packages/intl) | [](https://github.com/dart-lang/intl) | | 多语言 国际化 |
| `path` | [](https://pub.dev/packages/path) | [](https://github.com/dart-lang/path) | | 一个全面的、跨平台的Dart路径操作库。 |
| `path_provider` | [](https://pub.dev/packages/path_provider) | [](https://github.com/flutter/plugins) | | 一个Flutter插件,用于查找文件系统上的常用位置。支持iOS、Android、Linux和MacOS。并非所有平台都支持所有方法。 |
| `webview_flutter` | [](https://pub.dev/packages/webview_flutter) | [](https://github.com/flutter/plugins) | | 一个提供WebView部件的Flutter插件。 |
| `modal_bottom_sheet` | [](https://pub.dev/packages/modal_bottom_sheet) | [](https://github.com/jamesblasco/modal_bottom_sheet) | | 创建令人敬畏和强大的模态底部菜单。 |
| cached_network_image | [](https://pub.dev/packages/cached_network_image) | [](https://github.com/Baseflow/flutter_cached_network_image) | | 图片缓存 |
| flutter_cupertino_date_picker | [](https://pub.dev/packages/flutter_cupertino_date_picker) | [](https://github.com/dylanwuzh/flutter-cupertino-date-picker) | | 时间选择插件 |
|