misc library
Classes
- MessageBus
- Class for handling the Message Bus used in the front-end mostly
- SocketIOClient
- Class for functionality of SocketIO operations
Functions
-
toTitleCase(
String s) → String -
Helper function to convert string
s
to Title Case -
underScoreToCamel(
String s) → String -
Helper function to convert an underscore string
s
to camel case. -
underScoreToTitle(
String s) → String -
Helper function to convert an underscore string
s
to Title case.
Typedefs
- SocketIOHandler = void Function(dynamic data)