DEV Community

Sherin
Sherin

Posted on

9 1

Package name in a new Flutter project

If you are someone like me, who uses Visual Studio Code to work with Flutter, you would most likely be using Flutter CLI to create new flutter projects.

Flutter CLI, by default, would use com.example.project_name as your package name/bundle identifier. If you want to specify to change that behaviour, you can run

flutter create --org com.my_cool_org project_name

This would set the Android package name to com.my_cool_org.project_name and iOS bundle identifier to com.myCoolOrg.projectName

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay