Skip to content

Commit

Permalink
Update of the revision in starter flutter project and comment with link
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbinaurics committed May 28, 2024
1 parent a74d8ec commit 251b4ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled.

version:
revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
channel: stable

project_type: plugin
Expand All @@ -13,23 +13,23 @@ project_type: plugin
migration:
platforms:
- platform: root
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
- platform: android
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
- platform: ios
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
- platform: linux
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
- platform: macos
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
- platform: windows
create_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
base_revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268
create_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a
base_revision: b4bce91dd0f168179d46a7ae5eceb3572ba9637a

# User provided section

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ static void ayfcorepack_plugin_handle_method_call(
}
else if (strcmp(method, "getEntryPoints") == 0)
{
// https://levelup.gitconnected.com/writing-plugins-for-linux-in-flutter-38e46bd7872f
// https://api.flutter.dev/linux-embedder/fl__value_8h.html

g_autoptr(FlValue) mapReturn = fl_value_new_map();
//flutter::EncodableMap retMap;

Expand Down

0 comments on commit 251b4ea

Please sign in to comment.