ext/ext library
Classes
- DateExpression
- DateRef
-
A reference to a logical date, either an nlp query, a lambda, or a metadate reference. Depending on the context
these are converted into the appropriate models for querying, eg
SmartDateQueryResult
andSmartDateQuerySource
- FactDateSchemaQuery
- Finds dates within fact schemas - this implementation retains the original term
- FactSchemaAndDate
- HasImage
- HasImages
- IFactService
- IFormController
- IMetaFormRenderService
- IMSchemaService
- Service that registers and loads schemas from a server. The implementation is found in
- LabeledFact
- MetaDateKey
- MetaDateRef
- MultiParticipantFact
- RemindableFact
- SimpleDateQuery
- SmartNotesItem
- SmartNotesRenderService
Extensions
Properties
- factService → IFactService
-
no setter
- formRenderService → IMetaFormRenderService
-
no setter
- mschemaService → IMSchemaService
-
no setter
-
smartNotesByDate
→ Comparator<
SmartNotesItem> -
final
-
smartNotesByDateDescending
→ Comparator<
SmartNotesItem> -
final
- smartNotesRenderService → SmartNotesRenderService
-
no setter
Typedefs
- DateCreator = TZDateTime Function(Location location)
- MetaFormBuilder = Widget Function(BuildContext context, MSchemaRef ref, MBaseModel model)
- MModelFormControllerFactory = IFormController Function(BuildContext context, MModel model)
-
RenderSmartNotesItem<
S extends SmartNotesItem> = FutureOr< Widget> Function(BuildContext context, S subject, {VoidCallback? changed, required ISunnyContact contact, VoidCallback? onTap, Widget? trailing})