Skip to main content

AddPostViewModel class

<p>AddPostViewModel class have different functions that are used.</p> <p>to interact with the model to add a new post in the organization.</p>

Inheritance

Constructors

AddPostViewModel ()

Properties

controllerTextEditingController

Post body text controller.
<span class="feature">read-only</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

hasListenersbool

Whether any listeners are currently registered.
<span class="feature">read-only</span><span class="feature">inherited</span>

imageFileFile?

The image file that is to be uploaded.
<span class="feature">read-only</span>

isBusybool

<span class="feature">read-only</span><span class="feature">inherited</span>

orgNameString

The organisation name.
<span class="feature">read-only</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

stateViewState

<span class="feature">read-only</span><span class="feature">inherited</span>

titleControllerTextEditingController

Post title text controller.
<span class="feature">read-only</span>

userNameString

The Username.
<span class="feature">read-only</span>

Methods

addListener(VoidCallback listener) void

Register a closure to be called when the object changes.
<span class="feature">inherited</span>

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 <a href="https:api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html">addListener</a> will throw after the object is disposed).
<span class="feature">inherited</span>

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.
<span class="feature">inherited</span>

notifyListeners() void

Call all the registered listeners.
<span class="feature">inherited</span>

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.
<span class="feature">inherited</span>

setState(ViewState viewState) void

<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

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.
<span class="feature">inherited</span>