t_helpers 0.0.55 copy "t_helpers: ^0.0.55" to clipboard
t_helpers: ^0.0.55 copied to clipboard

A collection of helper functions to simplify common programming tasks in Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add t_helpers

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

dependencies:
  t_helpers: ^0.0.55

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:t_helpers/clipboard.helper.dart';
import 'package:t_helpers/collection.helper.dart';
import 'package:t_helpers/colors.helper.dart';
import 'package:t_helpers/currency.helper.dart';
import 'package:t_helpers/date.helper.dart';
import 'package:t_helpers/expression.helper.dart';
import 'package:t_helpers/financial_instrument.helper.dart';
import 'package:t_helpers/function.helper.dart';
import 'package:t_helpers/helpers.dart';
import 'package:t_helpers/http.helper.dart';
import 'package:t_helpers/log.helper.dart';
import 'package:t_helpers/math.helper.dart';
import 'package:t_helpers/models/models.dart';
import 'package:t_helpers/models/operation.dart';
import 'package:t_helpers/number.dart';
import 'package:t_helpers/platform.helper.dart';
import 'package:t_helpers/router.helper.dart';
import 'package:t_helpers/string.helper.dart';
import 'package:t_helpers/superscript.helper.dart';
import 'package:t_helpers/value.helper.dart';
0
likes
120
pub points
2%
popularity

Publisher

unverified uploader

A collection of helper functions to simplify common programming tasks in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

ISC (LICENSE)

Dependencies

diacritic, flutter, go_router, intl, rational, tenhance, tmodel, tsub

More

Packages that depend on t_helpers