progbonus_vendor_client 1.0.0 copy "progbonus_vendor_client: ^1.0.0" to clipboard
progbonus_vendor_client: ^1.0.0 copied to clipboard

Flutter package for ProgBonus Vendor Clients app.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'services/services.dart';

Future main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await initServices();

  runApp(const MyApp());
}
0
likes
120
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for ProgBonus Vendor Clients app.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

crypto, equatable, fluent_result, flutter, http

More

Packages that depend on progbonus_vendor_client