fix: fixed bugs after downgrading the flutter version
parents
Showing
.dart_tool/package_config.json
0 → 100644
.dart_tool/package_config_subset
0 → 100644
.dart_tool/version
0 → 100644
.packages
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
assets/demo.gif
0 → 100644
6.43 MB
assets/min_demo.gif
0 → 100644
1.64 MB
benchmark/benchmark.dart
0 → 100644
example/README.md
0 → 100644
example/android/app/build.gradle
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
example/android/build.gradle
0 → 100644
example/android/gradle.properties
0 → 100644
example/android/local.properties
0 → 100644
example/android/settings.gradle
0 → 100644
File added
example/build/flutter_assets/NOTICES
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
example/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
example/ios/Flutter/Debug.xcconfig
0 → 100644
example/ios/Flutter/Generated.xcconfig
0 → 100644
example/ios/Flutter/Release.xcconfig
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
example/ios/Runner/AppDelegate.swift
0 → 100644
564 Bytes
1.25 KB
1.55 KB
1.68 KB
1.88 KB
1.25 KB
1.85 KB
3.74 KB
1.84 KB
3.22 KB
68 Bytes
68 Bytes
68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/ios/Runner/Runner-Bridging-Header.h
0 → 100644
example/lib/examples.dart
0 → 100644
example/lib/main.dart
0 → 100644
example/lib/ui/lang_page.dart
0 → 100644
example/lib/ui/search_page.dart
0 → 100644
example/lib/ui/test_page.dart
0 → 100644
example/lib/ui/ui.dart
0 → 100644
example/lib/util/box.dart
0 → 100644
example/lib/util/highlight_text.dart
0 → 100644
example/lib/util/languages.dart
0 → 100644
example/lib/util/util.dart
0 → 100644
example/pubspec.yaml
0 → 100644
example/test/widget_test.dart
0 → 100644
example/web/favicon.png
0 → 100644
917 Bytes
example/web/icons/Icon-192.png
0 → 100644
5.17 KB
example/web/icons/Icon-512.png
0 → 100644
8.06 KB
example/web/index.html
0 → 100644
example/web/manifest.json
0 → 100644
example/windows/CMakeLists.txt
0 → 100644
example/windows/flutter/CMakeLists.txt
0 → 100644
example/windows/runner/CMakeLists.txt
0 → 100644
example/windows/runner/Runner.rc
0 → 100644
example/windows/runner/flutter_window.cpp
0 → 100644
example/windows/runner/flutter_window.h
0 → 100644
example/windows/runner/main.cpp
0 → 100644
example/windows/runner/resource.h
0 → 100644
File added
example/windows/runner/run_loop.cpp
0 → 100644
example/windows/runner/run_loop.h
0 → 100644
example/windows/runner/runner.exe.manifest
0 → 100644
example/windows/runner/utils.cpp
0 → 100644
example/windows/runner/utils.h
0 → 100644
example/windows/runner/win32_window.cpp
0 → 100644
example/windows/runner/win32_window.h
0 → 100644
lib/src/custom_sliver_animated_list.dart
0 → 100644
lib/src/diff/diff.dart
0 → 100644
lib/src/diff/diff_callback.dart
0 → 100644
lib/src/diff/diff_delegate.dart
0 → 100644
lib/src/diff/diff_model.dart
0 → 100644
lib/src/diff/myers_diff.dart
0 → 100644
lib/src/diff/path_node.dart
0 → 100644
lib/src/handle.dart
0 → 100644
lib/src/implicitly_animated_list.dart
0 → 100644
lib/src/implicitly_animated_list_base.dart
0 → 100644
lib/src/reorderable.dart
0 → 100644
lib/src/src.dart
0 → 100644
lib/src/transitions/transitions.dart
0 → 100644
lib/src/util/handler.dart
0 → 100644
lib/src/util/invisible.dart
0 → 100644
lib/src/util/key_extensions.dart
0 → 100644
lib/src/util/util.dart
0 → 100644
lib/transitions.dart
0 → 100644
pubspec.lock
0 → 100644
pubspec.yaml
0 → 100644
test/diff_test.dart
0 → 100644