webrailnavoverlay 0.0.3 copy "webrailnavoverlay: ^0.0.3" to clipboard
webrailnavoverlay: ^0.0.3 copied to clipboard

Platformweb

A Flutter package for a web-based navigation rail with overlay support.

0.0.3 #

Initial Release This version marks the initial release of the webrailnavoverlay package, a Flutter package designed to simplify the creation of web-based navigation dashboards with an intuitive rail navigation bar and overlay support. Below are the key features and functionalities introduced in this version:

Features Dashboard Page:

A customizable DashboardPage widget that serves as the main screen for your web application. Supports dynamic content by accepting a list of pages (List

RailNavbarMenuItem Class: Represents an individual item in the navigation rail. Supports icons, labels, and indexing for seamless navigation. Optional hover items (List

Customizable hover behavior for navigation items, enabling the display of sub-items. Easily managed through the HoverItemConfig class, which defines the hover items and their actions. Pre-built Pages:

HomePage: A basic home page to get started quickly. SettingsPage: A settings page template with placeholders for sub-pages. SettingsSubPage1 and SettingsSubPage2: Examples of sub-pages that can be accessed via the settings menu. Footer Integration:

A customizable DashboardFooterWidget to display additional information or controls at the bottom of the dashboard. Documentation and Examples Comprehensive documentation is provided to guide users through the setup and customization process. An example implementation is included in the package to demonstrate how to use the DashboardPage, RailNavBarWidget, and related components effectively. Bug Fixes N/A (Initial release) Known Issues N/A (Initial release)

How to Upgrade To start using webrailnavoverlay in your project, simply add it to your pubspec.yaml:

yaml dependencies: webrailnavoverlay: ^0.0.2

Then, import it into your Dart files:

dart import 'package:webrailnavoverlay/webrailnavoverlay.dart';

2
likes
160
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for a web-based navigation rail with overlay support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on webrailnavoverlay

Packages that implement webrailnavoverlay