atom_kit 0.0.1 copy "atom_kit: ^0.0.1" to clipboard
atom_kit: ^0.0.1 copied to clipboard

Atom Kit is a package that accelerates your Flutter development

0
likes
100/ 160
pub points
27
downloads

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

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

0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

21 out of 112 API elements (18.8 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: atom_kit, atom_kit.ApiClient, atom_kit.ApiClient.ApiClient, atom_kit.ApiClient.getApi, atom_kit.ApiClientOptions.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:atom_kit/atom_kit.dart that imports:
  • package:atom_kit/src/components/main_app/ui/atom_main_app.dart that imports:
  • package:get/get.dart that imports:
  • package:get/route_manager.dart that imports:
  • package:get/get_navigation/get_navigation.dart that imports:
  • package:get/get_navigation/src/root/get_material_app.dart that imports:
  • package:get/get_utils/get_utils.dart that imports:
  • package:get/get_utils/src/platform/platform.dart that imports:
  • package:get/get_utils/src/platform/platform_web.dart that imports:
  • dart:html

This package is not compatible with runtime wasm, and 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
30 / 50trigger folding of the section

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

Found 13 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: DataListView.showErrorWidget, DataListView.showLoadingWidget

lib/src/ui/components/data_list_view.dart:3:7

  ╷
3 │ class DataListView<T> extends StatefulWidget {
  │       ^^^^^^^^^^^^
  ╵

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

INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.

lib/src/data/failures/exception_handler.dart:37:47

   ╷
37 │   static ResponseFailure _handleResponseError(DioError error) {
   │                                               ^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
dartz ^0.10.1 0.10.1 0.10.1
dio ^5.7.0 5.7.0 5.7.0
flex_color_scheme ^7.3.1 7.3.1 8.0.2
flutter flutter 0.0.0 0.0.0
flutter_screenutil ^5.9.3 5.9.3 5.9.3
get ^4.6.6 4.6.6 4.6.6
logging ^1.2.0 1.3.0 1.3.0
pretty_dio_logger ^1.4.0 1.4.0 1.4.0
shared_preferences ^2.3.2 2.3.4 2.3.4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
dio_web_adapter - 2.0.0 2.0.0
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flex_seed_scheme - 1.5.0 3.4.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.1.1 4.1.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.0 2.4.0
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^7.3.1` on flex_color_scheme does not support the stable version `8.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

0
likes
100
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Atom Kit is a package that accelerates your Flutter development

Documentation

API reference

License

MIT (license)

Dependencies

dartz, dio, flex_color_scheme, flutter, flutter_screenutil, get, logging, pretty_dio_logger, shared_preferences

More

Packages that depend on atom_kit