aiuta-com / flutter-sdk

An fashion try on generation library for Flutter.
Apache License 2.0
0 stars 0 forks source link

Add images #14

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

https://github.com/aiuta-com/flutter-sdk/blob/6391e95991c4ffad76dcfb322021c28ab4801a22/android/src/main/kotlin/com/aiuta/flutter/fashionsdk/domain/mappers/configuration/theme/ThemeMapper.kt#L53


        typography = proceedTypography ?: DefaultAiutaTypography,
        icons = platformTheme.icons?.toAiutaIcons(assetManager) ?: defaultIcons,
        shapes = platformTheme.shapes?.toAiutaShapes() ?: DefaultAiutaShapes,
        watermarkRes = null, // TODO Add watermark
        // TODO Add images
    )
}
github-actions[bot] commented 1 month ago

Closed in 2dfd09bd2e204126588cbd0c4deb58d5a4e16ba8.