Committed by
GitHub
Set up federated plugin (#42)
* Federated setup * Add .github * Revert "Merge branch 'master' into federated-plugin" This reverts commit d78b1423272b1c9bc0549fdd87efb4c3fef0019a. * Init platform interface * Setup wakelock_web * Setup wakelock * Cleanup * Add pigeons * Implement Android * Implement platform interface * Test platform interface * wakelock_platform_interface initial release * Main README * wakelock README * wakelock tests * Integration testing * iOS implementation * Finish wakelock * Implement web * Web tests * comment * Web dependency * Add checks * Fix checks * Relative here * reorder * Skip pub get * Desperation * l * Fix checks * Add pana * Pana relative path * Add tests * Version * disable web checks * Complete actions
Showing
100 changed files
with
2010 additions
and
564 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
.github/CONTRIBUTING.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
.gitignore
deleted
100644 → 0
CODEOWNERS
deleted
100644 → 0
CONTRIBUTING.md
deleted
100644 → 0
analysis_options.yaml
0 → 100644
android/.gitignore
deleted
100644 → 0
example/README.md
deleted
100644 → 0
example/test_driver/app.dart
deleted
100644 → 0
example/test_driver/app_test.dart
deleted
100644 → 0
ios/Classes/WakelockPlugin.m
deleted
100644 → 0
lib/wakelock.dart
deleted
100644 → 0
test/wakelock_test.dart
deleted
100644 → 0
wakelock/.gitignore
0 → 100644
wakelock/README.md
0 → 100644
wakelock/android/.gitignore
0 → 100644
wakelock/android/gradle.properties
0 → 100644
wakelock/example/README.md
0 → 100644
wakelock/example/android/.gitignore
0 → 100644
wakelock/example/android/app/build.gradle
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
wakelock/example/android/build.gradle
0 → 100644
wakelock/example/android/settings.gradle
0 → 100644
wakelock/example/ios/.gitignore
0 → 100644
wakelock/example/ios/Flutter/Debug.xcconfig
0 → 100644
wakelock/example/ios/Podfile
0 → 100644
wakelock/example/ios/Podfile.lock
0 → 100644
wakelock/example/ios/Runner/AppDelegate.h
0 → 100644
wakelock/example/ios/Runner/AppDelegate.m
0 → 100644
10.7 KB
564 Bytes
1.25 KB
1.55 KB
1 KB
1.68 KB
1.88 KB
1.25 KB
1.85 KB
2.6 KB
2.6 KB
3.74 KB
1.84 KB
3.22 KB
3.53 KB
68 Bytes
68 Bytes
68 Bytes
wakelock/example/ios/Runner/Info.plist
0 → 100644
wakelock/example/ios/Runner/main.m
0 → 100644
wakelock/example/web/index.html
0 → 100644
wakelock/example/web/manifest.json
0 → 100644
wakelock/ios/Assets/.gitkeep
0 → 100644
-
Please register or login to post a comment