taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

fix: remove registerWith for android build issue on v2 plugin #64

Open MarlonJD opened 3 weeks ago

MarlonJD commented 3 weeks ago

android build error when flutter build app:

public static void registerWith(PluginRegistry.Registrar registrar) {
                                                  ^
  symbol:   class Registrar
  location: interface PluginRegistry

This is from v2 plugin issue, we have to remove registerWith to build with v2