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

outdated

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

Flira #

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

GIF-220910_234824.gif

Usage #

The Flira report dialog is built to be placed inside the home parameter of our MaterialApp.

Once we initialized the Flira client, we will be able to call the report dialog using three methods:

  • shaking the screen
  • taking a screenshot or
  • calling to a void function from Flira package.
Flira fliraClient = Flira(
        // get this from https://id.atlassian.com/manage-profile/security/api-tokens
        atlassianApiToken: 'myyQMo9cBvfUmWEgrwQUCA84',
        // atlassian url prefix
        atlassianUrl: 'marcostrt',
        // your email
        atlassianUser: 'tort.marcos9@gmail.com');
    fliraClient.init(
      
      context: context,
      // Here you can choose how to trigger the Flira client
      method: TriggeringMethod.screenshot,
    );

Code example repository #

Code example

6
likes
0
points
188
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

atlassian_apis, flutter, screenshot_callback, shake

More

Packages that depend on flira