flutter_jira_issue_collector 0.2.0 copy "flutter_jira_issue_collector: ^0.2.0" to clipboard
flutter_jira_issue_collector: ^0.2.0 copied to clipboard

Jira Issue Collector for Flutter. Fetch collector fields dynamically, show customizable forms, or submit issues programmatically in the background.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_jira_issue_collector

Use it

The package has the following executables:

$ generate_collector

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_jira_issue_collector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_jira_issue_collector: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_jira_issue_collector/flutter_jira_issue_collector.dart';
1
likes
160
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Jira Issue Collector for Flutter. Fetch collector fields dynamically, show customizable forms, or submit issues programmatically in the background.

Homepage
Repository (GitHub)
View/report issues

Topics

#jira #issue-collector #issue-tracking #feedback

License

MIT (license)

Dependencies

dio, flutter, html

More

Packages that depend on flutter_jira_issue_collector