webvify_configuration 1.0.0 copy "webvify_configuration: ^1.0.0" to clipboard
webvify_configuration: ^1.0.0 copied to clipboard

discontinued
outdated

an package which inspired from flutter_application_id. Thanks to the Charly Caulet!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webvify_configuration

With Flutter:

 $ flutter pub add webvify_configuration

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

dependencies:
  webvify_configuration: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:webvify_configuration/configuration.dart';
import 'package:webvify_configuration/constants.dart';
import 'package:webvify_configuration/custom_exceptions.dart';
import 'package:webvify_configuration/file_updater/file_updater.dart';
import 'package:webvify_configuration/file_updater/rules/gradle.dart';
import 'package:webvify_configuration/file_updater/rules/json_file.dart';
import 'package:webvify_configuration/file_updater/rules/pbxproj.dart';
import 'package:webvify_configuration/file_updater/rules/plist.dart';
import 'package:webvify_configuration/file_updater/rules/regexp.dart';
import 'package:webvify_configuration/file_updater/rules/shell.dart';
import 'package:webvify_configuration/file_updater/rules/xml.dart';
import 'package:webvify_configuration/helper.dart';
import 'package:webvify_configuration/main.dart';
import 'package:webvify_configuration/printer.dart';
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

an package which inspired from flutter_application_id. Thanks to the Charly Caulet!

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, colorize, equatable, yaml

More

Packages that depend on webvify_configuration