Skip to content

A cocoapods plugin to be used in the host application Podfile to integrate the flutter project.

License

Notifications You must be signed in to change notification settings

upgrad/cocoapods-integrate-flutter

Repository files navigation

cocoapods-integrate-flutter

Uses the podhelper.rb from the flutter repository and adds to the pre_install hook of cocoapods. Integrates the flutter project without polluting the main Podfile.

Installation

$ gem install cocoapods-integrate-flutter

Usage

In your host project Podfile, write the below line

plugin 'cocoapods-integrate-flutter' , {
	:flutter_application_path => '../src'
}

where src is the path to your flutter project

About

A cocoapods plugin to be used in the host application Podfile to integrate the flutter project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages