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

Flutteradgents is a tool for testers and QA teams that, directly within the project, lets them log into Jira, capture and annotate screenshots, and quickly create and assign bug tickets with all the n [...]

flutteradgents #

[FlutterAdgents logo]

Flutteradgents is a solution designed for testers and QA teams responsible for app validation. Directly from within the project, it allows users to log in with their Jira account, capture screenshots, add annotations, and easily create and assign bug tickets to developers.

Each generated ticket automatically includes all the essential information needed for faster resolution, such as:
🌍 Environment: dev
πŸ“Ÿ Platform: iOS
πŸ“± Device: iPhone 17 Pro Β· iOS 26.2
πŸ”’ Build number: 1
πŸ“Œ Build version: 1.0.0
πŸ“² App name: Demo

Screenshots #

Additional preview images are listed on the package page (Screenshots) after publication.

[FlutterAdgents package overview]

Documentation #

Issues & feedback #

Report bugs or request features on the GitHub tracker: Issues.

Topics (pub.dev) #

The package is tagged for discovery on pub.dev under: flutter, jira, qa, feedback, testing.

Dependencies #

In your app pubspec.yaml:

dependencies:   
 flutteradgents: x.x.x 

Get started #

return FlutterAdgentsHosts(
  settings: FlutterAdgentsSettings.simple(
    projectId: 'fad_XXXXXXXX', // Step 1
    flavor: 'develop', // Step 2
  ),
  child: MaterialApp(
    builder: FlutterAdgents.materialAppBuilder, // Step 3
  ),
);

How testers open the login screen #

With the default setup, FlutterAdgents.materialAppBuilder listens for a β€œsecret tap”: the user must tap 5 times quickly on the app (anywhere on the content). That opens the FlutterAdgents flow; if the user is not signed in yet, the login page is shown first.

You can change the required number of taps by wrapping the builder yourself, for example:

builder: (context, child) => FlutterAdgents.materialAppBuilder(
  context,
  child,
  secretTapCount: 5, // default
),

Example app #

An executable example is available in example/.

cd example
flutter pub get
flutter run
0
likes
0
points
42
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Flutteradgents is a tool for testers and QA teams that, directly within the project, lets them log into Jira, capture and annotate screenshots, and quickly create and assign bug tickets with all the necessary technical details included.

Repository (GitHub)
View/report issues

Topics

#flutter #jira #qa #feedback #testing

License

unknown (license)

Dependencies

app_links, device_info_plus, dio, flutter, flutter_localizations, flutter_secure_storage, flutter_web_auth_2, flutteradgents_feedback, http_parser, package_info_plus, url_launcher

More

Packages that depend on flutteradgents