Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flutter_export_environment.sh

examples/all_plugins/pubspec.yaml

Podfile
Podfile
Podfile.lock
Pods/
.symlinks/
Expand All @@ -34,8 +34,8 @@ gradle-wrapper.jar
.flutter-plugins-dependencies
*.iml

GeneratedPluginRegistrant.h
generated_plugin_registrant.dart
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.java
GeneratedPluginRegistrant.swift
Expand All @@ -44,4 +44,4 @@ build/

.project
.classpath
.settings
.settings
Binary file not shown.
160 changes: 0 additions & 160 deletions packages/android_alarm_manager_plus/android/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions packages/android_alarm_manager_plus/android/gradlew.bat

This file was deleted.

This file was deleted.

7 changes: 5 additions & 2 deletions packages/android_intent_plus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ xcuserdata/

local.properties
keystore.properties
.gradle
.gradle/
gradlew
gradlew.bat
gradle-wrapper.jar
.flutter-plugins-dependencies
*.iml

generated_plugin_registrant.dart
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.java
Expand All @@ -41,4 +45,3 @@ build/
.project
.classpath
.settings
src
Binary file not shown.
Loading