Lockie

Results 4 issues of Lockie

Love the package. One thing that would be cool was if there was a tool to find unused translation keys. Currently working on a project that has 1000s of translation...

Can you add a setting/configuration that lets you chose between alphanumeric and alphabetic sorting?

### Steps to reproduce Use the example test from the docs - `integration_test/example_test.dart` ```Dart import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:patrol/patrol.dart'; void main() { patrolTest( 'counter state is the...

feature
package: patrol_cli
needs more info

I am unable to run widget tests for a widget that uses the `plural` extension method. The tests are failing with the following error ``` ══╡ EXCEPTION CAUGHT BY WIDGETS...