social_app_template library

Classes

CachedImage
Focus
FocusMetrics
FocusMetricsRepository
Repository to manage focus metrics objects.
FocusRepository
Repository to manage user objects.
ImageEmbedded
ImageService
Provides functionality for images.
IsarDB
LocationQuery
LocationQueryRepository
Repository to manage location objects.
MapBoxPlace
MapBoxPlaceContext
MapBoxPlaceContextRepository
Repository to manage address context objects.
MapBoxPlaceRepository
Repository to manage address objects.
PlatformMedia
PlatformMediaEmbedded
PlatformMediaEmbeddedState
PlatformMediaRepository
Repository to manage media objects.
PlatformPost
PlatformPostEntities
PlatformPostEntitiesRepository
Repository to post entities objects.
PlatformPostList
PlatformPostListState
PlatformPostListWithProgress
PlatformPostListWithProgressState
PlatformPostRepository
Repository to manage post objects.
PlatformUser
PlatformUserProfileImage
PlatformUserRepository
Repository to manage user objects.
ProgressIndicator
ProgressIndicatorState
SizeService
Provides functionality in size issues.
SocialAppTemplateInterface
The main API interface of SocialAppInterface. Available through the SocialApp constant.
TwitterContextEntity
TwitterContextEntityRepository

Properties

SocialApp SocialAppTemplateInterface
Global constant to access SocialApp.
final

Typedefs

OnInitPost = Future<PlatformPost?> Function(PlatformPost post)
OnRefresh = Future<List<String>> Function()
OnTapPost = dynamic Function(PlatformPost post, int index)