Mahesh Jamdade

Results 60 issues of Mahesh Jamdade

**Describe the bug** There are many tests that have been commented in test/ folder **Code sample** Show code sample ```dart Paste minimal and complete code sample here to investigate the...

P3
tech-debt

This will solve - Issue https://github.com/maheshmnj/searchfield/issues/84 - Issue https://github.com/maheshmnj/searchfield/issues/38 sample demo code ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) :...

Proposal
P3
tech-debt

**Is your feature request related to a problem? Please describe.** Users would like to show a notification badge on a NavbarItem **Describe the solution you'd like** NavbarItem should have a...

Feature Request
P3

``` mahesh@Maheshs-MacBook-Air-M1-3 navbar_router % flutter analyze Analyzing navbar_router... info • 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre • lib/src/navbar_router.dart:341:12 • deprecated_member_use...

tech-debt
P3

**Is your feature request related to a problem? Please describe.** Add a horizontal Swipe Gesture to change the tabs, This should be configurable with a swippable parameter, We should also...

Feature Request
P3

**Is your feature request related to a problem? Please describe.** As Flutter goes beyond mobile and the mobile manufacturers are building devices of different form factors curved, foldable and dual...

enhancement
easy fix
P3

The example app should be rebuilt to showCase the capabilities of NavbarRouter. - [ ] Build a simple expenses Management app - [ ] App works completely offline - [X]...

enhancement
P3

This issue tracks a request to improve the documentation for this package. This issue will be marked as closed when all the below conditions are met. - [x] Publish docs...

documentation

This issue is similar to https://github.com/maheshmnj/navbar_router/issues/8 **Is your feature request related to a problem? Please describe.** Although NavbarRouter adds support for different NavigationBars going forward, users have different design specs...

Feature Request
P1

[navbar_router](https://pub.dev/packages/navbar_router) was built to make it easy to add navigation bars capability along with the ability to achieve complex features that help streamline a great user experience with minimal code....

showcase