flutter_jira_issue_collector 0.2.0
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_collectorUse 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_collectorThis 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.0Alternatively, 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';