flutter_parse_storage_interface 1.0.2 copy "flutter_parse_storage_interface: ^1.0.2" to clipboard
flutter_parse_storage_interface: ^1.0.2 copied to clipboard

A common platform interface for the flutter_parse local storage plugin.

flutter_parse_storage_interface #

A common platform interface for the flutter_parse local storage plugin.

This interface allows platform-specific implementations of the flutter_parse local storage plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage #

To implement a new database-specific implementation of flutter_parse, extend FlutterParseStorageInterface with an implementation that performs the database-specific behavior, and when you register your plugin, set the default ParseStorageInterface by calling the ParseStorageInterface.instance setter.

1
likes
140
pub points
17%
popularity

Publisher

verified publishermesosfer.com

A common platform interface for the flutter_parse local storage plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on flutter_parse_storage_interface