nftgen 0.0.6 copy "nftgen: ^0.0.6" to clipboard
nftgen: ^0.0.6 copied to clipboard

NFT unique image generator and metadata analyzer, available as Dart package, CLI, EXE.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nftgen

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

dependencies:
  nftgen: ^0.0.6

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:nftgen/framework/drawbase.dart';
import 'package:nftgen/framework/drawdart.dart';
import 'package:nftgen/framework/drawflutter.dart';
import 'package:nftgen/framework/nftcliexception.dart';
import 'package:nftgen/framework/projectmodel.dart';
import 'package:nftgen/framework/streamprint.dart';
import 'package:nftgen/main.dart';