Clement Pang

Results 7 issues of Clement Pang

Mainly so that we can use a different FDB java client implementation, see: https://github.com/apple/foundationdb/issues/5190. Going to take a stab at it.

**Is your feature request related to a problem? Please describe.** This is something that flutter_sound supports, but beyond just streaming bytes (and letting the OS handle the playback of the...

enhancement
1 backlog

Doesn't seem like GraphBuilder should be hidden (unlike StateBuilder)

https://github.com/panghy/fsm2/commit/d7a24380178bd5cdc3b585ac34423a5b9086a158 Even though the generated visualization of the FSM suggests that entering a parent state will automatically also activate its child state (prescribed by `initialState()`). In reality, the automated activation...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package youtube_player_flutter ### What happened? The current code in `raw_youtube_player.dart` (line 189) could...