flutter_application_id 0.0.5 copy "flutter_application_id: ^0.0.5" to clipboard
flutter_application_id: ^0.0.5 copied to clipboard

outdated

A package which simplifies the task of updating your Flutter app's 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: ^0.0.5

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/gradle.dart';
import 'package:flutter_application_id/main.dart';
import 'package:flutter_application_id/pbxproj.dart';
import 'package:flutter_application_id/plist.dart';
23
likes
0
points
563
downloads

Publisher

unverified uploader

Weekly Downloads

A package which simplifies the task of updating your Flutter app's id.

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

args, equatable, yaml

More

Packages that depend on flutter_application_id