Showing
108 changed files
with
4303 additions
and
0 deletions
.gitignore
0 → 100644
.metadata
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
android/.gitignore
0 → 100644
android/build.gradle
0 → 100644
android/settings.gradle
0 → 100644
android/src/main/AndroidManifest.xml
0 → 100644
example/.gitignore
0 → 100644
example/README.md
0 → 100644
example/analysis_options.yaml
0 → 100644
example/android/.gitignore
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/settings.gradle
0 → 100644
example/ios/.gitignore
0 → 100644
example/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
example/ios/Flutter/Debug.xcconfig
0 → 100644
example/ios/Flutter/Release.xcconfig
0 → 100644
example/ios/Podfile
0 → 100644
example/ios/Podfile.lock
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
example/ios/Runner/AppDelegate.swift
0 → 100644

295 Bytes

406 Bytes

450 Bytes

282 Bytes

462 Bytes

704 Bytes

406 Bytes

586 Bytes

862 Bytes

862 Bytes

1.63 KB

762 Bytes

68 Bytes

68 Bytes

68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/ios/Runner/Runner-Bridging-Header.h
0 → 100644
example/ios/RunnerTests/RunnerTests.swift
0 → 100644
example/lib/home.dart
0 → 100644
example/lib/main.dart
0 → 100644
example/lib/page_a.dart
0 → 100644
example/pubspec.lock
0 → 100644
example/pubspec.yaml
0 → 100644
example/test/widget_test.dart
0 → 100644
ios/.gitignore
0 → 100644
ios/Assets/.gitkeep
0 → 100644
ios/Classes/AutoTrackPlugin.swift
0 → 100644
ios/auto_track.podspec
0 → 100644
lib/auto_track.dart
0 → 100644
lib/auto_track/click/click_info.dart
0 → 100644
lib/auto_track/click/element_key.dart
0 → 100644
lib/auto_track/click/navigator_key.dart
0 → 100644
lib/auto_track/click/xpath.dart
0 → 100644
lib/auto_track/config/config.dart
0 → 100644
lib/auto_track/config/manager.dart
0 → 100644
lib/auto_track/config/queue.dart
0 → 100644
lib/auto_track/index.dart
0 → 100644
lib/auto_track/log/logger.dart
0 → 100644
lib/auto_track/page_view/page_info.dart
0 → 100644
lib/auto_track/page_view/page_stack.dart
0 → 100644
lib/auto_track/track/track.dart
0 → 100644
lib/auto_track/utils/element_util.dart
0 → 100644
lib/auto_track/utils/track_model.dart
0 → 100644
lib/auto_track_method_channel.dart
0 → 100644
lib/auto_track_platform_interface.dart
0 → 100644
pubspec.yaml
0 → 100644
test/auto_track_method_channel_test.dart
0 → 100644
test/auto_track_test.dart
0 → 100644
-
Please register or login to post a comment