ModernFormFileHelper class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- fileNameMaxLenght ↔ int
-
getter/setter pair
- filePath ↔ String
-
getter/setter pair
Static Methods
-
getApplicationDocumentsDirectory(
) → Future< String> -
getFile(
ModernFormFileExtensionType? type) → Future< Uint8List?> -
getFilePathFromUrl(
String originalUrl, String fileExtension) → Future< String> -
getUrlFormatedToFilepath(
String originalUrl) → String -
init(
) → Future< void> -
openFileWithBytes(
List< int> bytes, String? name, String type) → Future<void> -
openFileWithPath(
String path) → Future< void>