Skip to content
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

Merged
merged 18 commits into from
Mar 20, 2022

Conversation

PrabeshPP
Copy link
Contributor

What

  • Replaced Product Page AppBar with floating action Button.

Screenshot

Before:

After:

after.mp4

Fixes bug(s)

Part of

@PrabeshPP PrabeshPP requested a review from a team as a code owner March 20, 2022 13:39
@M123-dev M123-dev linked an issue Mar 20, 2022 that may be closed by this pull request
Copy link
Member

@M123-dev M123-dev left a 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

@teolemon teolemon changed the title Product page feat: Replaced Product Page AppBar with floating action Button Mar 20, 2022
@PrabeshPP
Copy link
Contributor Author

PrabeshPP commented Mar 20, 2022

@PrabeshPP
Copy link
Contributor Author

@M123-dev if you have any question ,do let me know.

Copy link
Member

@M123-dev M123-dev left a 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

@M123-dev M123-dev merged commit bc78fe2 into openfoodfacts:develop Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace product page AppBar with floating back button
3 participants