-
-
Notifications
You must be signed in to change notification settings - Fork 287
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: Replaced Product Page AppBar with floating action Button #1275
Conversation
…shPP/smooth-app into personalizeRanking--TopBar
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.
Love the appearing button, just one comment and the analyzer complaining about some things:
info • Unused import: 'package:smooth_app/helpers/launch_url_helper.dart' • packages/smooth_app/lib/pages/product/new_product_page.dart:20:8 • unused_import
info • Unused import: 'package:smooth_app/helpers/product_cards_helper.dart' • packages/smooth_app/lib/pages/product/new_product_page.dart:21:8 • unused_import
info • The value of the local variable 'appLocalizations' isn't used • packages/smooth_app/lib/pages/product/new_product_page.dart:63:28 • unused_local_variable
@M123-dev |
@M123-dev if you have any question ,do let me know. |
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.
Great solution thanks for this effort @PrabeshPP
What
Screenshot
Before:
After:
after.mp4
Fixes bug(s)
AppBar
with floating back button #1175Part of
(please be as granular as possible)