fastboard_flutter 0.0.2 copy "fastboard_flutter: ^0.0.2" to clipboard
fastboard_flutter: ^0.0.2 copied to clipboard

outdated

A new Flutter package to help developers quickly build whiteboard applications.

Agora Fastboard SDK #

Agora Fastboard SDK is the next generation whiteboard SDK to help developers quickly build whiteboard applications.

Getting started #

dependencies:
    fastboard_flutter: ^0.0.2

Usage #

  Widget build(BuildContext context) {
    return Stack(children: [
        FastRoomWidget(
            fastRoomOptions: FastRoomOptions(
                appId: APP_ID,
                uuid: ROOM_UUID,
                token: ROOM_TOKEN,
                uid: UNIQUE_CLIENT_ID,
                writable: true,
                fastRegion: FastRegion.cn_hz,
            ),
            onFastRoomCreated: onFastRoomCreated,
        ),
    ]);
}

1
likes
0
pub points
41%
popularity

Publisher

unverified uploader

A new Flutter package to help developers quickly build whiteboard applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, stream_transform, whiteboard_sdk_flutter

More

Packages that depend on fastboard_flutter