mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-09-24 16:44:06 +08:00
updated: package to be standard across all example apps
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.yourcompany.usingedittext">
|
||||
package="github.nisrulz.usingedittext">
|
||||
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
flutter needs it to communicate with the running application
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.yourcompany.usingedittext;
|
||||
package github.nisrulz.usingedittext;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
Reference in New Issue
Block a user