native_tab_bar 1.0.5 copy "native_tab_bar: ^1.0.5" to clipboard
native_tab_bar: ^1.0.5 copied to clipboard

Native, accessible Android and iOS bottom tabs navigation component for Flutter.

0
likes
130/ 160
pub points
17%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://dra11y.com was unreachable. Make sure that the website is reachable via HEAD requests.

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

38 out of 89 API elements (42.7 %) have documentation comments.

Some symbols that are missing documentation: native_tab_bar, native_tab_bar.NativeTab.decode, native_tab_bar.NativeTab.encode, native_tab_bar.NativeTab.nativeTabIcon, native_tab_bar.NativeTab.title.

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

Because:

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

Because:

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

Because:

  • package:native_tab_bar/native_tab_bar.dart that declares support for platforms: Android, iOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:native_tab_bar/native_tab_bar.dart that imports:
  • package:native_tab_bar/src/native_tab_bar_ios.dart that imports:
  • package:native_tab_bar/src/native_tab_bar_platform_interface.dart that imports:
  • package:native_tab_bar/src/native_tab_bar.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.

OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest
cupertino_icons ^1.0.5 1.0.8 1.0.8
flutter flutter 0.0.0 0.0.0
native_flutter_fonts ^1.0.2 1.0.5 1.0.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
uuid ^3.0.6 3.0.7 4.5.1
visibility_detector ^0.3.3 0.3.3 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
crypto - 3.0.6 3.0.6
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.99 0.0.99
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4

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

The constraint `^3.0.6` on uuid does not support the stable version `4.0.0`.

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

The constraint `^0.3.3` on visibility_detector does not support the stable version `0.4.0+2`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_METHOD - lib/src/native_tab_bar_platform_interface.dart:55:23 - The method 'verify' isn't defined for the type 'PlatformInterface'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.