pottery 0.3.0 pottery: ^0.3.0 copied to clipboard
Utility for using Pot in Flutter to limit the lifespan of particular Pots according to the widget lifecycle.
0.3.0 #
- Add DevTools extension.
- Use pot 0.7.1.
0.2.0 #
- Breaking
- Rename
ScopedPottery
toLocalPottery
. (#7)- This is to avoid it being confused with the scoping feature of package:pot.
ScopedPottery
now exists as an alias, but will be removed.
- Rename
ScopedPots
toLocalPotteryObjects
. (#7)- This is the type name of the
builder
parameter ofLocalPottery
.
- This is the type name of the
- Rename
- Raise the minimum Flutter SDK version to 3.10.0.
0.1.1 #
- Bump pot version to 0.6.0.
0.1.0 #
- Breaking
- Rename
PotsMap
toPotReplacements
.
- Rename
- Add
ScopedPottery
(#4). - Implement
debugFillProperties()
. - Bump pot version to 0.5.0.
- Add new tests to ensure correct behaviours.
- Improve existing tests.
- Improve documentation.
0.0.1+3 #
- Update README and example.
0.0.1+2 #
- Improve README.
0.0.1+1 #
- Change the project structure.
0.0.1 #
- Initial release.