fedodo_general 1.8.3 copy "fedodo_general: ^1.8.3" to clipboard
fedodo_general: ^1.8.3 copied to clipboard

A flutter package which contains general components of the Fedodo-UIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fedodo_general

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

dependencies:
  fedodo_general: ^1.8.3

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:fedodo_general/fedodo_general.dart';