Skip to content

Commit

Permalink
Remove underscores from Java package names (flutter#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkert authored Jun 5, 2017
1 parent e89dd7f commit 56490b8
Show file tree
Hide file tree
Showing 60 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/battery/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {

defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
applicationId "io.flutter.plugins.battery_example"
applicationId "io.flutter.plugins.batteryexample"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.battery_example"
package="io.flutter.plugins.batteryexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.plugins.battery_example;
package io.flutter.plugins.batteryexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_analytics/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'io.flutter.firebase_analytics'
group 'io.flutter.firebaseanalytics'
version '1.0-SNAPSHOT'

buildscript {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.firebase_analytics"
package="io.flutter.firebaseanalytics"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.firebase_analytics;
package io.flutter.firebaseanalytics;

import android.app.Activity;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"client_info": {
"mobilesdk_app_id": "1:389050544128:android:2a61bf3bd685ab07",
"android_client_info": {
"package_name": "io.flutter.firebase_analytics_example"
"package_name": "io.flutter.firebaseanalyticsexample"
}
},
"oauth_client": [
{
"client_id": "389050544128-7uac6td8i05t4bph5tndb87fn3tsj270.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "io.flutter.firebase_analytics_example",
"package_name": "io.flutter.firebaseanalyticsexample",
"certificate_hash": "329274e93660a35697463bd44f4e7deaf54f6cd4"
}
},
Expand Down Expand Up @@ -59,4 +59,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.firebase_analytics_example"
package="io.flutter.firebaseanalyticsexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.firebase_analytics_example;
package io.flutter.firebaseanalyticsexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.0.2

flutter:
plugin:
androidPackage: io.flutter.firebase_analytics
androidPackage: io.flutter.firebaseanalytics
pluginClass: FirebaseAnalyticsPlugin

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.firebase_auth"
package="io.flutter.firebaseauth"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.firebase_auth;
package io.flutter.firebaseauth;

import android.app.Activity;
import android.support.annotation.NonNull;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.firebase_auth_example"
package="io.flutter.plugins.firebaseauthexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.plugins.firebase_auth_example;
package io.flutter.plugins.firebaseauthexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.0.3+1

flutter:
plugin:
androidPackage: io.flutter.firebase_auth
androidPackage: io.flutter.firebaseauth
pluginClass: FirebaseAuthPlugin

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

defaultConfig {
applicationId 'io.flutter.plugins.firebase_database_example'
applicationId 'io.flutter.plugins.firebasedatabaseexample'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"client_info": {
"mobilesdk_app_id": "1:297855924061:android:92efa9a0df6f077f",
"android_client_info": {
"package_name": "io.flutter.plugins.firebase_storage_example"
"package_name": "io.flutter.plugins.firebasestorageexample"
}
},
"oauth_client": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"client_info": {
"mobilesdk_app_id": "1:297855924061:android:db912bec12847bd9",
"android_client_info": {
"package_name": "io.flutter.plugins.firebase_database_example"
"package_name": "io.flutter.plugins.firebasedatabaseexample"
}
},
"oauth_client": [
Expand Down Expand Up @@ -129,4 +129,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.firebase_database_example"
package="io.flutter.plugins.firebasedatabaseexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.plugins.firebase_database_example;
package io.flutter.plugins.firebasedatabaseexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_messaging/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'io.flutter.plugins.firebase_messaging'
group 'io.flutter.plugins.firebasemessaging'
version '1.0-SNAPSHOT'

buildscript {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.firebase_messaging"
package="io.flutter.plugins.firebasemessaging"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.plugins.firebase_messaging;
package io.flutter.plugins.firebasemessaging;

import android.app.Activity;
import android.content.BroadcastReceiver;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.plugins.firebase_messaging;
package io.flutter.plugins.firebasemessaging;

import android.content.Context;
import android.content.Intent;
Expand All @@ -12,7 +12,7 @@

public class FlutterFirebaseInstanceIDService extends FirebaseInstanceIdService {

public static final String ACTION_TOKEN = "io.flutter.plugins.firebase_messaging.TOKEN";
public static final String ACTION_TOKEN = "io.flutter.plugins.firebasemessaging.TOKEN";
public static final String EXTRA_TOKEN = "token";

public static void broadcastToken(Context context) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.plugins.firebase_messaging;
package io.flutter.plugins.firebasemessaging;

import android.content.Intent;
import android.support.v4.content.LocalBroadcastManager;
Expand All @@ -12,7 +12,7 @@
public class FlutterFirebaseMessagingService extends FirebaseMessagingService {

public static final String ACTION_REMOTE_MESSAGE =
"io.flutter.plugins.firebase_messaging.NOTIFICATION";
"io.flutter.plugins.firebasemessaging.NOTIFICATION";
public static final String EXTRA_REMOTE_MESSAGE = "notification";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {

defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
applicationId 'io.flutter.plugins.firebase_messaging_example'
applicationId 'io.flutter.plugins.firebasemessagingexample'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"client_info": {
"mobilesdk_app_id": "1:3401408244:android:fc026014a0a3ac30",
"android_client_info": {
"package_name": "io.flutter.plugins.firebase_messaging_example"
"package_name": "io.flutter.plugins.firebasemessagingexample"
}
},
"oauth_client": [
Expand Down Expand Up @@ -90,4 +90,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.firebase_messaging_example"
package="io.flutter.plugins.firebasemessagingexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package io.flutter.plugins.firebase_messaging_example;
package io.flutter.plugins.firebasemessagingexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_messaging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.0.3

flutter:
plugin:
androidPackage: io.flutter.plugins.firebase_messaging
androidPackage: io.flutter.plugins.firebasemessaging
pluginClass: FirebaseMessagingPlugin

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_storage/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

defaultConfig {
applicationId 'io.flutter.plugins.firebase_storage_example'
applicationId 'io.flutter.plugins.firebasestorageexample'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"client_info": {
"mobilesdk_app_id": "1:297855924061:android:92efa9a0df6f077f",
"android_client_info": {
"package_name": "io.flutter.plugins.firebase_storage_example"
"package_name": "io.flutter.plugins.firebasestorageexample"
}
},
"oauth_client": [
Expand Down Expand Up @@ -90,4 +90,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.firebase_storage_example"
package="io.flutter.plugins.firebasestorageexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.plugins.firebase_storage_example;
package io.flutter.plugins.firebasestorageexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

defaultConfig {
applicationId "io.flutter.plugins.google_sign_in_example"
applicationId "io.flutter.plugins.googlesigninexample"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@
"client_info": {
"mobilesdk_app_id": "1:861823949799:android:24b94c3718c846a6",
"android_client_info": {
"package_name": "io.flutter.plugins.google_sign_in_example"
"package_name": "io.flutter.plugins.googlesigninexample"
}
},
"oauth_client": [
{
"client_id": "861823949799-19gil347tgrk0l0k694196i1m1uef404.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "io.flutter.plugins.google_sign_in_example",
"package_name": "io.flutter.plugins.googlesigninexample",
"certificate_hash": "c3adef7e7773e40e777d5c236dbba7461cbea5f0"
}
},
Expand Down Expand Up @@ -201,4 +201,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.google_sign_in_example"
package="io.flutter.plugins.googlesigninexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.plugins.google_sign_in_example;
package io.flutter.plugins.googlesigninexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

defaultConfig {
applicationId "io.flutter.plugins.image_picker.example"
applicationId "io.flutter.plugins.imagepicker.example"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.image_picker_example"
package="io.flutter.plugins.imagepickerexample"
android:versionCode="1"
android:versionName="0.0.1">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.flutter.plugins.image_picker_example;
package io.flutter.plugins.imagepickerexample;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
2 changes: 1 addition & 1 deletion packages/path_provider/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'io.flutter.plugins.path_provider'
group 'io.flutter.plugins.pathprovider'
version '1.0-SNAPSHOT'

buildscript {
Expand Down
Loading

0 comments on commit 56490b8

Please sign in to comment.