Skip to content

Commit fa181f0

Browse files
committed
Fixes
1 parent f5068f2 commit fa181f0

File tree

49 files changed

+2143
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2143
-118
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.2.0] - May 21, 2024
2+
3+
- Flutter 3.22 support
4+
15
## [4.1.2] - Nov 23, 2023
26

37
- Bug Fixes

example/coverage/lcov.info

+18-18
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ DA:16,1
1818
LF:6
1919
LH:6
2020
end_of_record
21+
SF:lib/main.dart
22+
DA:8,4
23+
DA:13,1
24+
DA:15,1
25+
DA:17,1
26+
DA:19,1
27+
DA:26,1
28+
DA:28,1
29+
DA:29,1
30+
DA:30,2
31+
DA:33,1
32+
DA:44,1
33+
DA:45,2
34+
LF:12
35+
LH:12
36+
end_of_record
2137
SF:lib/mutations/get_user.dart
2238
DA:8,1
2339
DA:11,1
@@ -40,7 +56,7 @@ LF:4
4056
LH:4
4157
end_of_record
4258
SF:lib/pages/about_page.dart
43-
DA:7,4
59+
DA:7,3
4460
DA:9,2
4561
DA:11,2
4662
DA:12,6
@@ -99,7 +115,7 @@ LF:17
99115
LH:17
100116
end_of_record
101117
SF:lib/pages/update_name_page.dart
102-
DA:10,4
118+
DA:10,3
103119
DA:12,2
104120
DA:14,2
105121
DA:16,2
@@ -117,19 +133,3 @@ DA:38,2
117133
LF:15
118134
LH:15
119135
end_of_record
120-
SF:lib/main.dart
121-
DA:8,4
122-
DA:13,1
123-
DA:15,1
124-
DA:17,1
125-
DA:19,1
126-
DA:26,1
127-
DA:28,1
128-
DA:29,1
129-
DA:30,2
130-
DA:33,1
131-
DA:44,1
132-
DA:45,2
133-
LF:12
134-
LH:12
135-
end_of_record
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// Generated file. Do not edit.
3+
//
4+
5+
// clang-format off
6+
7+
#include "generated_plugin_registrant.h"
8+
9+
10+
void fl_register_plugins(FlPluginRegistry* registry) {
11+
}
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_linux/flutter_linux.h>
11+
12+
// Registers Flutter plugins.
13+
void fl_register_plugins(FlPluginRegistry* registry);
14+
15+
#endif // GENERATED_PLUGIN_REGISTRANT_
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# Generated file, do not edit.
3+
#
4+
5+
list(APPEND FLUTTER_PLUGIN_LIST
6+
)
7+
8+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
9+
)
10+
11+
set(PLUGIN_BUNDLED_LIBRARIES)
12+
13+
foreach(plugin ${FLUTTER_PLUGIN_LIST})
14+
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
15+
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
16+
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
17+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
18+
endforeach(plugin)
19+
20+
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
21+
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
22+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
23+
endforeach(ffi_plugin)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// Generated file. Do not edit.
3+
//
4+
5+
import FlutterMacOS
6+
import Foundation
7+
8+
9+
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/pawankumar/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.2/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This is a generated file; do not edit or check into version control.
2+
FLUTTER_ROOT=/Users/pawankumar/fvm/versions/stable
3+
FLUTTER_APPLICATION_PATH=/Users/pawankumar/Documents/dev/flutter/VelocityX/example
4+
COCOAPODS_PARALLEL_CODE_SIGN=true
5+
FLUTTER_BUILD_DIR=build
6+
FLUTTER_BUILD_NAME=0.0.1
7+
FLUTTER_BUILD_NUMBER=0.0.1
8+
DART_OBFUSCATION=false
9+
TRACK_WIDGET_CREATION=true
10+
TREE_SHAKE_ICONS=false
11+
PACKAGE_CONFIG=.dart_tool/package_config.json

example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# This podspec is NOT to be published. It is only used as a local source!
3+
# This is a generated file; do not edit or check into version control.
4+
#
5+
6+
Pod::Spec.new do |s|
7+
s.name = 'FlutterMacOS'
8+
s.version = '1.0.0'
9+
s.summary = 'A UI toolkit for beautiful and fast apps.'
10+
s.homepage = 'https://flutter.dev'
11+
s.license = { :type => 'BSD' }
12+
s.author = { 'Flutter Dev Team' => '[email protected]' }
13+
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
14+
s.osx.deployment_target = '10.14'
15+
# Framework linking is handled by Flutter tooling, not CocoaPods.
16+
# Add a placeholder to satisfy `s.dependency 'FlutterMacOS'` plugin podspecs.
17+
s.vendored_frameworks = 'path/to/nothing'
18+
end

example/macos/Flutter/ephemeral/FlutterOutputs.xcfilelist

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=/Users/pawankumar/fvm/versions/stable"
4+
export "FLUTTER_APPLICATION_PATH=/Users/pawankumar/Documents/dev/flutter/VelocityX/example"
5+
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
6+
export "FLUTTER_BUILD_DIR=build"
7+
export "FLUTTER_BUILD_NAME=0.0.1"
8+
export "FLUTTER_BUILD_NUMBER=0.0.1"
9+
export "DART_OBFUSCATION=false"
10+
export "TRACK_WIDGET_CREATION=true"
11+
export "TREE_SHAKE_ICONS=false"
12+
export "PACKAGE_CONFIG=.dart_tool/package_config.json"

example/macos/Pods/Local Podspecs/FlutterMacOS.podspec.json

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/macos/Pods/Local Podspecs/shared_preferences_foundation.podspec.json

+45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)