There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
My compose experiments in one convenient location
Made with Compose
I've started learning and experimenting with Compose during dev13 build. Since then, Compose first transitioned
to alpha, then beta and now 1.0 release is on the horizon. Meanwhile, I tried keep up-to-date as much as I could. Nevertheless,
many of my experiments that I published on Github as repositories or gists usually stayed behind due to my tendency to hop between projects.
I decided to bring many of my compose projects into one repository to make it easier to keep them up-to-date. This repository should always have
a single Compose version so that even when I start a new project, I would have to update every other sample as well. Although Compose
doesn't have version incompatibility anymore since Beta releases had started, I'd still feel better if the latest Compose version
is always tested.
This demo was inspired by light.cretu.dev. Using Experimental Brush API for TextStyle, we are able to shine a light of radial gradient on a background text composable.