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