All Projects → atiqsamtia → change_app_package_name

atiqsamtia / change_app_package_name

Licence: MIT license
Change App Package Name with single command. It makes the process very easy and fast.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to change app package name

flutter-UI
将Flutter各种Widget各种API📘都实现一次。喜欢请Star。
Stars: ✭ 67 (-6.94%)
Mutual labels:  flutter-package, flutter-app
Flutter-Custom-Carousel
Flutter Custom Carousel Application Design and Animation - day 18
Stars: ✭ 44 (-38.89%)
Mutual labels:  flutter-package, flutter-app
justBreathe
A minimal meditation app made with Flutter
Stars: ✭ 47 (-34.72%)
Mutual labels:  android-app, flutter-app
getwidget-web-kit
Get Widget Web app Demo
Stars: ✭ 40 (-44.44%)
Mutual labels:  flutter-package, flutter-app
HistoryOfMe
Your own personal diary.
Stars: ✭ 50 (-30.56%)
Mutual labels:  android-app, flutter-app
just another workout timer
A simple timer for your workouts, built with Flutter!
Stars: ✭ 61 (-15.28%)
Mutual labels:  android-app, flutter-app
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (-20.83%)
Mutual labels:  android-app, flutter-app
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+91.67%)
Mutual labels:  flutter-package, flutter-app
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+65.28%)
Mutual labels:  android-app, flutter-app
FlutterLoadingGIFs
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Demo: https://gallery.codelessly.com/flutterwebsites/loadinggifs/
Stars: ✭ 28 (-61.11%)
Mutual labels:  flutter-package, flutter-app
dev-feed
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..
Stars: ✭ 20 (-72.22%)
Mutual labels:  android-app, flutter-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-16.67%)
Mutual labels:  android-app, flutter-app
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+119.44%)
Mutual labels:  flutter-package, flutter-app
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-81.94%)
Mutual labels:  android-app
Flutter-ripple-map-application
Flutter Ripple Animation in a Map Application UI/UX design - day 5
Stars: ✭ 29 (-59.72%)
Mutual labels:  flutter-app
Canvas-Vision
📷 Wallpaper Downloading Android App
Stars: ✭ 14 (-80.56%)
Mutual labels:  android-app
diab
Smart app that helps you manage your diabetes
Stars: ✭ 18 (-75%)
Mutual labels:  android-app
Interactive-Add-Button-Layout
Custom Layout with interactive add button to impove your UI and UX .
Stars: ✭ 20 (-72.22%)
Mutual labels:  flutter-package
SheHeroes
SheHeroes- A Women And Child Safety App
Stars: ✭ 57 (-20.83%)
Mutual labels:  flutter-app
covid-selftest-macro
자가진단 매크로 앱: 현재 기준으로 잘 작동하는 교육청 코로나19 자가진단 자동화 프로그램 (eduro hcs, 안드로이드 전용)
Stars: ✭ 38 (-47.22%)
Mutual labels:  android-app

Change App Package Name for Flutter

Change App Package Name with single command. It makes the process very easy and fast.

What It does?

  • Update AndroidManifest.xml files for release, debug & profile
  • Update build.gradle file
  • Update MainActivity file. Both java & kotlin supported.
  • Move MainActivity file to new package directory structure
  • Delete old package name directory structure.

How to Use?

Add Change App Package Name to your pubspec.yaml in dev_dependencies: section.

dev_dependencies: 
  change_app_package_name: ^1.1.0

Not migrated to null safety yet? use old version like this

dev_dependencies: 
  change_app_package_name: ^0.1.3

Update dependencies

flutter pub get

Run this command to change the package name.

flutter pub run change_app_package_name:main com.new.package.name

Where com.new.package.name is the new package name that you want for your app. replace it with any name you want.

Meta

Atiq Samtia– @AtiqSamtia[email protected]

Distributed under the MIT license.

https://github.com/atiqsamtia/change_app_package_name

Contributing

  1. Fork it (https://github.com/atiqsamtia/change_app_package_name/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].