deso_sdk 0.1.0+4 copy "deso_sdk: ^0.1.0+4" to clipboard
deso_sdk: ^0.1.0+4 copied to clipboard

Unofficial Dart SDK for Decentralized Social / DeSo.org

example/lib/main.dart

import 'package:flutter/material.dart';

import 'playground_screen.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'DeSo SDK Demo',
      theme: ThemeData.dark(),
      home: const PlaygroundScreen(),
    );
  }
}
2
likes
110
pub points
0%
popularity

Publisher

verified publisherstackwares.com

Unofficial Dart SDK for Decentralized Social / DeSo.org

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, either_option, logger

More

Packages that depend on deso_sdk