It's baffling that there are no open-source implementations of proper swipe typing, at least for Android. AnySoftKeyboard has it, but it's not nearly the same as Swype and such, and is prone to mistakes. It could use some kind of a better approach.

Notably, with Swype and OKeyboard I could drag my thumb just in the vicinity of the target letters, and they tended to guess the word right, basing the guess mostly on the turns in the swipe (at least it felt that way). ASK requires me to tap the first letter precisely, and is sensitive to me hitting the subsequent ones, while the corners of the swipe aren't so useful.

Using a closed-source keyboard app feels very icky. OKeyboard was fine and advertised that it's secure because it has no permission to access the network—until it suddenly added that permission in an update, without changing the app description.

FlorisBoard is open source and has an implementation for this (en-us only for now): https://github.com/florisboard/florisboard

It's okay, but definitely worse than proprietary alternatives right now. But at least it's under active development.