do9core

Results 10 comments of do9core

我用短语替换当世界语输入法了,所以希望短语替换能有独立快捷键

> @do9core 是指给“短语替换”功能一个开关么 是的,就是这个意思

Now I have 2 idea: * Create a generic decoration just like the BoxDecoration which flutter framework provided, rather than a lot of decoration types. * Just try to draw...

> Just try to draw the BoxDecoration directly into the units. I prefer to implement this, which saves a lot of effort on checking the inputs because we just align...

> > Just try to draw the BoxDecoration directly into the units. > > I prefer to implement this, which saves a lot of effort on checking the inputs because...

This commit has many changes. 1. The deprecated `ColorDecoration` and old `UnitDecoration` class have been **removed**. 2. Introduce new `UnitDecoration` class, adapt tests and example to it. 3. The `RouletteGroup.uniform`...

Sorry, I'm too busy to implement new features recently. But I could propose some suggestions. --- > gesture detect widget(or showdialog) in each section of the roulette when clicked Instead...

To make this easy, Let's just use a 4 parts roulette. Think about this example: Actually, the part `i`(`i` from 0) of the `n` parts roulette has the range of:...

While indefinite rotation is not currently supported, it's relatively straightforward to implement. The roulette animation is based on Flutter's built-in animation capabilities.

I've implemented indefinite rotation in the `feat/infinite-rolling` branch. (Examples included) Please test it and let me know if it meets your expectations. If so, I'll prepare a new release. Thanks!...