Other than that, there is a lot you can do already, even without this library. Everything depends on your resources, requirements and complexity of your project.
For example, if you are working alone or in a small team, your project's complexity is probably not overwhelming, and your entire application will consist only of a couple of dozens of Widget derived classes at max. In this case, maybe you can deliberately program the platform-adaptive behavior in your custom Widget classes, so that you'll be happy working with them long-term.
This workflow is not always applicable, and may seem complicated at the beginning, but it will become more natural later.
As of recently, Flutter has added adaptive constructors for Switch, SwitchListTile, and CircularProgressIndicator which will help further progress platform-aware widgets within a single codebase. While these are the only three as of now, expect more in the future!