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

Add web support #348

Closed
prggTheProgrammer opened this issue Mar 13, 2022 · 2 comments · Fixed by #374
Closed

Add web support #348

prggTheProgrammer opened this issue Mar 13, 2022 · 2 comments · Fixed by #374

Comments

@prggTheProgrammer
Copy link

💬 Description

It would be nice if this plugin was also available for web. Something that automated this process.

❓ Platform

This is specific for web

@bradintheusa
Copy link
Collaborator

That's a lot of icons. I normally just make one.

@RatakondalaArun RatakondalaArun self-assigned this Jun 24, 2022
@RatakondalaArun RatakondalaArun added this to To do in v0.9.4 via automation Jun 24, 2022
@RatakondalaArun
Copy link
Collaborator

As a initial web support we can add default flutter icon sizes that are included in bootstrap code

This are the default web fav icons generated by flutter when we create a new project
image

manifest.json

{
    "name": "demo",
    "short_name": "demo",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "A new Flutter project.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}

As an initial support for web we can generate icons for web with this sizes. 192, 512
cc @MarkOSullivan94

@RatakondalaArun RatakondalaArun moved this from To do to In progress in v0.9.4 Jun 25, 2022
@RatakondalaArun RatakondalaArun linked a pull request Jul 14, 2022 that will close this issue
2 tasks
v0.9.4 automation moved this from In progress to Done Jul 23, 2022
@RatakondalaArun RatakondalaArun mentioned this issue Jul 23, 2022
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants