story library
Provides KakaoStory API.
Classes
- ApiFactory
- Factory for network clients, interceptors, and error transformers used by other libraries.
- KakaoContext
- Singleton context for Kakao Flutter SDK.
- LinkInfo
- Response from StoryApi.scrapLink(), which is used as an input to StoryApi.postLink().
- ServerHosts
- List of hosts used by Kakao API.
- Story
- StoryActor
- Story
- StoryApi
- Provides KakaoStory API.
- StoryComment
- StoryImage
- StoryLike
- StoryProfile
- Util
- Collection of utility methods, usually for converting data types.
Enums
- ApiErrorCause
- Specific error code from Kakao API.
- AuthErrorCause
- Specific error from Kakao OAuth.
- Emotion
- StoryPermission
- StoryType
Functions
-
isKakaoTalkInstalled(
) → Future< bool> - Determines whether KakaoTalk is installed on this device.
-
launchBrowserTab(
Uri uri, {String? redirectUri}) → Future< String> - Launches a given url with platform-specific default browser tab.
-
permissionToParams(
StoryPermission? permission) → String?
Exceptions / Errors
- DapiException
- API error from LocalApi and SearchApi.
- KakaoApiException
- Exception thrown by Kakao API server.
- KakaoAuthException
- Exception thrown by Kakao OAuth server.
- KakaoClientException
- Exception thrown on the client side.
- KakaoException
- Exception thrown by Kakao Flutter SDK. Base class for all other exception that this SDK generates.