bottom_nav_layout 2.1.1 copy "bottom_nav_layout: ^2.1.1" to clipboard
bottom_nav_layout: ^2.1.1 copied to clipboard

A quick and powerful app layout. Supports page state preservation, lazy page loading, and has a page backstack.

86
likes
130/ 160
pub points
79%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: bottom_nav_layout,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/m-azyoksul/bottom_nav_layout but got https://github.com/mt-akar/bottom_nav_layout.

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

42 out of 155 API elements (27.1 %) have documentation comments.

Some symbols that are missing documentation: bottom_nav_layout, bottom_nav_layout.BottomBarWithSheetDelegate.autoClose, bottom_nav_layout.BottomBarWithSheetDelegate.bottomBarMainAxisAlignment, bottom_nav_layout.BottomBarWithSheetDelegate.bottomBarTheme, bottom_nav_layout.BottomBarWithSheetDelegate.constBottomBarTheme.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 15 issues. Showing the first 2:

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

lib/src/delegates/convex_bottom_bar_delegate.dart:5:8

  ╷
5 │ import '../layout.dart';
  │        ^^^^^^^^^^^^^^^^
  ╵

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

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

lib/src/delegates/convex_bottom_bar_delegate.dart:6:8

  ╷
6 │ import '../nav_bar_delegate.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/delegates/convex_bottom_bar_delegate.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
animated_bottom_navigation_bar ^0.3.2 0.3.3 1.3.3
bottom_bar_with_sheet ^1.1.1 1.1.1 2.4.0
convex_bottom_bar ^3.0.0 3.2.0 3.2.0
flutter flutter 0.0.0 0.0.0
flutter_snake_navigationbar ^0.5.0 0.5.0 0.6.1
salomon_bottom_bar ^3.1.0 3.3.2 3.3.2
sliding_clipped_nav_bar ^1.0.3 1.0.3 3.1.1
water_drop_nav_bar ^1.0.1 1.0.1 2.2.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nested - 1.0.0 1.0.0
provider - 5.0.0 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 5 issues. Showing the first 2:

The constraint `^0.3.2` on animated_bottom_navigation_bar does not support the stable version `1.0.0`.

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

The constraint `^1.1.1` on bottom_bar_with_sheet does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions bottom_bar_with_sheet 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.