FLUTTER ECOSYSTEM

f-prime/flutter_app_name

f-prime/flutter_app_name open-source repository details.

flutter_app_name 项目封面
Stars
18
Forks
22
最近推送(UTC)
2024年10月17日
项目状态
未归档
Frankie GitHub avatar
GITHUB User

Frankie ↗

I like building things.

@InsuranceToolkits USA官方网站 ↗
语言Dart

此仓库发布的插件

使用的依赖

依赖清单 4 项

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Flutter App Name

A command-line tool that makes it trivial to set the launcher name for iOS and Android Flutter apps. Works with Flutter 2.

Usage

  1. Set your dev dependencies and your app's name and id (aka bundleId or applicationId, previously: package name)
dev_dependencies:
  flutter_app_name: ^0.1.1

flutter_app_name:
  name: "My Cool App"
  id: "it.in4matic.flutter_app_name"
  1. Run flutter_app_name in your project's directory
flutter pub get
flutter pub run flutter_app_name

Test

Run the test suite with

pub run test