Giter VIP home page Giter VIP logo

flutter_clean_template's Introduction

Flutter Clean Architecture Template

build status service-test status coverage

Developed by @DeevSaini
Basic Skeleton For the Clean Architecture, i use it for all my Production Applications.

๐Ÿ‘‡๐Ÿป Getting Started

Just Clone The Repo and Make sure to Change the Bundle Id and App Name according to your need.

Change the Package Name:

๐Ÿค– For Android:

Open the android/app/build.gradle file.

Locate the applicationId field in the defaultConfig block.

Change the value of applicationId to your desired package name.

if the app doesnt run make sure you change the package id in main activity also.



๐Ÿ“ฑ For iOS:

Open the ios/Runner.xcworkspace project in Xcode.

In the project navigator, select the Runner target. In the "General" tab, locate the "Bundle Identifier" field.

Change the value of the "Bundle Identifier" to your desired package name.

๐Ÿ“‡ Change the Display Name:

๐Ÿค– For Android:

Open the android/app/src/main/AndroidManifest.xml file.

Locate the element.

Inside the element, you should find a element with the name "flutterEmbedding" and a value of "2". Right below that, you can add a element to set the display name.

Here's an example of how to set the display name:

<meta-data
    android:name="io.flutter.app.display_name"
    android:value="Deev Clean Template" />

๐Ÿ“ฑ For iOS:

Open the ios/Runner/Info.plist file.

Locate the CFBundleName key.

Change the value of CFBundleName to your desired display name.

๐Ÿงน Clean and Rebuild:

After making these changes, it's a good idea to clean and rebuild your app for both Android and iOS to ensure the changes take effect.

๐Ÿงช Testing:

Finally, thoroughly test your app on both Android and iOS to make sure everything is working as expected with the new package name and display name.

โœจ Star the Repo if you Like it โœจ

flutter_clean_template's People

Contributors

deevsaini avatar

Watchers

 avatar

Forkers

themgr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.