bmoni_embedded_wallets_cards 0.0.1 copy "bmoni_embedded_wallets_cards: ^0.0.1" to clipboard
bmoni_embedded_wallets_cards: ^0.0.1 copied to clipboard

Embedded wallet and card building blocks for BKey apps: wallet read models, Riverpod notifiers, and composable wallet card widgets built on bkey_uikit.

example/lib/main.dart

import 'package:bkey_uikit/bkey_uikit.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

import 'wallets_screen.dart';

void main() {
  runApp(const ProviderScope(child: EmbeddedWalletsExampleApp()));
}

class EmbeddedWalletsExampleApp extends StatelessWidget {
  const EmbeddedWalletsExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Embedded Wallets Example',
      debugShowCheckedModeBanner: false,
      theme: BMoniTheme.darkTheme(),
      home: const WalletsScreen(),
    );
  }
}
2
likes
160
points
72
downloads

Documentation

Documentation
API reference

Publisher

verified publisherbkey.me

Weekly Downloads

Embedded wallet and card building blocks for BKey apps: wallet read models, Riverpod notifiers, and composable wallet card widgets built on bkey_uikit.

Repository (GitHub)
View/report issues

Topics

#wallets #cards #fintech #bkey #riverpod

License

Apache-2.0 (license)

Dependencies

bkey_uikit, dartz, equatable, flutter, flutter_riverpod, json_annotation

More

Packages that depend on bmoni_embedded_wallets_cards