casdoor / casdoor-flutter-sdk

Flutter SDK for Casdoor, see example at: https://github.com/casdoor/casdoor-flutter-example
https://github.com/casdoor/casdoor
Apache License 2.0
9 stars 13 forks source link

fix: add plugins to library import file #34

Closed fischermario closed 8 months ago

fischermario commented 8 months ago

Prevent Xcode build error due to missing relationship between library import file and pubspec.yaml.

Added all plugins to library import file.

Fix: https://github.com/casdoor/casdoor-flutter-sdk/pull/33#issuecomment-1763629162

casbin-bot commented 8 months ago

@seriouszyx @ComradeProgrammer @Resulte please review

hsluoyz commented 8 months ago

@fischermario fix CI first:

image

fischermario commented 8 months ago

Replaced by #35