Skip to main content

AddPostViewModel class

AddPostViewModel class have different functions that are used.

to interact with the model to add a new post in the organization.

Inheritance

Constructors

AddPostViewModel ()

Properties

controllerTextEditingController

Post body text controller.
read-only

hashCodeint

The hash code for this object.
read-onlyinherited

hasListenersbool

Whether any listeners are currently registered.
read-onlyinherited

imageFileFile?

The image file that is to be uploaded.
read-only

isBusybool

read-onlyinherited

orgNameString

The organisation name.
read-only

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

stateViewState

read-onlyinherited

titleControllerTextEditingController

Post title text controller.
read-only

userNameString

The Username.
read-only

Methods

addListener(VoidCallback listener) void

Register a closure to be called when the object changes.
inherited

dispose() void

Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited

getImageFromGallery({bool camera = false}) Future<void>

This function is used to get the image from gallery.

initialise() void

This function is usedto do initialisation of stuff in the view model.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

notifyListeners() void

Call all the registered listeners.
inherited

removeImage() void

This function removes the image selected.

removeListener(VoidCallback listener) void

Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited

setState(ViewState viewState) void

inherited

toString() String

A string representation of this object.
inherited

uploadPost() Future<void>

This function uploads the post finally, and navigate the success message or error message in Snack Bar.

Operators

operator ==(Object other) bool

The equality operator.
inherited