local library
Providse Local API.
Classes
- Address
- Represents land-lot based address, which is deprecated now.
- ApiFactory
- Factory for network clients, interceptors, and error transformers used by other libraries.
- Coord
- CountMeta
- KakaoContext
- Singleton context for Kakao Flutter SDK.
- LocalApi
- Provides Kakao Local API
-
LocalEnvelope<
T, U> - Response envelope for Local API
- LocalSearchMeta
- Place
- Region
- RegionInfo
- RoadAddress
- Represents road (or street name) address, which is the new standard in South Korea.
- ServerHosts
- List of hosts used by Kakao API.
- TotalAddress
- Wrapper for land-lot based address and street name adress.
- Util
- Collection of utility methods, usually for converting data types.
Enums
- AddressType
- ApiErrorCause
- Specific error code from Kakao API.
- AuthErrorCause
- Specific error from Kakao OAuth.
- CategoryGroup
- Code for category groups.
- CoordType
- Order
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.
-
stringToDouble<
T> (dynamic v) → double -
stringToInt(
dynamic v) → int -
stringToNullableDouble<
T> (dynamic v) → double? -
stringToNullableInt(
dynamic v) → int?
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.