bloom_share_kit 1.0.0 copy "bloom_share_kit: ^1.0.0" to clipboard
bloom_share_kit: ^1.0.0 copied to clipboard

Easily allow your users to share their verified personal information directly with your application.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:storyboard/storyboard.dart';

import 'stories/stories.dart';

void main() => runApp(new MaterialApp(
        home: new Storyboard([
      ButtonStory(),
      ButtonRemoveOnTapStory(),
      ButtonUpdateOnTapStory(),
      QrCodeBaseStory(),
      QrCodeSizeStory(),
      QrCodeColorsStory(),
      QrCodeShowLogoOnTapStory(),
      QrCodeUpdatingStory()
    ])));
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Easily allow your users to share their verified personal information directly with your application.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

buffer, collection, convert, ethereum_util, flutter, flutter_svg, json_annotation, json_serializable, merkletree, meta, qr, sortedmap, url_launcher

More

Packages that depend on bloom_share_kit