tbdc_flutter_plugin 1.4.0
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';