I've seen solutions like:
Have both GMS and HMS in the project
to have both GMS and HMS in java based android apps.
Is it possible to do simillar thing in flutter app? I can set the use of different plugins in build.gradle, but is it possible to have the same named classes with different implementation, like in the example above?