functions 1.3.1 copy "functions: ^1.3.1" to clipboard
functions: ^1.3.1 copied to clipboard

A new Flutter package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add functions

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

dependencies:
  functions: ^1.3.1

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:functions/age.dart';
import 'package:functions/k_formatter.dart';
import 'package:functions/model/count.dart';
import 'package:functions/model/count.freezed.dart';
import 'package:functions/model/count.g.dart';
import 'package:functions/model/error.dart';
import 'package:functions/model/error.freezed.dart';
import 'package:functions/model/error.g.dart';
import 'package:functions/navigation.dart';
import 'package:functions/request.dart';
0
likes
110
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation, http, json_annotation

More

Packages that depend on functions