social_app_template library
Classes
- CachedImage
- Focus
- FocusMetrics
- FocusMetricsRepository
- FocusRepository
- ImageEmbedded
- ImageService
- IsarDB
- LocationQuery
- LocationQueryRepository
- MapBoxPlace
- MapBoxPlaceContext
- MapBoxPlaceContextRepository
- MapBoxPlaceRepository
- PlatformMedia
- PlatformMediaEmbedded
- PlatformMediaEmbeddedState
- PlatformMediaRepository
- PlatformPost
- PlatformPostEntities
- PlatformPostEntitiesRepository
- PlatformPostList
- PlatformPostListState
- PlatformPostListWithProgress
- PlatformPostListWithProgressState
- PlatformPostRepository
- PlatformUser
- PlatformUserProfileImage
- PlatformUserRepository
- ProgressIndicator
- ProgressIndicatorState
- SocialAppTemplateInterface
-
The main API interface of SocialAppInterface. Available through the
SocialAppconstant. - TwitterContextEntity
- TwitterContextEntityRepository
Properties
- SocialApp → SocialAppTemplateInterface
-
Global constant to access SocialApp.
final
Typedefs
-
OnInitPost
= Future<
PlatformPost?> Function(PlatformPost post) -
OnRefresh
= Future<
List< Function()String> > - OnTapPost = dynamic Function(PlatformPost post, int index)