All Projects → ThomasEcalle → Flutter_rename_app

ThomasEcalle / Flutter_rename_app

Licence: mit
A tool to entirely rename your Flutter app easily

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter rename app

Fuse Studio
Fuse Studio is a visual desktop tool suite for working with the Fuse framework.
Stars: ✭ 312 (+1735.29%)
Mutual labels:  mobile-development
Resizer
An image resizing library for Android
Stars: ✭ 406 (+2288.24%)
Mutual labels:  mobile-development
Flutter ui challenge flight search
An advanced UI design implemented in Flutter
Stars: ✭ 642 (+3676.47%)
Mutual labels:  mobile-development
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (+1870.59%)
Mutual labels:  mobile-development
Skygear Server
Skygear - an open source serverless platform for modern secure app development
Stars: ✭ 380 (+2135.29%)
Mutual labels:  mobile-development
Flutter Ui Kits
Free Flutter UI Kits developed by Olayemi Garuba
Stars: ✭ 484 (+2747.06%)
Mutual labels:  mobile-development
Android Cleanarchitecture Kotlin
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
Stars: ✭ 3,646 (+21347.06%)
Mutual labels:  mobile-development
Ribs
Uber's cross-platform mobile architecture framework.
Stars: ✭ 6,641 (+38964.71%)
Mutual labels:  mobile-development
Recipes App React Native
Recipes App in React Native
Stars: ✭ 386 (+2170.59%)
Mutual labels:  mobile-development
React Native Dialogs
React Native wrappers for https://github.com/afollestad/material-dialogs
Stars: ✭ 568 (+3241.18%)
Mutual labels:  mobile-development
Livecode
LiveCode cross-platform development environment (engine)
Stars: ✭ 336 (+1876.47%)
Mutual labels:  mobile-development
Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (+2082.35%)
Mutual labels:  mobile-development
Tracking With Darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 515 (+2929.41%)
Mutual labels:  mobile-development
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (+1758.82%)
Mutual labels:  mobile-development
Projectlearn Project Based Learning
A curated list of project tutorials for project-based learning.
Stars: ✭ 699 (+4011.76%)
Mutual labels:  mobile-development
React Native Auth Boilerplate
A react native boilerplate with authentication already implemented
Stars: ✭ 307 (+1705.88%)
Mutual labels:  mobile-development
Fritz Models
Train and deploy machine learning models for mobile apps with Fritz AI.
Stars: ✭ 422 (+2382.35%)
Mutual labels:  mobile-development
Selendroid
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
Stars: ✭ 828 (+4770.59%)
Mutual labels:  mobile-development
Amplify Flutter
A declarative library with an easy-to-use interface for building Flutter applications on AWS.
Stars: ✭ 709 (+4070.59%)
Mutual labels:  mobile-development
Flutter starter kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example
Stars: ✭ 553 (+3152.94%)
Mutual labels:  mobile-development

flutter_rename_app

Rename Flutter applications in one command.

This package assumes that you created your flutter project using flutter create command line.

Usage

Add dependency

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_rename_app:

Define Settings

flutter_rename_app:
  application_name: Bank App
  dart_package_name: bank_app
  application_id: com.android.bank
  bundle_id: com.ios.bank
  android_package_name: com.bank.app
setting description required
application_name Your application's name yes
dart_package_name The dart package name (used in all imports in your lib or test directories) no
application_id The android application_id, must be unique on the Play Store no
bundle_id The iOS bundle_id, must be unique on the Apple Store no
android_package_name The android package_name, used only for the architecture of your android files no

Run package

Make sure that your current working directory is the project root.

Make sure to be able to get back to previous state in case something went wrong, by commiting your work before running the package for example.

flutter pub get
flutter pub run flutter_rename_app
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].