flutter_deck_web_client 0.1.0 copy "flutter_deck_web_client: ^0.1.0" to clipboard
flutter_deck_web_client: ^0.1.0 copied to clipboard

A Web client for the flutter_deck package.

flutter_deck_web_client #

A Web client for the flutter_deck package.

About #

This package implements the FlutterDeckClient interface for the Web platform.

It uses the localStorage API to store the state of the presentation and keep it in sync with the presenter view.

The main benefit of this client is that it doesn't require any server-side code to run and works out of the box on any Web browser. However, the main drawback is that it works only on Web platform.

Usage #

To use this package, add flutter_deck_web_client as a dependency in your pubspec.yaml file.

dependencies:
  flutter_deck_web_client: any

Then, use the FlutterDeckWebClient class when creating your FlutterDeckApp presentation.

FlutterDeckApp(
  client: const FlutterDeckWebClient(), // Use the Web client
  configuration: const FlutterDeckConfiguration(...),
  slides: [
    <...>
  ],
);
1
likes
0
pub points
56%
popularity

Publisher

verified publisherkazlauskas.dev

A Web client for the flutter_deck package.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutterdeck #presentation #slides

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter_deck_client, web

More

Packages that depend on flutter_deck_web_client