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

This is a package with functions and widgets to make app development faster and more convenient, currently it is developed by one developer.

29
likes
100/ 160
pub points
0%
popularity

We analyzed this package 7 days ago, and awarded it 100 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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

93 out of 194 API elements (47.9 %) have documentation comments.

Some symbols that are missing documentation: coder0211, coder0211.BaseAPI, coder0211.BaseAPI.fileUpload, coder0211.BaseButton.bgColor, coder0211.BaseButton.borderRadius.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:coder0211/coder0211.dart that imports:
  • package:coder0211/src/extensions/double_extension.dart that imports:
  • package:coder0211/src/base_handle/base_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:coder0211/coder0211.dart that imports:
  • package:coder0211/src/extensions/double_extension.dart that imports:
  • package:coder0211/src/base_handle/base_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:coder0211/coder0211.dart that imports:
  • package:coder0211/src/extensions/double_extension.dart that imports:
  • package:coder0211/src/base_handle/base_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:coder0211/coder0211.dart that imports:
  • package:coder0211/src/base_api/base_api.dart that imports:
  • dart:io

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 9 issues. Showing the first 2:

ERROR: The argument type 'QrImage' can't be assigned to the parameter type 'Widget?'.

lib/src/base_scan/base_scan_qr.dart:10:14

   ╷
10 │         child: QrImage(
   │ ┌──────────────^
11 │ │         data: '1234567890',
12 │ │         version: QrVersions.auto,
13 │ │         size: 200.0,
14 │ │       ),
   │ └───────^
   ╵

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

ERROR: 1 positional argument expected by 'QrImage.new', but 0 found.

lib/src/base_scan/base_scan_qr.dart:11:9

   ╷
11 │         data: '1234567890',
   │         ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base_scan/base_scan_qr.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
auto_size_text ^3.0.0 3.0.0 3.0.0
connectivity ^3.0.6 3.0.6 3.0.6
dio ^4.0.6 4.0.6 5.7.0
flutter flutter 0.0.0 0.0.0
flutter_mobx ^2.0.6+4 2.2.1+1 2.2.1+1
flutter_svg ^1.0.0 1.1.6 2.0.14
fluttertoast ^8.0.9 8.2.8 8.2.8
google_fonts ^3.0.1 3.0.1 6.2.1
image_picker ^0.8.4+4 0.8.9 1.1.2
loading_indicator ^3.1.0 3.1.1 3.1.1
mobx ^2.1.1 2.4.0 2.4.0
provider ^6.0.4 6.1.2 6.1.2
qr_flutter ^4.0.0 4.1.0 4.1.0
shared_preferences ^2.0.11 2.3.3 2.3.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
connectivity_for_web - 0.4.0+1 0.4.0+1
connectivity_macos - 0.2.1+2 0.2.1+2
connectivity_platform_interface - 2.0.1 2.0.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_selector_linux - 0.9.3+1 0.9.3+1
file_selector_macos - 0.9.4+2 0.9.4+2
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+3 0.9.3+3
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_web_plugins - 0.0.0 0.0.0
http - 0.13.6 1.2.2
http_parser - 4.0.2 4.1.1
image_picker_android - 0.8.12+17 0.8.12+17
image_picker_for_web - 2.2.0 3.0.6
image_picker_ios - 0.8.12+1 0.8.12+1
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime - 1.0.6 2.0.0
nested - 1.0.0 1.0.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 - 2.1.5 2.1.5
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
qr - 3.0.2 3.0.2
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
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.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
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
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 4 issues. Showing the first 2:

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

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.

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

Check the analysis log for details.

29
likes
100
pub points
0%
popularity

Publisher

unverified uploader

This is a package with functions and widgets to make app development faster and more convenient, currently it is developed by one developer.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, connectivity, dio, flutter, flutter_mobx, flutter_svg, fluttertoast, google_fonts, image_picker, loading_indicator, mobx, provider, qr_flutter, shared_preferences

More

Packages that depend on coder0211