tuplebd 1.1.0 copy "tuplebd: ^1.1.0" to clipboard
tuplebd: ^1.1.0 copied to clipboard

A library providing a tuple data structure.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tuplebd

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

dependencies:
  tuplebd: ^1.1.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:tuplebd/bd/api_response.dart';
import 'package:tuplebd/bd/api_response_adapter.dart';
import 'package:tuplebd/bd/bd.dart';
import 'package:tuplebd/bd/date_helper.dart';
import 'package:tuplebd/bd/dio_singleton.dart';
import 'package:tuplebd/bd/hive_service.dart';
import 'package:tuplebd/bd/strings.dart';
import 'package:tuplebd/bd/type_definitions.dart';
import 'package:tuplebd/tuple.dart';
0
likes
125
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A library providing a tuple data structure.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

dio, flutter, hive_flutter, hive_test

More

Packages that depend on tuplebd