Showing
175 changed files
with
6942 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/gradle/wrapper/gradle-wrapper.jar
0 → 100644
No preview for this file type
android/gradlew
0 → 100644
android/gradlew.bat
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/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/main.dart
0 → 100644
example/linux/.gitignore
0 → 100644
example/linux/CMakeLists.txt
0 → 100644
example/linux/flutter/CMakeLists.txt
0 → 100644
example/linux/main.cc
0 → 100644
example/linux/my_application.cc
0 → 100644
example/linux/my_application.h
0 → 100644
example/macos/.gitignore
0 → 100644
example/macos/Flutter/Flutter-Debug.xcconfig
0 → 100644
example/macos/Runner/AppDelegate.swift
0 → 100644

5.55 KB

520 Bytes

13.8 KB

1.04 KB

35.6 KB

2.17 KB
example/macos/Runner/Base.lproj/MainMenu.xib
0 → 100644
example/macos/Runner/Configs/Debug.xcconfig
0 → 100644
example/macos/Runner/Info.plist
0 → 100644
example/macos/Runner/MainFlutterWindow.swift
0 → 100644
example/macos/Runner/Release.entitlements
0 → 100644
example/macos/RunnerTests/RunnerTests.swift
0 → 100644
example/pubspec.lock
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/icons/Icon-maskable-192.png
0 → 100644

5.46 KB
example/web/icons/Icon-maskable-512.png
0 → 100644

20.5 KB
example/web/index.html
0 → 100644
example/web/manifest.json
0 → 100644
example/windows/.gitignore
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
No preview for this file type
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
ios/.gitignore
0 → 100644
ios/Assets/.gitkeep
0 → 100644
ios/Classes/FlutterPushPlugin.swift
0 → 100644
ios/flutter_push.podspec
0 → 100644
lib/entity/mix_push_message_entity.dart
0 → 100644
lib/flutter_push.dart
0 → 100644
lib/flutter_push_method_channel.dart
0 → 100644
lib/flutter_push_platform_interface.dart
0 → 100644
lib/flutter_push_web.dart
0 → 100644
lib/mix_push_plugin_listener.dart
0 → 100644
linux/CMakeLists.txt
0 → 100644
linux/flutter_push_plugin.cc
0 → 100644
linux/flutter_push_plugin_private.h
0 → 100644
linux/test/flutter_push_plugin_test.cc
0 → 100644
macos/Classes/FlutterPushPlugin.swift
0 → 100644
macos/flutter_push.podspec
0 → 100644
pubspec.yaml
0 → 100644
test/flutter_push_method_channel_test.dart
0 → 100644
test/flutter_push_test.dart
0 → 100644
windows/.gitignore
0 → 100644
windows/CMakeLists.txt
0 → 100644
windows/flutter_push_plugin.cpp
0 → 100644
windows/flutter_push_plugin.h
0 → 100644
windows/flutter_push_plugin_c_api.cpp
0 → 100644
windows/test/flutter_push_plugin_test.cpp
0 → 100644
-
Please register or login to post a comment