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

Update ScreensShots.md #246

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 13, 2023

  1. Update ScreensShots.md

    I have make use of the latest Flutter UI practices and improve the structure and styling of this code
    
    In the upgraded code:
    
    1. The code structure follows the standard Flutter app structure with a main entry point and a `MyApp` widget as the root widget.
    2. The `MyApp` widget is a `StatelessWidget` that sets up the basic app scaffold with an app bar and a body.
    3. The UI components are displayed in a `Column` widget inside the `body` of the `Scaffold`.
    4. Each component is represented by a `ComponentCard` widget, which is a custom widget created to display an image and a title.
    5. The image path and title for each component are passed as parameters to the `ComponentCard` widget.
    6. The `ComponentCard` widget uses a `Card` to display the image and title, with appropriate padding and styling.
    
    Make sure to update the image paths in the code to match the actual paths of this images. Also, consider adjusting the image dimensions to fit the specific requirements..
    madhupashish authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f14ed6d View commit details
    Browse the repository at this point in the history