description constant
String
const description
Description
Current app description
This is optional for your own personal packages, but if you intend to publish your package you must provide a description, which should be in English. The description should be relatively short, from 60 to 180 characters and tell a casual reader what they might want to know about your package.
Think of the description as the sales pitch for your package. Users see it when they browse for packages. The description is plain text: no markdown or HTML.
Implementation
static const String description = r'An alternative package manager for Dart';