Flira

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

ezgif.com-gif-maker-1c8c10af26f6aee90.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, drag it down.
FliraWrapper(
        triggeringMethod: TriggeringMethod.shaking,
        context: context,
        app: MaterialApp.router(
         .
         .
         .
        ),
      );

FliraWrapper can be applied to MaterialApp and MaterialApp.router() as well.

Code example repository

Code example feature/attach_image_to_issue (Current release)

Libraries

bug_menu_item
consts
dialogs
error_dialog
flira
flira
flira_bloc
flira_color_scheme
flira_issue
flira_overlay
floating_button
jira_repository
jira_repository
models
report_dialog
settings_dialog
story_menu_item
success_dialog
task_menu_item
trigger_method
ui_system
view
widgets