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

Feature Addition request- Add AppBar widget #3

Closed
ShubhKanodia opened this issue Oct 7, 2023 · 0 comments
Closed

Feature Addition request- Add AppBar widget #3

ShubhKanodia opened this issue Oct 7, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@ShubhKanodia
Copy link
Member


Field Description
About πŸš€ Flutter's Widget Wonderland! Explore, Learn, Create. Your one-stop for all things Flutter widgets! πŸ“±βœ¨
Label Add AppBar Widget

Issue Title

Add AppBar Widget

Description

Overview

This issue is about adding an "AppBar" widget to the FlutterFolio widget catalog app. The "AppBar" widget is a common UI component in Flutter for displaying the app's title, leading actions, and actions.

Adhere to the below folder structure for reference

- lib/
  - screens/
    - home_screen.dart
    - widget_detail_screen.dart
  - models/
    - widget_models.dart
  - main.dart
  - assets/
  - images/
    - flutter_logo.png
  - data/
    - widgets_data.dart
  - theme
    - app_theme.dart
- README.md

Task

  • Create a new widget for the "AppBar" in the lib/widgets folder.
  • Implement the "AppBar" widget with the ability to customize its title, leading actions, and actions.
  • Add the "AppBar" widget to the widget_data.dart data source with the widget's name, description, and image path.
  • Update the home_screen.dart to dynamically generate an elevated button for the "AppBar" widget.

Acceptance Criteria

  • The "AppBar" widget is created and can display a customizable title, leading actions, and actions.
  • It is added to the widget catalog with a proper description and an image that represents the widget.
  • Users can access information about the "AppBar" widget through the app's user interface.

Definition of Done

  • The "AppBar" widget code is clean, well-documented, and follows Flutter best practices.
  • The widget is tested and functions correctly.
  • The widget is accessible through the app's user interface.
  • The issue is reviewed and accepted.
@ShubhKanodia ShubhKanodia added enhancement New feature or request hacktoberfest good first issue Good for newcomers labels Oct 7, 2023
@ShubhKanodia ShubhKanodia changed the title Feature Addition request- Add Scaffold widget Feature Addition request- Add AppBar widget Oct 8, 2023
@dscpesu dscpesu deleted a comment from abhinavs1920 Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant