gits_base 1.4.2 copy "gits_base: ^1.4.2" to clipboard
gits_base: ^1.4.2 copied to clipboard

GitsBase is base for UI project include state management with cubit & hydrated.

140/ 160
pub points
36
downloads

We analyzed this package 4 days ago, and awarded it 140 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: BSD-3-Clause.

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

63 out of 65 API elements (96.9 %) have documentation comments.

Some symbols that are missing documentation: gits_base, gits_base.GitsCubit.GitsCubit.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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

Package not compatible with platform Web

Because:

  • package:gits_base/gits_base.dart that imports:
  • package:gits_base/src/gits_hydrated.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:gits_base/gits_base.dart that imports:
  • package:gits_base/src/gits_hydrated.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart that imports:
  • dart:io

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.

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

INFO: The type parameter name 'Page' matches a visible type name.

lib/src/gits_cubit.dart:27:21

   ╷
27 │   void initArgument<Page>(BuildContext context, Page widget) {}
   │                     ^^^^
   ╵

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

INFO: The type parameter name 'Page' matches a visible type name.

lib/src/gits_cubit.dart:63:24

   ╷
63 │   void didUpdateWidget<Page>(
   │                        ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/gits_cubit.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_bloc ^8.1.2 8.1.6 9.1.1
flutter_secure_storage ^8.0.0 8.1.0 10.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 8.1.4 9.2.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 2.1.1 4.1.0
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
nested - 1.0.0 1.0.0
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
vector_math - 2.2.0 2.2.0

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

The constraint `^8.1.2` on flutter_bloc does not support the stable version `9.0.0`.

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

The constraint `^8.0.0` on flutter_secure_storage does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_secure_storage 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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
140
points
36
downloads

Publisher

verified publishergits.id

Weekly Downloads

GitsBase is base for UI project include state management with cubit & hydrated.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_bloc, flutter_secure_storage

More

Packages that depend on gits_base