base_url_switcher 2.1.1 copy "base_url_switcher: ^2.1.1" to clipboard
base_url_switcher: ^2.1.1 copied to clipboard

A Flutter package for switching between base URLs with a beautiful UI switcher

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add base_url_switcher

With Flutter:

 $ flutter pub add base_url_switcher

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

dependencies:
  base_url_switcher: ^2.1.1

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:base_url_switcher/base_url_switcher.dart';
7
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for switching between base URLs with a beautiful UI switcher

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on base_url_switcher