flutter_mmoo_base_recharge 1.0.0-dev.0 copy "flutter_mmoo_base_recharge: ^1.0.0-dev.0" to clipboard
flutter_mmoo_base_recharge: ^1.0.0-dev.0 copied to clipboard

discontinued

A new Flutter module.

90/ 160
pub points
11
downloads

We analyzed this package 34 hours ago, and awarded it 90 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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/seemelala/flutter_base_recharge 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: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

32 out of 144 API elements (22.2 %) have documentation comments.

Some symbols that are missing documentation: json_convert_content, json_convert_content.JsonConvert, json_convert_content.JsonConvert.JsonConvert.new, json_convert_content.JsonConvert.fromJson, json_convert_content.JsonConvert.fromJsonAsT.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_mmoo_base_recharge/recharge_util.dart that imports:
  • package:in_app_purchase_ios/store_kit_wrappers.dart that declares support for platforms: iOS.
Package does not support platform `iOS`.

Because:

  • package:flutter_mmoo_base_recharge/dao/recharge_dao.dart that imports:
  • package:flutter_mmoo_base/dao/base_dao.dart that imports:
  • package:flutter_mmoo_base/utils/common_utils.dart that imports:
  • package:android_intent/android_intent.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutter_mmoo_base_recharge/dao/recharge_dao.dart that imports:
  • package:flutter_mmoo_base/dao/base_dao.dart that imports:
  • package:flutter_image_compress/flutter_image_compress.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_mmoo_base_recharge/dao/recharge_dao.dart that imports:
  • package:flutter_mmoo_base/dao/base_dao.dart that imports:
  • package:flutter_image_compress/flutter_image_compress.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_mmoo_base_recharge/dao/recharge_dao.dart that imports:
  • package:flutter_mmoo_base/dao/base_dao.dart that imports:
  • package:flutter_image_compress/flutter_image_compress.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_mmoo_base_recharge/dao/recharge_dao.dart that imports:
  • package:flutter_mmoo_base/dao/base_dao.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 33 issues. Showing the first 2:

WARNING: The receiver can't be 'null' because of short-circuiting, so the null-aware operator '?.' can't be used.

lib/generated/json/recharge_list_entity_helper.dart:12:53

   ╷
12 │     data['list'] =  entity.list?.map((v) => v.toJson())?.toList();
   │                                                        ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/json/recharge_list_entity_helper.dart

WARNING: The receiver can't be 'null' because of short-circuiting, so the null-aware operator '?.' can't be used.

lib/generated/json/recharge_type_entity_helper.dart:12:73

   ╷
12 │     data['rechargeModels'] =  entity.rechargeModels?.map((v) => v.toJson())?.toList();
   │                                                                            ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/json/recharge_type_entity_helper.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
collection ^1.15.0 1.19.1 1.19.1
connectivity ^3.0.6 3.0.6 3.0.6 Discontinued
crypto ^3.0.1 3.0.7 3.0.7
flutter_mmoo_base ^1.0.0-dev.0 1.0.0-dev.0 1.0.0-dev.0 Discontinued
in_app_purchase ^1.0.6 1.0.9 3.2.3
in_app_purchase_android ^0.1.4+3 0.1.6 0.4.0+8
in_app_purchase_ios ^0.1.3+1 0.1.4 0.2.0+1 Discontinued
sp_util ^2.0.3 2.0.3 2.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
android_intent - 2.0.2 2.0.2 Discontinued
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
connectivity_for_web - 0.4.0+1 0.4.0+1 Discontinued
connectivity_macos - 0.2.1+2 0.2.1+2
connectivity_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
date_format - 2.0.9 2.0.9
device_info - 2.0.3 2.0.3 Discontinued
device_info_platform_interface - 2.0.1 2.0.1
device_info_plus - 11.5.0 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
dio - 4.0.6 5.9.0
encrypt - 5.0.3 5.0.3
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_image_compress - 1.1.3 2.4.0
flutter_screenutil - 5.9.3 5.9.3
flutter_secure_storage - 4.2.1 10.0.0
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
in_app_purchase_platform_interface - 1.4.0 1.4.0
intl - 0.17.0 0.20.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.2.4 9.2.4
package_info - 2.0.2 2.0.2 Discontinued
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.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
permission_handler - 8.3.0 12.0.1
permission_handler_platform_interface - 3.12.0 4.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
pub_semver - 2.2.0 2.2.0
rxdart - 0.28.0 0.28.0
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
vibration - 1.9.0 3.1.5
vibration_platform_interface - 0.0.3 0.1.1
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 4 issues. Showing the first 2:

The constraint `^1.0.6` on in_app_purchase does not support the stable version `2.0.0`.

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

The constraint `^0.1.4+3` on in_app_purchase_android does not support the stable version `0.2.0`.

Try running dart pub upgrade --major-versions in_app_purchase_android 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.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: