StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel.#web#http
Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.#persistence#shared-preferences#storage
Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.#network#http