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

PlatformAndroidiOS
outdated

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

0
likes
120/ 160
pub points
56
downloads

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

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

38 out of 99 API elements (38.4 %) have documentation comments.

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

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 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.

Failed check 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.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/native_tab_bar/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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

Found 4 issues. Showing the first 2:

INFO: 'red' is deprecated and shouldn't be used. Use .r.

lib/src/native_tab_bar.dart:165:12

    ╷
165 │       red: red / 255.0,
    │            ^^^
    ╵

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

INFO: 'green' is deprecated and shouldn't be used. Use .g.

lib/src/native_tab_bar.dart:166:14

    ╷
166 │       green: green / 255.0,
    │              ^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
cupertino_icons ^1.0.5 1.0.8 1.0.8
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 Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5

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.

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

Failed check 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
56
downloads

Publisher

verified publisherdra11y.com

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, native_flutter_fonts, plugin_platform_interface, uuid, visibility_detector

More

Packages that depend on native_tab_bar