Skip to content

upgrad/cocoapods-integrate-flutter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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