_src/src library

Classes

QudsApp
Represents the main container of the app.
QudsAppController
A controller to manager the main QudsApp of the application
QudsListNotifier<T>
Represnets a list with change notifier for addition and removing.
QudsProvider
Represent a state manager, holds the values and fires the watchers for any reported change
QudsProviderWatcher<P extends QudsProvider>
Represents a watcher widget of a QudsProvider, its state reset automatically after any notifiable value of the desired provider, P is a generic type of QudsProvider
QudsValue<T>
Represents an Object or QudsListNotifier holder and change notifier. T may be an object or QudsListNotifier

Mixins

QudsSerializable
Represents a serializable value to be serialized for saving and restoring.