utils library
Functions
-
getAllProjects(
{Directory? baseDir}) → List< ProjectInfo> -
getGitBranch(
[String? workingDirectory]) → Future< String> -
getProjectInfo(
) → ProjectInfo? -
launchUrl(
String url) → void -
parsePubspec(
Directory dir) → ProjectInfo? -
syncBridgeFiles(
String workingDirectory) → void - Synchronizes generated bridge files from lib/src/generated to native project roots (ios/Classes). This is needed for iOS development as CocoaPods normally uses copies instead of symlinks.