You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
The main feature of our app is to share poems as images, but currently, we only have 1 background type. It would be great if we can have more backgrounds.
Plan to execute
Create an abstract class to take required properties
Make current implementation to work with it
Add at least one more kind of design
Possible abstract class
Widget background (the main widget)
List colors (colors used in widget)
Color isSingleColor (only single is needed for the screen)
More could be used...
The text was updated successfully, but these errors were encountered:
Describe the feature
The main feature of our app is to share poems as images, but currently, we only have 1 background type. It would be great if we can have more backgrounds.
Plan to execute
Possible abstract class
The text was updated successfully, but these errors were encountered: