bizdoc 0.0.2 copy "bizdoc: ^0.0.2" to clipboard
bizdoc: ^0.0.2 copied to clipboard

outdated

Workflow forms for corporate.

Flutter for BizDoc is a framework for creating forms-driven mobile app.

Features #

  • Authentication
  • Attachments

Getting started #

Usage #

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return BizDocApp(
        resolve: {'my-component': (context) => MyComponent()},
        authentication: Credentials());
  }
}
Provider Usage
Okta
Credentials
class MyComponent extends StatelessWidget {
}

Additional information #

.