flutter_application_id 2.0.0-dev copy "flutter_application_id: ^2.0.0-dev" to clipboard
flutter_application_id: ^2.0.0-dev copied to clipboard

outdated

A command-line tool to update your Flutter app's Name and ID

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_application_id

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_application_id: ^2.0.0-dev

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_application_id/configuration.dart';
import 'package:flutter_application_id/constants.dart';
import 'package:flutter_application_id/custom_exceptions.dart';
import 'package:flutter_application_id/file_updater/file_updater.dart';
import 'package:flutter_application_id/file_updater/rules/gradle.dart';
import 'package:flutter_application_id/file_updater/rules/pbxproj.dart';
import 'package:flutter_application_id/file_updater/rules/plist.dart';
import 'package:flutter_application_id/file_updater/rules/xml.dart';
import 'package:flutter_application_id/main.dart';
23
likes
0
points
558
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool to update your Flutter app's Name and ID

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

args, equatable, yaml

More

Packages that depend on flutter_application_id