Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Assets Directory

This directory contains images and assets for the package documentation.

Images for pub.dev

To add images that will display on pub.dev:

  1. Place your images in this assets/ directory

    • Recommended formats: PNG, JPG, or SVG
    • Recommended size for screenshots: 800-1200px width
  2. Reference images in README.md using GitHub raw URLs:

    ![Image description](https://raw.githubusercontent.com/muhammadkamel/flutter_screenutil_plus/master/assets/your-image.png)
  3. Common images to include:

    • demo_en.png - Main demo screenshot
    • demo_tablet_en.png - Tablet demo screenshot
    • logo.png or banner.png - Package logo/banner (optional)
  4. After adding images:

    • Commit and push to GitHub
    • Images will be accessible via GitHub raw URLs
    • pub.dev will automatically display them in the README

Current Images Referenced

  • demo_en.png - Main effect demonstration
  • demo_tablet_en.png - Tablet effect demonstration

Make sure these images exist in this directory before publishing!