frideos 0.1.0 copy "frideos: ^0.1.0" to clipboard
frideos: ^0.1.0 copied to clipboard

outdated

A collection of helpers, made with the intent to simplify the using of streams and the BLoC pattern, and various widgets for Flutter (animations, transitions, timed widgets, scrollingtext, etc.).

Version 0.0.3 (24-01-19) #

- Added the FadeInWidget

- Added the FadeOutWidget

- Added the StagedWidget

- StagedObject class

1. Added the onEnd callback
2. The widgetsMap property was renamed to stagesMap

Version 0.0.2 #

- StreamedList class

1. Added a getter for the length of the list

e.g. streamedList.length

it is the same as: streamedList.value.length

2. Methods added:
  • removeElement
  • removeAt
  • clear

- StreamedMap class

1. Added a getter for the length of the map

e.g. streamedMap.length

it is the same as: streamedMap.value.length

2. Methods added:
  • AddKey
  • removeKey
  • clear
41
likes
0
pub points
62%
popularity

Publisher

unverified uploader

A collection of helpers, made with the intent to simplify the using of streams and the BLoC pattern, and various widgets for Flutter (animations, transitions, timed widgets, scrollingtext, etc.).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on frideos