tobias 2.0.0-nullsafety.1 copy "tobias: ^2.0.0-nullsafety.1" to clipboard
tobias: ^2.0.0-nullsafety.1 copied to clipboard

outdated

A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs.

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      home: new Scaffold(
        appBar: new AppBar(
          title: new Text('Tobias example'),
        ),
        body: Container(),
      ),
    );
  }
}
74
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tobias