graphic_representation 1.1.2 copy "graphic_representation: ^1.1.2" to clipboard
graphic_representation: ^1.1.2 copied to clipboard

easy graphic representation, using classes likes DiscreteGraphic for example. You can easily adapt your graphic with your android or ios device screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphic_representation

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

dependencies:
  graphic_representation: ^1.1.2

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:graphic_representation/graphic_representation.dart';
5
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

easy graphic representation, using classes likes DiscreteGraphic for example. You can easily adapt your graphic with your android or ios device screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on graphic_representation