flutster 1.0.2 icon indicating copy to clipboard operation
flutster: ^1.0.2 copied to clipboard

PlatformAndroid

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

6
likes
140/ 140
pub points
71%
popularity

We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

10/10 points: Package has an example

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

  • 256 out of 261 API elements (98.1 %) have documentation comments.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:flutster/flutster.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutster/flutster.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:flutster/flutster.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:flutster/flutster.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:flutster/flutster.dart that declares support for platforms: Android.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:flutster/flutster.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
icon indicating section status
Pass static analysis
30 / 30icon to trigger folding of the section

30/30 points: code has no errors, warnings, lints, or formatting issues

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
cross_file >=0.3.3+4 <1.0.0 0.3.3+4 0.3.3+4
flutter flutter 0.0.0 0.0.0
flutter_test flutter 0.0.0 0.0.0
http >=0.13.4 <1.0.0 0.13.6 1.0.0
image_compare >=1.1.2 <2.0.0 1.1.2 1.1.2
intl >=0.18.0 <1.0.0 0.18.1 0.18.1
share_plus >=6.3.1 <7.0.0 6.3.4 7.0.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.3.7 3.3.7
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.17.1 1.17.2
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
fake_async - 1.3.1 1.3.1
ffi - 2.0.2 2.0.2
file - 6.1.4 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
image - 3.3.0 4.0.17
js - 0.6.7 0.6.7
matcher - 0.12.15 0.12.16
material_color_utilities - 0.2.0 0.5.0
meta - 1.9.1 1.9.1
mime - 1.0.4 1.0.4
path - 1.8.3 1.8.3
path_provider - 2.0.15 2.0.15
path_provider_android - 2.0.27 2.0.27
path_provider_foundation - 2.2.3 2.2.3
path_provider_linux - 2.1.11 2.1.11
path_provider_platform_interface - 2.0.6 2.0.6
path_provider_windows - 2.1.6 2.1.6
petitparser - 5.4.0 5.4.0
platform - 3.1.0 3.1.0
plugin_platform_interface - 2.1.4 2.1.4
pointycastle - 3.7.3 3.7.3
process - 4.2.4 4.2.4
share_plus_platform_interface - 3.2.1 3.2.1
sky_engine - 0.0.99 0.0.99
source_span - 1.9.1 1.10.0
stack_trace - 1.11.0 1.11.0
stream_channel - 2.1.1 2.1.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.5.1 0.6.0
typed_data - 1.3.2 1.3.2
universal_io - 2.2.0 2.2.1
url_launcher_linux - 3.0.5 3.0.5
url_launcher_platform_interface - 2.1.2 2.1.2
url_launcher_web - 2.0.17 2.0.17
url_launcher_windows - 3.0.6 3.0.6
uuid - 3.0.7 3.0.7
vector_math - 2.1.4 2.1.4
win32 - 3.1.4 5.0.3
xdg_directories - 1.0.0 1.0.0
xml - 6.3.0 6.3.0

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

The constraint `>=0.13.4 <1.0.0` on http does not support the stable version `1.0.0`, that was published 6 days ago.

When http is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions http to update the constraint.

The constraint `>=6.3.1 <7.0.0` on share_plus does not support the stable version `7.0.0`, that was published 20 days ago.

When share_plus is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions share_plus to update the constraint.

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

icon indicating section status
Dart 3 & Flutter 3.10 compatibility
20 / 20icon to trigger folding of the section

20/20 points: Package is Dart 3 & Flutter 3.10 compatible!

Analysed with Pana 0.21.32, Flutter 3.10.0, Dart 3.0.0.

6
likes
140
pub points
71%
popularity

Publisher

verified publisher iconjod.li

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

cross_file, flutter, flutter_test, http, image_compare, intl, share_plus

More

Packages that depend on flutster