tbdc_flutter_plugin 1.4.0 copy "tbdc_flutter_plugin: ^1.4.0" to clipboard
tbdc_flutter_plugin: ^1.4.0 copied to clipboard

Plugin of TBDC Company with helper classes and UI Components for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tbdc_flutter_plugin

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

dependencies:
  tbdc_flutter_plugin: ^1.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:tbdc_flutter_plugin/components/phone_input/countries.dart';
import 'package:tbdc_flutter_plugin/components/phone_input/l10n/generated/phone_input_localizations.dart';
import 'package:tbdc_flutter_plugin/components/phone_input/l10n/generated/phone_input_localizations_en.dart';
import 'package:tbdc_flutter_plugin/components/phone_input/l10n/generated/phone_input_localizations_es.dart';
import 'package:tbdc_flutter_plugin/components/phone_input/l10n/generated/phone_input_localizations_pt.dart';
import 'package:tbdc_flutter_plugin/components/phone_input/tbdc_phone_input.dart';
import 'package:tbdc_flutter_plugin/helpers/compare_lists_of_object.dart';
import 'package:tbdc_flutter_plugin/helpers/index.dart';
import 'package:tbdc_flutter_plugin/l10n/generated/root_localizations.dart';
import 'package:tbdc_flutter_plugin/l10n/generated/root_localizations_en.dart';
import 'package:tbdc_flutter_plugin/l10n/generated/root_localizations_es.dart';
import 'package:tbdc_flutter_plugin/l10n/generated/root_localizations_pt.dart';
import 'package:tbdc_flutter_plugin/l10n/translate.dart';
import 'package:tbdc_flutter_plugin/main.dart';
import 'package:tbdc_flutter_plugin/theme/color/colors.dart';
5
likes
150
points
184
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin of TBDC Company with helper classes and UI Components for Flutter

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_localizations, flutter_svg, intl, l10m

More

Packages that depend on tbdc_flutter_plugin