flutter_avataaar 0.1.13 copy "flutter_avataaar: ^0.1.13" to clipboard
flutter_avataaar: ^0.1.13 copied to clipboard

outdated

Flutter wrapper widget for Avataaars API allowing to generate and display avatar images.

28
likes
80/ 160
pub points
38%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger 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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

107 out of 184 API elements (58.2 %) have documentation comments.

Some symbols that are missing documentation: flutter_avataaar, flutter_avataaar.Avataaar.backgroundColor, flutter_avataaar.Avataaar.baseUrl, flutter_avataaar.Avataaar.clothes, flutter_avataaar.Avataaar.copyWith.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:flutter_avataaar/flutter_avataaar.dart that imports:
  • package:flutter_avataaar/src/avataaar/avataaar.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:flutter_avataaar/flutter_avataaar.dart that imports:
  • package:flutter_avataaar/src/avataaar/avataaar_generator.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_avataaar/flutter_avataaar.dart that imports:
  • package:flutter_avataaar/src/avataaar/avataaar_generator.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_avataaar/flutter_avataaar.dart that imports:
  • package:flutter_avataaar/src/avataaar/avataaar_generator.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_avataaar/flutter_avataaar.dart that imports:
  • package:flutter_avataaar/src/avataaar/avataaar_generator.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

ERROR: The getter 'subtitle2' isn't defined for the type 'TextTheme'.

lib/src/avataaar/avataaar_generator.dart:407:50

    ╷
407 │               style: Theme.of(context).textTheme.subtitle2,
    │                                                  ^^^^^^^^^
    ╵

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

INFO: The import of 'package:flutter_avataaar/src/helpers/avataaar_api.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_avataaar/flutter_avataaar.dart'.

lib/src/avataaar/avataaar.dart:10:8

   ╷
10 │ import 'package:flutter_avataaar/src/helpers/avataaar_api.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest
cached_network_image ^3.1.0 3.3.1 3.4.1
flutter flutter 0.0.0 0.0.0
flutter_material_pickers ^3.1.2 3.7.0 3.7.0
flutter_svg ^1.0.0 1.1.6 2.0.14
http ^0.13.4 0.13.6 1.2.2
path_provider ^2.0.9 2.1.5 2.1.5
universal_io ^2.0.4 2.2.2 2.2.2
uuid ^3.0.4 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
cached_network_image_platform_interface - 4.0.0 4.1.1
cached_network_image_web - 1.2.0 1.3.1
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
file_picker - 8.1.4 8.1.4
flutter_cache_manager - 3.3.1 3.4.1
flutter_colorpicker - 1.1.0 1.1.0
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.1
intl - 0.19.0 0.20.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
octo_image - 2.1.0 2.1.0
path - 1.9.1 1.9.1
path_drawing - 1.0.1 1.0.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.27.7 0.28.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sqflite - 2.4.1 2.4.1
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+5 2.5.4+5
sqflite_darwin - 2.4.1 2.4.1
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.0 1.4.0
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.8.0 5.8.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

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

Found 3 issues. Showing the first 2:

The constraint `^1.0.0` on flutter_svg does not support the stable version `2.0.0`.

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

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_GETTER - lib/src/avataaar/avataaar_generator.dart:407:50 - The getter 'subtitle2' isn't defined for the type 'TextTheme'.

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.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

28
likes
80
pub points
38%
popularity

Publisher

verified publisherfj-anleo.es

Flutter wrapper widget for Avataaars API allowing to generate and display avatar images.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cached_network_image, flutter, flutter_material_pickers, flutter_svg, http, path_provider, universal_io, uuid

More

Packages that depend on flutter_avataaar