flutter_encrypt 1.0.3 copy "flutter_encrypt: ^1.0.3" to clipboard
flutter_encrypt: ^1.0.3 copied to clipboard

outdated

A new flutter plugin project for DES encrypt.

flutter_encrypt #

A new flutter plugin project for DES encrypt.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Note #

publish需要终端代理(在terminal输入export http_proxy=socks5:ip,export https_proxy=socks5:ip 仍无效)
shadowsocks + proxifier

proxifier:(1)Proxies add address + port + SOCKS Version 5
(2)Rules Localhost->Target Hosts add address or ip

flutter packages pub publish --server=https://pub.dartlang.org -v

IOS 引入第三方包 (podspec 不支持ssl引入,其它可直接在podespec里引入 s.dependency 'name','~> 版本号')
先在Podfile 里引入 pod 'name', :git => 'xxxxx'
然后在Pods\Developement Pods\Pod\xxx.podspec\ 添加s.dependency 'name'

1
likes
0
pub points
19%
popularity

Publisher

unverified uploader

A new flutter plugin project for DES encrypt.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_encrypt