First of all, thank you for this!
I started working on a very similar app in Flutter but found yours just in time.
Now to the PR:
The changes allow a person to search for e.g. '2cb' or '5meo mipt'.
In the next step I'd like to combine SearchScreenWithoutDrawerButton & SearchScreenWithDrawerButton because they share almost the same code, hopefully there is some more modular solution.
Also what is your take on Navigation bars? They seem to be the preferred solution from what I have read. And the current side bar thing is pretty annoying when using gestures.
First of all, thank you for this! I started working on a very similar app in Flutter but found yours just in time.
Now to the PR: The changes allow a person to search for e.g. '2cb' or '5meo mipt'.
In the next step I'd like to combine SearchScreenWithoutDrawerButton & SearchScreenWithDrawerButton because they share almost the same code, hopefully there is some more modular solution.
Also what is your take on Navigation bars? They seem to be the preferred solution from what I have read. And the current side bar thing is pretty annoying when using gestures.