adaptive_navbar 1.2.0 copy "adaptive_navbar: ^1.2.0" to clipboard
adaptive_navbar: ^1.2.0 copied to clipboard

A responsive Flutter navigation bar that adapts to screen size, rendering as a full navbar on web and desktop and collapsing into a menu drawer on mobile.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2026-06-25 #

Features #

  • upgrade flutter sdk to 3.44.4 (9b41ef1)
  • upgrade flutter sdk to 3.44.4 (53609e3)

Miscellaneous #

  • bump version to next patch (546bd4c)
  • update example pubspec.lock for flutter 3.44.4 (576b298)

1.1.5 - 2026-06-21 #

Miscellaneous #

  • bump version to 1.1.4 (41f49dc)
  • update flutter version to 3.44.2 (397db97)
  • update flutter version to 3.44.2 (23c54bb)
  • update pubspec.lock (a3cdc59)

1.1.4 - 2026-06-21 #

CI #

  • fix publish workflow not triggering after release-please (e1f1fc1)

1.1.3 - 2026-06-21 #

Miscellaneous #

  • show chore, docs, and ci commits in changelog (94b3cb8)
  • update packages and changelog config (0557e5b)
  • upgrade dart_husky to 1.2.2 (6900292)

CI #

  • add workflow_dispatch to publish workflow (25b1621)
  • use dart pub publish for oidc compatibility (51b5576)
  • use dart-lang reusable publish workflow for oidc (b163c76)

1.1.2 - 2026-06-21 #

Bug Fixes #

  • match publish trigger to release-please tag format (c5d18a6)
  • use simple version tag format without component prefix (bdb7c7a)

1.1.1 - 2026-06-21 #

Bug Fixes #

  • add pub.dev publish workflow (a06b592)

1.1.0 - 2026-06-21 #

Features #

  • add optional width, alignment, and title parameters (b50cf39)
  • optional title, width & alignment params + release automation (3f769d5)

1.0.3 - 2026-06-06 #

Added #

  • Community Health Files for GitHub Community Standards compliance:
    • CODE_OF_CONDUCT.md (Contributor Covenant 2.1).
    • CONTRIBUTING.md with setup, test, and conventional-commit guidance.
    • SECURITY.md with private vulnerability reporting via GitHub Security Advisories.
    • .github/ISSUE_TEMPLATE/bug_report.yml and feature_request.yml (YAML forms).
    • .github/ISSUE_TEMPLATE/config.yml for issue-creation routing.
    • .github/pull_request_template.md PR checklist.

1.0.2 - 2026-06-06 #

Added #

  • Widget Test Suite: 23 widget tests across AdaptiveNavBar, NavBarItem, NavBarSmall, and NavBarWide covering adaptive breakpoint switching, title behavior, tap handlers, layout, and AppBar pass-through.
  • Package Metadata for pub.dev SEO:
    • topics: field (navigation, navbar, responsive, adaptive, widget).
    • screenshots: entry pointing at screenshots/adaptive_navbar.png.
    • issue_tracker URL.
  • CI & Tooling:
    • GitHub Actions workflow (pr_title.yml) enforcing conventional commits on PR titles.
    • Dependabot config for daily dependency upgrades.
    • dart_husky pre-commit hooks: dart format --set-exit-if-changed, flutter analyze, flutter test.
    • Conventional commit-msg hook (allows wip and release types).

Changed #

  • Rewrote description field for better pub.dev SEO (60–180 char sweet spot).
  • Loosened SDK constraint from ^3.12.1 to >=3.0.0 <4.0.0.

Removed #

  • pub_login.sh and the legacy publish.yml token-based publishing flow (will be replaced by pub.dev OIDC-based automated publishing).
  • Redundant test dev dependency that conflicted with the Flutter SDK's test_api pin (flutter_test re-exports it).

1.0.1 #

  • Upgrade flutter version to 3.44.0

1.0.0 #

  • Initial stable release with adaptive navigation bar (menu on narrow screens, full navbar on wide).

0.0.3 #

  • Updated documentation.

0.0.2 #

  • Properly documented.

0.0.1 #

  • Added support for adaptiveness of the default Flutter AppBar.
22
likes
160
points
3.72k
downloads
screenshot

Documentation

API reference

Publisher

verified publishermoulibheemaneti.com

Weekly Downloads

A responsive Flutter navigation bar that adapts to screen size, rendering as a full navbar on web and desktop and collapsing into a menu drawer on mobile.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #navbar #responsive #adaptive #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_navbar