Skip to content

Commit

Permalink
fix: Eliminate Firebase dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed May 11, 2023
1 parent 0fe9a38 commit 6bf7fb6
Show file tree
Hide file tree
Showing 8 changed files with 502 additions and 494 deletions.
270 changes: 135 additions & 135 deletions packages/masamune_logger_firebase/example/pubspec.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

#include "generated_plugin_registrant.h"

#include <firebase_core/firebase_core_plugin_c_api.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
FirebaseCorePluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
firebase_core
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down

0 comments on commit 6bf7fb6

Please sign in to comment.