Sha256: 81cebc4ff89f5d962c10975d5a14676b310d653804c67c226d8cc8783795c29b
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# cocoapods-flutter cocoapods plugin for integration Flutter easily. ## Installation **Precondition** Before you use `cocoapods-flutter`, make sure binary server and archive CI tool is ready. I provide you an archive tool and a binary server. Click link below and redirect to another repository. [BinaryServer](https://github.com/NicolasKim/binary_server.git) [FlutterArchiveTool](https://github.com/NicolasKim/flutter_archive.git) **Gem install** ``` $ gem install cocoapods-flutter ``` Or download source code build gem on your own ``` $ gem install cocoapods-flutter.gem ``` **Config environment** ``` $ export FLUTTER_BINARY_SERVER_BASEURL=https://www.example.com ``` Here is simple [binary server](https://github.com/NicolasKim/binary_server.git) ## Usage In Podfile ### Case 1 ```ruby flutter_pod 'package_name', '0.0.1', :mode=>'debug/release', :sdk_version=>'1.12.13' ``` **package_name** Name of package **:sdk_version** Flutter sdk version,default is 1.12.13 **:mode** Download binary package of version of debug/release from binary server. On mode debug, of course you can attach, and on mode release, yeah it is just release. ### Case 2 ```ruby flutter_pod 'PACKAGE_NAME', :path=>'local/module/path' ``` **:path** Local path of module and `pod install`
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-flutter-dt-0.0.4 | README.md |
cocoapods-flutter-dt-0.0.3 | README.md |
cocoapods-flutter-dt-0.0.2 | README.md |