stellarplugin 0.0.3+12 copy "stellarplugin: ^0.0.3+12" to clipboard
stellarplugin: ^0.0.3+12 copied to clipboard

Flutter Stellar Plugin

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:stellarplugin_example/home.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primaryColor: Colors.pink,
      ),
      home: Home(),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Flutter Stellar Plugin

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on stellarplugin