dumble 0.8.3 copy "dumble: ^0.8.3" to clipboard
dumble: ^0.8.3 copied to clipboard

outdated

A Mumble transport client framework supporting multiple Mumble features such as fully encrypted udp transport or user management

[0.8.3] - 12.07.2021 #

  • Fixed a bug where actions on a user (e.g. muting) targeted self instead

[0.8.2] - 11.07.2021 #

  • Some typos
  • Fixed a bug where all changes on a user (e.g. comment) were also detected as channel changes

[0.8.1] - 19.06.2021 #

  • Minor internal fixes

[0.8.0] - 19.06.2021 #

  • Null safety (but not as great as it could be)
    • See the README.md why futher null safety refinements are desired
  • Targeting Mumble 1.4
  • API changes
    • Most notably the connection process is now more dart like by utilizing a static connect method, just like Socket.connect
    • For some types we now differntiate between incoming and outgoing direction because they have different requirements on when a field can be null
    • Also, the typo in the Selfe type was corrected, so the types new name is Self now
  • Internal structure changes
  • Some big files where split up into multiple files, at the cost of more @protected and hide directives. This structural change allows us to define the following convention: The file that declares a type is responsible for constructing it from a proto message.This makes it easier to check the proto messages fields for allowed values since everything is structured more clearly.
  • Additional bug fixes

[0.7.2] - 03.08.2020 #

  • Implemented already complete guard for AudioFrameSink

[0.7.0] - 04.07.2020 #

  • Worked on documentation
  • Minor bug fixes
  • Overhauled examples
3
likes
0
pub points
37%
popularity

Publisher

verified publisherepnw.eu

A Mumble transport client framework supporting multiple Mumble features such as fully encrypted udp transport or user management

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, fixnum, meta, pointycastle, protobuf

More

Packages that depend on dumble