matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Export flutter_google_places_sdk_platform_interface package #2

Closed aaqibismail closed 3 years ago

aaqibismail commented 3 years ago

Thank you for this package. The only issue currently is that the models used by the package are defined in the platform interface package, but since they are not exported in the main package they must be manually imported every time because the dart linter cannot find them. Thanks!

matanshukry commented 3 years ago

@aaqibism thanks for the feedback!

Fixed and published new minor version - 0.2.1.