titled_navigation_bar 4.1.0 icon indicating copy to clipboard operation
titled_navigation_bar: ^4.1.0 copied to clipboard

A beautiful, clean and simple bottom navigation bar with smooth animation on click. This package is high customizable, read more bellow for more details.

139
likes
40/ 140
pub points
90%
popularity

The package version is not analyzed, because it does not support Dart 3. Until this is resolved, the package will receive a pub score of 0.

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger 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: MIT.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

0/10 points: Failed to run dartdoc

  • Failed to resolve dependencies.
stdout: [   +8 ms] executing: [/tool/stable/flutter/] git -c log.showSignature=false log[...]
[   +9 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 9cd3d0d9ff05768afa249e036acc66e8abe93bff
[        ] executing: [/tool/stable/flutter/] git tag --points-at 9cd3d0d9ff0576[...]
[  +32 ms] Exit code 0 from: git tag --points-at 9cd3d0d9ff05768afa249e036acc66e8abe93bff
[        ] 3.10.2
[   +2 ms] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref HEAD
[   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] HEAD
[        ] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref --symbo[...]
[   +4 ms] Exit code 128 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] fatal: HEAD does not point to a branch
[   +8 ms] Unable to locate an Android SDK.
[   +3 ms] executing: uname -m
[   +2 ms] Exit code 0 from: uname -m
[        ] x86_64
[  +29 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, s[...]
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,[...]
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[...]
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +61 ms] executing: [/tmp/pub-dartlang-dartdocGJEWSO/pkg/] /tool/stable/flutte[...]
MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envAYEPEL/pub-cache-dirRPPFGC/log/pub_log.txt.
[ +363 ms] pub failed
           command: "/tool/stable/flutter/bin/cache/dart-sdk/bin/dart pub --supp[...]
           pub env: {
             "FLUTTER_ROOT": "/tool/stable/flutter",
             "PUB_ENVIRONMENT": "bot.pub_dartlang_org.docker:bot.pkg_pana:flutte[...]
             "PUB_CACHE": "/tmp/tool-envAYEPEL/pub-cache-dirRPPFGC",
           }
           exit code: 65

[  +15 ms] "flutter pub" took 505ms.
[  +35 ms] Running 0 shutdown hooks
[   +2 ms] Shutdown hooks complete
[   +2 ms] exiting with code 65

stderr: FINE: Pub 3.0.2
FINE: Resolving dependencies finished (0.028s).
ERR : The lower bound of "sdk: '>=2.2.2 <3.0.0'" must be 2.12.0'
    | or higher to enable null safety.
    | 
    | The current Dart SDK (3.0.2) only supports null safety.
    | 
    | For details, see https://dart.cn/null-safety
FINE: Exception type: DataException
FINE: package:pub/src/entrypoint.dart 987:7                Entrypoint._checkSdkConstraint
    | package:pub/src/entrypoint.dart 359:7                Entrypoint.acquireDep[...]
    | package:pub/src/log.dart 438:18                      progress
    | package:pub/src/entrypoint.dart 358:24               Entrypoint.acquireDependencies
    | package:pub/src/command/upgrade.dart 133:13          UpgradeCommand._runUpgrade
    | package:pub/src/command/upgrade.dart 122:13          UpgradeCommand.runProtected
    | package:pub/src/command.dart 199:21                  PubCommand.run.<fn>
    | dart:async                                           new Future.sync
    | package:pub/src/utils.dart 113:12                    captureErrors.wrappedCallback
    | package:stack_trace                                  Chain.capture
    | package:pub/src/utils.dart 126:11                    captureErrors
[...]
           <asynchronous suspension>
           #5      AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #6      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand.<anonymous closure> (package:[...]
           <asynchronous suspension>
           #8      AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #9      FlutterCommandRunner.runCommand (package:flutter_tools/src/ru[...]
           <asynchronous suspension>
           #10     run.<anonymous closure>.<anonymous closure> (package:flutter_[...]
           <asynchronous suspension>
           #11     AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #12     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>



icon indicating section status
Platform support
0 / 20icon to trigger folding of the section

0/20 points: Platform support detection failed

Could not determine supported platforms as package resolution failed.

Run flutter pub get for more information.

icon indicating section status
Pass static analysis
0 / 30icon to trigger folding of the section

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

Found 89 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'dart:ui'.

lib/src/navigation_bar.dart:1:8

  ╷
1 │ import 'dart:ui' show lerpDouble;
  │        ^^^^^^^^^
  ╵

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

ERROR: Target of URI doesn't exist: 'package:flutter/material.dart'.

lib/src/navigation_bar.dart:3:8

  ╷
3 │ import 'package:flutter/material.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

icon indicating section status
Support up-to-date dependencies
0 / 20icon to trigger folding of the section

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

Sdk constraint doesn't support current Dart version 3.0.2. Cannot run `flutter pub outdated`.

pubspec.yaml:7:8

  ╷
7 │   sdk: ">=2.2.2 <3.0.0"
  │        ^^^^^^^^^^^^^^^^
  ╵

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

Sdk constraint doesn't support current Dart version 3.0.2.

pubspec.yaml:7:8

  ╷
7 │   sdk: ">=2.2.2 <3.0.0"
  │        ^^^^^^^^^^^^^^^^
  ╵

Try widening the upper boundary of the constraint.

The current SDK constraint does not allow the Dart version used by the latest stable Flutter (3.0.2)

pubspec.yaml:7:8

  ╷
7 │   sdk: ">=2.2.2 <3.0.0"
  │        ^^^^^^^^^^^^^^^^
  ╵
icon indicating section status
Dart 3 & Flutter 3.10 compatibility
0 / 20icon to trigger folding of the section

0/20 points: Unable to detect Dart 3 & Flutter 3.10 compatibility

  • Failed to analyze Dart 3 & Flutter 3.10 compatibilty:
Unable to run pub upgrade.
The lower bound of "sdk: '>=2.2.2 <3.0.0'" must be 2.12.0'
or higher to enable null safety.

The current Dart SDK (3.0.2) only supports null safety.

For details, see https://dart.cn/null-safety

Analysed with Pana 0.21.32, Flutter 3.10.2, Dart 3.0.2.

139
likes
40
pub points
90%
popularity

Publisher

verified publisher iconpedromassango.dev

A beautiful, clean and simple bottom navigation bar with smooth animation on click. This package is high customizable, read more bellow for more details.

Repository (GitHub)

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on titled_navigation_bar