flutster 1.1.1 copy "flutster: ^1.1.1" to clipboard
flutster: ^1.1.1 copied to clipboard

discontinued

Record your Flutter UI tests using this Widget on Android. Save the UI tests to play them again automatically.

70/ 160
pub points
42
downloads

We analyzed this package 10 hours ago, and awarded it 70 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

204 out of 208 API elements (98.1 %) have documentation comments.

Some symbols that are missing documentation: flutster.FlutsterStateKeeper.FlutsterStateKeeper.new, flutster.FlutsterTestEvent.isStopKey, flutster.FlutsterTestRecord.findEventIndex, flutster.FlutsterTestRecorderState.FlutsterTestRecorderState.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 16 issues. Showing the first 2:

ERROR: The method 'pump' can't be unconditionally invoked because the receiver can be 'null'.

lib/flutster.dart:2994:30

     ╷
2994 │             await controller.pump();
     │                              ^^^^
     ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutster.dart

INFO: Missing type annotation.

lib/flutster.dart:221:3

    ╷
221 │   tapUp(Offset tapStop, {Duration? tapDuration, DateTime? time}) {
    │   ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutster.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive >=3.3.9 <30.0.0 4.2.0 4.2.0
cross_file >=0.3.3+4 <30.0.0 0.3.5+5 0.3.5+5
http >=0.13.4 <30.0.0 1.6.0 1.6.0
image_compare_2 >=1.1.3 <5.0.0 1.1.7 1.1.7
intl >=0.18.0 <30.0.0 0.20.3 0.20.3
share_plus >=10.1.3 <30.0.0 13.3.0 13.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
ffi_leak_tracker - 0.1.2 0.1.2
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
image - 4.9.2 4.9.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.2 6.5.2
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
share_plus_platform_interface - 7.2.0 7.2.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.14
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
url_launcher_linux - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
vm_service - 15.3.0 15.3.0
web - 1.1.1 1.1.1
win32 - 6.4.0 6.4.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/flutster.dart:2994:30 - The method 'pump' can't be unconditionally invoked because the receiver can be 'null'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
7
likes
70
points
42
downloads

Documentation

API reference

Publisher

verified publisherjod.li

Weekly Downloads

Record your Flutter UI tests using this Widget on Android. Save the UI tests to play them again automatically.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, cross_file, flutter, flutter_test, http, image_compare_2, intl, share_plus

More

Packages that depend on flutster

Packages that implement flutster