mateo_mobile 0.1.3 copy "mateo_mobile: ^0.1.3" to clipboard
mateo_mobile: ^0.1.3 copied to clipboard

The Flutter implementation of Mateo Mobile, a simple, expressive, warm design system for touch-first Android and iOS applications.

130/ 160
pub points
20
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

packages/flutter/mateo-mobile/pubspec.yaml from the repository has no repository or homepage URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: mateo_mobile,
    • contains a version property, and,
    • does not contain a publish_to property.
Repository URL doesn't exist.

At the time of the analysis https://github.com/Ventairy/mateo/tree/main/packages/flutter/mateo-mobile-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

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

687 out of 730 API elements (94.1 %) have documentation comments.

Some symbols that are missing documentation: mateo_mobile.MateoEdgeFadeStyle.copyWith, mateo_mobile.MateoHeroBackground, mateo_mobile.MateoHeroBackground.MateoHeroBackground.new, mateo_mobile.MateoHeroBackground.child, mateo_mobile.MateoHeroBackground.decoration.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

  • package:mateo_mobile/mateo_mobile.dart that declares support for platforms: Android, iOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 15 issues. Showing the first 2:

INFO: Unnecessary use of 'unawaited'.

lib/src/widgets/mateo_bottom_sheet/_mateo_bottom_sheet_surface.dart:69:5

   ╷
69 │     unawaited(Navigator.of(context).maybePop());
   │     ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/mateo_bottom_sheet/_mateo_bottom_sheet_surface.dart

INFO: Unnecessary use of 'unawaited'.

lib/src/widgets/mateo_dot_matrix/mateo_dot_matrix.dart:145:7

    ╷
145 │       unawaited(_controller.repeat());
    │       ^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
flutter_animate ^4.0.0 4.5.2 4.5.2
freezed_annotation ^3.1.0 3.1.0 3.1.0
json_annotation ^4.11.0 4.12.0 4.12.0
maplibre_gl ^0.26.2 0.26.2 0.27.1
oh_my_flutter ^0.3.0 0.3.2 0.24.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.3.0 4.3.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
dio - 5.11.1 5.11.1
dio_web_adapter - 2.2.2 2.2.2
ffi - 2.2.0 2.2.0
flutter_shaders - 0.1.3 0.1.3
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.10.1 4.10.1
internet_connection_checker_plus - 3.1.2 3.1.2
maplibre_gl_platform_interface - 0.26.2 0.27.1
maplibre_gl_web - 0.26.2 0.27.1
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.2 6.5.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
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
vector_math - 2.4.3 2.4.3
web - 1.1.1 1.1.1

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

The constraint `^0.26.2` on maplibre_gl does not support the stable version `0.27.0`.

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

The constraint `^0.3.0` on oh_my_flutter does not support the stable version `0.4.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
20
downloads

Documentation

API reference

Publisher

verified publisherventairy.com

Weekly Downloads

The Flutter implementation of Mateo Mobile, a simple, expressive, warm design system for touch-first Android and iOS applications.

Topics

#flutter #design-system #mobile-ui #widget #animations

License

MIT (license)

Dependencies

flutter, flutter_animate, freezed_annotation, json_annotation, maplibre_gl, oh_my_flutter

More

Packages that depend on mateo_mobile