claptv
Results
2
issues of
claptv
An exception is thrown if the date value is set through WidgetTest. ``` testWidgets( 'Test Case: test date validator.', (WidgetTester tester) async { await app.main(); await tester.pumpAndSettle(); // Set a...
The getApplicationDocumentsDirectory method is returning a path formatted as `**/data/user/0**/com.example.app/app_flutter`, which is causing a failure in a plugin that expects a path in the format of `**/data/data/**com.example.app/app_flutter`. I created `Download`...
bug