Flutter之Commonly used third-part

2021-05-31  本文已影响0人  小言聊编程

Commonly used third-party libraries

a widget provided to the flutter scroll component drop-down refresh and pull up load.support android and ios.

dependencies:
     ...
     pull_to_refresh: ^1.5.7

Android and iOS Toast Library for Flutter.

dependencies:
   ...
   fluttertoast: ^2.2.4

A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.

dependencies:
    ...
    path_provider 1.6.7

A Flutter plugin that provides a WebView widget.
On iOS the WebView widget is backed by a WKWebView; On Android the WebView widget is backed by a WebView.

dependencies:
   ...
   webview_flutter 0.3.20+2

A Flutter plugin providing performance optimized signature canvas with ability to set custom style, boundaries and initial state. This is native flutter implementation, so it supports all platforms.

dependencies:
   ...
   signature: ^3.0.0
上一篇 下一篇

猜你喜欢

热点阅读