This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Flutter.
                            
	
		Summary
            Pass the remaining arguments to Dart's "pub" tool.
            
		- Assembly
 - Cake
.Flutter .dll  - Namespace
 - Cake
.Flutter  - Containing Type
 - FlutterAliases
 
Syntax
public static IEnumerable<string> FlutterPackagesPubWithResult(this ICakeContext context, FlutterPackagesPubSettings settings)
	Attributes
| Type | Description | 
|---|---|
| Cake | 
						
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| settings | Flutter | 
						The settings. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					Output lines. | 
