flex 0.2.2
flex: ^0.2.2 copied to clipboard
A collection of classes, extensions and utilities to aid faster development.
Changelog #
0.2.2 #
- Fix logic in
PatientStreamQueue.dispose
0.2.1 #
- Add
sendEncodedEvent()
for sending Plexus encoded events
0.2.0 #
- Add
encodedEventHeader
andencodedEventSeparator
toconstants.dart
- Fix
PatientStreamQueue.dispose
,PatientStreamQueue._onListen
andPatientStreamQueue._onCancel
logic - Change typedefs to use generic function declaration syntax
- Enable
prefer_expression_function_bodies
,prefer_generic_function_type_aliases
anduse_function_type_syntax_for_parameters
inanalysis_options.yaml
- Switch
expose/list.dart
andexpose/maps.dart
to use generic typedefs instead of inline function declarations
0.1.0 #
Initial Development Release