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

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

84
likes
120/ 140
pub points
77%
popularity

We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 140):

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

33 out of 58 API elements (56.9 %) have documentation comments.

Some symbols that are missing documentation: bottom_nav_layout.FirstAndLastPageStack.peek, bottom_nav_layout.FirstAndLastPageStack.pop, bottom_nav_layout.FirstAndLastPageStack.push, bottom_nav_layout.NavigatorWithoutRouteNames.initialPage, bottom_nav_layout.NavigatorWithoutRouteNames.navKey.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:bottom_nav_layout/bottom_nav_layout.dart that imports:
  • package:bottom_nav_layout/src/navigation.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 18 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/bottom_nav_layout.dart:1:1

  ╷
1 │ /////////////////////////////////////
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.

lib/src/layout.dart:29:16

   ╷
29 │   })  : assert(pages.length >= 1, "At least 1 page is required"),
   │                ^^^^^^^^^^^^^^^^^
   ╵

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

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

10/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
universal_io ^2.0.4 2.2.2 2.2.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
sky_engine - 0.0.99 0.0.99
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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

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.

84
likes
120
pub points
77%
popularity

Publisher

verified publishermazyoksul.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, universal_io

More

Packages that depend on bottom_nav_layout