flira 0.1.0 copy "flira: ^0.1.0" to clipboard
flira: ^0.1.0 copied to clipboard

A tool to report Jira issues from a flutter-app.

Flira #

Use Flira to create Jira issues from your mobile flutter app.

ezgif.com-gif-maker87824c9a4266f65e.gif

Usage #

The Flira report dialog is built to wrap our MaterialApp.

Once we wrapped our MaterialApp, we will be able to call the report dialog using three methods:

  • shaking the screen
  • taking a screenshot
  • calling to a void function from Flira package.

The flow is:

  • Trigger Flira.
  • Tap the small floating button.
  • Enter the data and send the ticket.
  • To dismiss the floating button, double tap on it.
FliraWrapper(
        atlassianApiToken: 'TxS1UBrLD6f8Rjsbk6brA81D',
        atlassianUrlPrefix: 'marcostrt',
        atlassianUser: 'tort.marcos9@gmail.com',
        triggeringMethod: TriggeringMethod.shaking,
        context: context,
        app: MaterialApp.router(
          routeInformationProvider: _router.routeInformationProvider,
          routeInformationParser: _router.routeInformationParser,
          routerDelegate: _router.routerDelegate,
          title: title,
        ),
      );

Code example repository #

Code example stable branch

5
likes
0
pub points
20%
popularity

Publisher

unverified uploader

A tool to report Jira issues from a flutter-app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

atlassian_apis, bloc, equatable, flutter, flutter_bloc, screenshot_callback, shake

More

Packages that depend on flira