nts_picker 0.0.9+3 copy "nts_picker: ^0.0.9+3" to clipboard
nts_picker: ^0.0.9+3 copied to clipboard

discontinued
PlatformAndroidiOS

Media picker for android and ios flutter app. You can custom it to fit your app

1
likes
110/ 140
pub points
0%
popularity

We analyzed this package 18 hours ago, and awarded it 110 pub points (of a possible 140):

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: AGPL-3.0.

partial
Provide documentation
10 / 20trigger folding of the section

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

28 out of 219 API elements (12.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.

Some symbols that are missing documentation: data_manager, data_manager.DataManager, data_manager.DataManager.DataManager, data_manager.DataManager.folderStream, data_manager.DataManager.folders.

10/10 points: Package has an example

OK
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:nts_picker/nts_picker.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:nts_picker/nts_picker.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:nts_picker/nts_picker.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:nts_picker/nts_picker.dart that declares support for platforms: Android, iOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

INFO: The import of 'dart:async' is unnecessary because all of the used elements are also provided by the import of 'dart:core'.

lib/manager/picker_controller.dart:5:8

  ╷
5 │ import 'dart:async';
  │        ^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/ui/picker/widgets/image_error_view.dart:1:8

  ╷
1 │ import 'package:flutter/cupertino.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/picker/widgets/image_error_view.dart

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.0.1 8.1.5 8.1.5
flutter_video_info ^1.2.0 1.3.2 1.3.2
intl ^0.17.0 0.17.0 0.19.0
path ^1.8.0 1.9.0 1.9.0
permission_handler ^8.3.0 8.3.0 11.3.1
rxdart ^0.27.3 0.27.7 0.27.7
video_thumbnail ^0.4.3 0.4.6 0.5.3
Transitive dependencies
Package Constraint Compatible Latest
bloc - 8.1.4 8.1.4
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
nested - 1.0.0 1.0.0
permission_handler_platform_interface - 3.12.0 4.2.1
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

Found 3 issues. Showing the first 2:

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

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

The constraint `^8.3.0` on permission_handler does not support the stable version `9.0.1`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Media picker for android and ios flutter app. You can custom it to fit your app

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter, flutter_bloc, flutter_video_info, intl, path, permission_handler, rxdart, video_thumbnail

More

Packages that depend on nts_picker