Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
657a4c3f
Commit
657a4c3f
authored
Mar 27, 2017
by
Sarah Zakarias
Committed by
GitHub
Mar 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update platform_channel package name (#9021)
* update platform_channel package name * lowercase name
parent
67bd17b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ExampleInstrumentedTest.java
.../com/example/platformchannel/ExampleInstrumentedTest.java
+1
-1
AndroidManifest.xml
...platform_channel/android/app/src/main/AndroidManifest.xml
+1
-1
MainActivity.java
...c/main/java/com/example/platformchannel/MainActivity.java
+1
-1
No files found.
examples/platform_channel/android/app/src/androidTest/java/com/example/
flutter
/ExampleInstrumentedTest.java
→
examples/platform_channel/android/app/src/androidTest/java/com/example/
platformchannel
/ExampleInstrumentedTest.java
View file @
657a4c3f
package
com
.
example
.
flutter
;
package
com
.
example
.
platformchannel
;
import
android.graphics.Bitmap
;
import
android.support.test.InstrumentationRegistry
;
...
...
examples/platform_channel/android/app/src/main/AndroidManifest.xml
View file @
657a4c3f
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.
flutter
"
package=
"com.example.
platformchannel
"
android:versionCode=
"1"
android:versionName=
"0.0.1"
>
...
...
examples/platform_channel/android/app/src/main/java/com/example/
flutter
/MainActivity.java
→
examples/platform_channel/android/app/src/main/java/com/example/
platformchannel
/MainActivity.java
View file @
657a4c3f
...
...
@@ -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
com
.
example
.
flutter
;
package
com
.
example
.
platformchannel
;
import
android.content.ContextWrapper
;
import
android.content.Intent
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment