Mahdi Pishguy

Results 154 comments of Mahdi Pishguy

@kingmaster772 i can do it, what's your problem? please clarify the issue

@evanholt1 i have the same problem to pass arguments to another screen, do you how can we resolve this problem? could you fix that?

@evanholt1 thanks so much i can resolve this problem by this solution: ```dart PersistentBottomNavBarItem( title: 'Home', icon: const Icon(Icons.home), routeAndNavigatorSettings: RouteAndNavigatorSettings( initialRoute: '/page/one', onGenerateRoute: (RouteSettings settings) { switch (settings.name) {...

could you more description about this update?

@heshaShawky did you get an error?

when this PR can be merge?

@xiajinjun which version of this package you try to install? latest version should be installed on `php 8` and `laravel 8`

@simolus3 > > . I think sqflite has some builtin protection against that, so I would assume that this is pretty rare. > :upside_down_face: i had't check, each opening app...

@simolus3 ok thanks, i should be try, i would try to implementing that if i can't can i get your help?

please read source code first ```dart StoryView( storyItems: storyItems, controller: storyController, onComplete: () => Navigator.of(context).pop(), indicatorColor: DefaultColors.$BackgroundColor, onStoryShow: (story){}, ), ```