dartlang.org

Website:https://dart.dev
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (15)

1

0 Thumbs up   0 Thumbs down

Application package


A package that is not intended to be used as a library. Application packages may have dependencies
Source: dartlang.org

2

0 Thumbs up   0 Thumbs down

Asset


A resource—Dart, HTML, JavaScript, CSS, image, or anything else—intended to be part of a deployed package. The package can be a web app, a package used by a web app, or any other package that benefits [..]
Source: dartlang.org

3

0 Thumbs up   0 Thumbs down

Dependency


Another package that your package relies on. If your package wants to import code from some other package, that package must be a dependency. Dependencies are specified in your package’s pubspec
Source: dartlang.org

4

0 Thumbs up   0 Thumbs down

Entrypoint


Entrypoint
Source: dartlang.org

5

0 Thumbs up   0 Thumbs down

Entrypoint directory


A directory inside your package that is allowed to contain Dart entrypoints
Source: dartlang.org

6

0 Thumbs up   0 Thumbs down

Source


A kind of place that pub can get packages from. A source isn’t a specific place like pub.dartlang.org or some specific Git URL. Each source describes a general procedure for accessing a package in som [..]
Source: dartlang.org

7

0 Thumbs up   0 Thumbs down

Transformer


For more information, see Pub Assets and Transformers
Source: dartlang.org


To view all 15 definitions, please sign in.