FlutterCreateSettings.

Offline Property

Summary

--[no-]offline When "flutter packages get" is run by the create command, this indicates whether to run it in offline mode or not. In offline mode, it will need to have all dependencies already available in the pub cache to succeed.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterCreateSettings

Syntax

public Nullable<bool> Offline { get; set; }

Value

Type Description
Nullable<bool>