mobilefoundation 8.0.2021020113 copy "mobilefoundation: ^8.0.2021020113" to clipboard
mobilefoundation: ^8.0.2021020113 copied to clipboard

outdated

Flutter Plugin for IBM Mobile Foundation. Supports iOS and Android Platforms

example/lib/main.dart

import 'package:flutter/material.dart';
import './pages/BestBankRoot.dart';

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

class RootApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: BestBankRoot(),
      debugShowCheckedModeBanner: false,
    );
  }
}
3
likes
40
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for IBM Mobile Foundation. Supports iOS and Android Platforms

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, uuid

More

Packages that depend on mobilefoundation

Packages that implement mobilefoundation