-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adding responsive dashboard #38
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Far better @sumit-158. Just minor feedback!
import 'package:responsive_builder/responsive_builder.dart'; | ||
|
||
final GlobalKey<ScaffoldState> scaffoldKey = GlobalKey(); | ||
AppBar topNavigationBar(BuildContext context, GlobalKey<ScaffoldState> key) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is-this a method? It should be a class!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u mean appbar inside class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also @g123k can you please help me with the local navigation, I don't understand how to do it. |
No pb. From which screen to which screen to you want to navigate to? |
Currently the landing page is active group , but I want when someone clicks on joined ,create group it opens new screen for each |
You have two options:
|
What
Screenshot
Fixes bug(s)