GithubHelp home page GithubHelp logo

bohdannikoletti / gloinstabugreporter Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 294 KB

Flutter plugin for easier UI bug reports/task creation in Glo

License: MIT License

Java 0.94% Objective-C 1.95% Dart 91.38% Ruby 5.72%
flutter-package gitkraken-glo bugreport flutter dart package pub

gloinstabugreporter's Introduction

GloInstaBugReporter: Instantly report UI bugs.

Version

glo_insta_bug_reporter

The package provides an easy way to instantly capture screenshot, edit it, describe and create card on glo board instantly in Flutter project.

Features

  • Capture screenshot
  • Add description and title for created task
  • Editing screenshot

Version compatibility

See CHANGELOG for all breaking (and non-breaking) changes.

Getting started

You should ensure that you add the router as a dependency in your flutter project.

dependencies:
 glo_insta_bug_reporter: "^0.0.1"

You can also reference the git repo directly if you want:

dependencies:
 fluro:
   git: git://github.com/BohdanNikoletti/GloInstaBugReporter

You should then run flutter packages upgrade or update your packages in IntelliJ.

Example Project

There is a pretty sweet example project in the example folder. Check it out. Otherwise, keep reading to get up and running.

Usage Example

Pick a board and column Fill ticket important fields Edit captured screenshot

For get access to plugin features:

  • Create your OAuth app folowing instructions on GitKraken web site;
  • Add file named glo_config.json file structure example into assets directory in project with config that containes generated identifier & secret from previous step;
  • Extend your state from GloReportableWidgetState.
File structure example
{
  "identifier": "YOUR_IDENTIFIER",
  "secret": "YOUR_SECRET"
}
main.dart
class _MyHomePageState extends GloReportableWidgetState<HomePage> {
  @override
  Widget buildRootWidget(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text(widget.title),
      ),
      body: Center(
        child: Column(
          mainAxisAlignment: MainAxisAlignment.center,
          children: <Widget>[
            const Text(
              'Test screenShot maker',
            ),
            Text(
              'tap',
              style: Theme.of(context).textTheme.display1,
            ),
          ],
        ),
      ),
    );
  }
}

Credits

GloInstaBugReporter is owned and maintained by Bohdan Mihiliev

License

GloInstaBugReporter is available under the MIT license. See the LICENSE file for more info.

gloinstabugreporter's People

Contributors

bohdannikoletti avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

amirh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.