arithmetic_ui_package 0.0.1 copy "arithmetic_ui_package: ^0.0.1" to clipboard
arithmetic_ui_package: ^0.0.1 copied to clipboard

A custom Flutter package providing arithmetic operations with pub/sub pattern using GetX.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add arithmetic_ui_package

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

dependencies:
  arithmetic_ui_package: ^0.0.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:arithmetic_ui_package/custom_package.dart';
import 'package:arithmetic_ui_package/simple_package.dart';
0
likes
140
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom Flutter package providing arithmetic operations with pub/sub pattern using GetX.

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on arithmetic_ui_package