Skip to content
View PROGrand's full-sized avatar
👁️‍🗨️
👁️‍🗨️
Block or Report

Block or report PROGrand

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. flutter_gherkin_automated flutter_gherkin_automated Public

    Improved flutter gherkin performance and stability,

    Dart 6 3

  2. flutter_qa flutter_qa Public

    Flutter Q&A widgets.

    Dart 6 3

  3. yolo-coreml yolo-coreml Public

    Create and use YOLOv3 Neural Network on iOS

    Swift 20 6

  4. sticky-socket-cluster sticky-socket-cluster Public

    Sticky session balancer based on a 'cluster' and 'http-proxy' module with express and socket.io support.

    JavaScript 20 6

  5. Gherkin step definition for dropdown... Gherkin step definition for dropdown control
    1
    import 'package:flutter_gherkin/flutter_gherkin.dart';
    2
    import 'package:flutter_test/flutter_test.dart';
    3
    import 'package:gherkin/gherkin.dart';
    4
    
                  
    5
    final givenITapDropdownItem = given2<String, String, FlutterWorld>(RegExp(r'I tap (?:a|an|the) {string} within (?:a|an|the) {string} dropdown'), (menuItemKey, dropdownKey, context) async {