Skip to content

Commit 36fefe2

Browse files
committed
chore: released v2.2.0
1 parent 0663d73 commit 36fefe2

29 files changed

+1057
-32
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.3/","native_build":true,"dependencies":[]}],"android":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_android-10.0.0/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[{"name":"permission_handler_windows","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_windows-0.1.0/","native_build":true,"dependencies":[]}],"web":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","dependencies":[]}]},"dependencyGraph":[{"name":"file_picker","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]}],"date_created":"2022-06-20 12:48:45.211737","version":"3.0.1"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.3/","native_build":true,"dependencies":[]}],"android":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_android-10.0.0/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[{"name":"permission_handler_windows","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_windows-0.1.0/","native_build":true,"dependencies":[]}],"web":[{"name":"file_picker","path":"/Users/danvick/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/","dependencies":[]}]},"dependencyGraph":[{"name":"file_picker","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]}],"date_created":"2022-06-20 13:08:49.817442","version":"3.0.1"}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.0] - 20-Jun-2022.
2+
* Improvements to Web support
3+
* Fix issue where errorText not showing
4+
15
## [2.1.0] - 06-Mar-2022.
26
* Added support for web platform
37

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>9.0</string>
2525
</dict>
2626
</plist>

example/ios/Flutter/Flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = { :type => 'MIT' }
1212
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
1313
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
14-
s.ios.deployment_target = '8.0'
14+
s.ios.deployment_target = '9.0'
1515
# Framework linking is handled by Flutter tooling, not CocoaPods.
1616
# Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
1717
s.vendored_frameworks = 'path/to/nothing'

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PODS:
3535
- Flutter
3636
- FLAnimatedImage (1.0.12)
3737
- Flutter (1.0.0)
38-
- "permission_handler (5.1.0+2)":
38+
- permission_handler_apple (9.0.2):
3939
- Flutter
4040
- SDWebImage (5.9.5):
4141
- SDWebImage/Core (= 5.9.5)
@@ -47,7 +47,7 @@ PODS:
4747
DEPENDENCIES:
4848
- file_picker (from `.symlinks/plugins/file_picker/ios`)
4949
- Flutter (from `Flutter`)
50-
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
50+
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
5151

5252
SPEC REPOS:
5353
trunk:
@@ -62,19 +62,19 @@ EXTERNAL SOURCES:
6262
:path: ".symlinks/plugins/file_picker/ios"
6363
Flutter:
6464
:path: Flutter
65-
permission_handler:
66-
:path: ".symlinks/plugins/permission_handler/ios"
65+
permission_handler_apple:
66+
:path: ".symlinks/plugins/permission_handler_apple/ios"
6767

6868
SPEC CHECKSUMS:
6969
DKImagePickerController: 4a3e7948a848c4348e600b3fe5ce41478835fa10
7070
DKPhotoGallery: 0290d32343574f06eaa4c26f8f2f8a1035e916be
71-
file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1
71+
file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95
7272
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
73-
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
74-
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
73+
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
74+
permission_handler_apple: d21b38e1a4b2e041c63af9568f9165e114e507a6
7575
SDWebImage: 0b2ba0d56479bf6a45ecddbfd5558bea93150d25
7676
SDWebImageFLPlugin: 6c2295fb1242d44467c6c87dc5db6b0a13228fd8
7777

7878
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
7979

80-
COCOAPODS: 1.10.2
80+
COCOAPODS: 1.11.3

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -165,7 +165,7 @@
165165
97C146E61CF9000F007C117D /* Project object */ = {
166166
isa = PBXProject;
167167
attributes = {
168-
LastUpgradeCheck = 1020;
168+
LastUpgradeCheck = 1300;
169169
ORGANIZATIONNAME = "The Chromium Authors";
170170
TargetAttributes = {
171171
97C146ED1CF9000F007C117D = {
@@ -361,7 +361,7 @@
361361
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362362
GCC_WARN_UNUSED_FUNCTION = YES;
363363
GCC_WARN_UNUSED_VARIABLE = YES;
364-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
364+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
365365
MTL_ENABLE_DEBUG_INFO = NO;
366366
SDKROOT = iphoneos;
367367
TARGETED_DEVICE_FAMILY = "1,2";
@@ -442,7 +442,7 @@
442442
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
443443
GCC_WARN_UNUSED_FUNCTION = YES;
444444
GCC_WARN_UNUSED_VARIABLE = YES;
445-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
445+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
446446
MTL_ENABLE_DEBUG_INFO = YES;
447447
ONLY_ACTIVE_ARCH = YES;
448448
SDKROOT = iphoneos;
@@ -491,7 +491,7 @@
491491
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
492492
GCC_WARN_UNUSED_FUNCTION = YES;
493493
GCC_WARN_UNUSED_VARIABLE = YES;
494-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
494+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
495495
MTL_ENABLE_DEBUG_INFO = NO;
496496
SDKROOT = iphoneos;
497497
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
<string>Example usage description</string>
4646
<key>NSCameraUsageDescription</key>
4747
<string>Example usage description</string>
48+
<key>CADisableMinimumFrameDurationOnPhone</key>
49+
<true/>
4850
</dict>
4951
</plist>

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
flutter_form_builder: ^7.0.0
12+
flutter_form_builder: ^7.3.1
1313
form_builder_file_picker:
1414
path: ../
1515

1616
dev_dependencies:
17-
flutter_lints: ^1.0.4
17+
flutter_lints: ^2.0.1
1818
flutter_test:
1919
sdk: flutter
2020

example/windows/.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
flutter/ephemeral/
2+
3+
# Visual Studio user-specific files.
4+
*.suo
5+
*.user
6+
*.userosscache
7+
*.sln.docstates
8+
9+
# Visual Studio build-related files.
10+
x64/
11+
x86/
12+
13+
# Visual Studio cache files
14+
# files ending in .cache can be ignored
15+
*.[Cc]ache
16+
# but keep track of directories ending in .cache
17+
!*.[Cc]ache/

example/windows/CMakeLists.txt

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
cmake_minimum_required(VERSION 3.14)
2+
project(example LANGUAGES CXX)
3+
4+
set(BINARY_NAME "example")
5+
6+
cmake_policy(SET CMP0063 NEW)
7+
8+
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
9+
10+
# Configure build options.
11+
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
12+
if(IS_MULTICONFIG)
13+
set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release"
14+
CACHE STRING "" FORCE)
15+
else()
16+
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
17+
set(CMAKE_BUILD_TYPE "Debug" CACHE
18+
STRING "Flutter build mode" FORCE)
19+
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
20+
"Debug" "Profile" "Release")
21+
endif()
22+
endif()
23+
24+
set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}")
25+
set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}")
26+
set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}")
27+
set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}")
28+
29+
# Use Unicode for all projects.
30+
add_definitions(-DUNICODE -D_UNICODE)
31+
32+
# Compilation settings that should be applied to most targets.
33+
function(APPLY_STANDARD_SETTINGS TARGET)
34+
target_compile_features(${TARGET} PUBLIC cxx_std_17)
35+
target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100")
36+
target_compile_options(${TARGET} PRIVATE /EHsc)
37+
target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0")
38+
target_compile_definitions(${TARGET} PRIVATE "$<$<CONFIG:Debug>:_DEBUG>")
39+
endfunction()
40+
41+
set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter")
42+
43+
# Flutter library and tool build rules.
44+
add_subdirectory(${FLUTTER_MANAGED_DIR})
45+
46+
# Application build
47+
add_subdirectory("runner")
48+
49+
# Generated plugin build rules, which manage building the plugins and adding
50+
# them to the application.
51+
include(flutter/generated_plugins.cmake)
52+
53+
54+
# === Installation ===
55+
# Support files are copied into place next to the executable, so that it can
56+
# run in place. This is done instead of making a separate bundle (as on Linux)
57+
# so that building and running from within Visual Studio will work.
58+
set(BUILD_BUNDLE_DIR "$<TARGET_FILE_DIR:${BINARY_NAME}>")
59+
# Make the "install" step default, as it's required to run.
60+
set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)
61+
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
62+
set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
63+
endif()
64+
65+
set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data")
66+
set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}")
67+
68+
install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
69+
COMPONENT Runtime)
70+
71+
install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
72+
COMPONENT Runtime)
73+
74+
install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
75+
COMPONENT Runtime)
76+
77+
if(PLUGIN_BUNDLED_LIBRARIES)
78+
install(FILES "${PLUGIN_BUNDLED_LIBRARIES}"
79+
DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
80+
COMPONENT Runtime)
81+
endif()
82+
83+
# Fully re-copy the assets directory on each build to avoid having stale files
84+
# from a previous install.
85+
set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
86+
install(CODE "
87+
file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\")
88+
" COMPONENT Runtime)
89+
install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
90+
DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime)
91+
92+
# Install the AOT library on non-Debug builds only.
93+
install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
94+
CONFIGURATIONS Profile;Release
95+
COMPONENT Runtime)
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
cmake_minimum_required(VERSION 3.14)
2+
3+
set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
4+
5+
# Configuration provided via flutter tool.
6+
include(${EPHEMERAL_DIR}/generated_config.cmake)
7+
8+
# TODO: Move the rest of this into files in ephemeral. See
9+
# https://github.com/flutter/flutter/issues/57146.
10+
set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper")
11+
12+
# === Flutter Library ===
13+
set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll")
14+
15+
# Published to parent scope for install step.
16+
set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)
17+
set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE)
18+
set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE)
19+
set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE)
20+
21+
list(APPEND FLUTTER_LIBRARY_HEADERS
22+
"flutter_export.h"
23+
"flutter_windows.h"
24+
"flutter_messenger.h"
25+
"flutter_plugin_registrar.h"
26+
"flutter_texture_registrar.h"
27+
)
28+
list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/")
29+
add_library(flutter INTERFACE)
30+
target_include_directories(flutter INTERFACE
31+
"${EPHEMERAL_DIR}"
32+
)
33+
target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib")
34+
add_dependencies(flutter flutter_assemble)
35+
36+
# === Wrapper ===
37+
list(APPEND CPP_WRAPPER_SOURCES_CORE
38+
"core_implementations.cc"
39+
"standard_codec.cc"
40+
)
41+
list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/")
42+
list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
43+
"plugin_registrar.cc"
44+
)
45+
list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/")
46+
list(APPEND CPP_WRAPPER_SOURCES_APP
47+
"flutter_engine.cc"
48+
"flutter_view_controller.cc"
49+
)
50+
list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/")
51+
52+
# Wrapper sources needed for a plugin.
53+
add_library(flutter_wrapper_plugin STATIC
54+
${CPP_WRAPPER_SOURCES_CORE}
55+
${CPP_WRAPPER_SOURCES_PLUGIN}
56+
)
57+
apply_standard_settings(flutter_wrapper_plugin)
58+
set_target_properties(flutter_wrapper_plugin PROPERTIES
59+
POSITION_INDEPENDENT_CODE ON)
60+
set_target_properties(flutter_wrapper_plugin PROPERTIES
61+
CXX_VISIBILITY_PRESET hidden)
62+
target_link_libraries(flutter_wrapper_plugin PUBLIC flutter)
63+
target_include_directories(flutter_wrapper_plugin PUBLIC
64+
"${WRAPPER_ROOT}/include"
65+
)
66+
add_dependencies(flutter_wrapper_plugin flutter_assemble)
67+
68+
# Wrapper sources needed for the runner.
69+
add_library(flutter_wrapper_app STATIC
70+
${CPP_WRAPPER_SOURCES_CORE}
71+
${CPP_WRAPPER_SOURCES_APP}
72+
)
73+
apply_standard_settings(flutter_wrapper_app)
74+
target_link_libraries(flutter_wrapper_app PUBLIC flutter)
75+
target_include_directories(flutter_wrapper_app PUBLIC
76+
"${WRAPPER_ROOT}/include"
77+
)
78+
add_dependencies(flutter_wrapper_app flutter_assemble)
79+
80+
# === Flutter tool backend ===
81+
# _phony_ is a non-existent file to force this command to run every time,
82+
# since currently there's no way to get a full input/output list from the
83+
# flutter tool.
84+
set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_")
85+
set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE)
86+
add_custom_command(
87+
OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}
88+
${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN}
89+
${CPP_WRAPPER_SOURCES_APP}
90+
${PHONY_OUTPUT}
91+
COMMAND ${CMAKE_COMMAND} -E env
92+
${FLUTTER_TOOL_ENVIRONMENT}
93+
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat"
94+
windows-x64 $<CONFIG>
95+
VERBATIM
96+
)
97+
add_custom_target(flutter_assemble DEPENDS
98+
"${FLUTTER_LIBRARY}"
99+
${FLUTTER_LIBRARY_HEADERS}
100+
${CPP_WRAPPER_SOURCES_CORE}
101+
${CPP_WRAPPER_SOURCES_PLUGIN}
102+
${CPP_WRAPPER_SOURCES_APP}
103+
)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Generated file. Do not edit.
3+
//
4+
5+
// clang-format off
6+
7+
#include "generated_plugin_registrant.h"
8+
9+
#include <permission_handler_windows/permission_handler_windows_plugin.h>
10+
11+
void RegisterPlugins(flutter::PluginRegistry* registry) {
12+
PermissionHandlerWindowsPluginRegisterWithRegistrar(
13+
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
14+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// Generated file. Do not edit.
3+
//
4+
5+
// clang-format off
6+
7+
#ifndef GENERATED_PLUGIN_REGISTRANT_
8+
#define GENERATED_PLUGIN_REGISTRANT_
9+
10+
#include <flutter/plugin_registry.h>
11+
12+
// Registers Flutter plugins.
13+
void RegisterPlugins(flutter::PluginRegistry* registry);
14+
15+
#endif // GENERATED_PLUGIN_REGISTRANT_

0 commit comments

Comments
 (0)