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

immediate dependency


A dependency
Source: dartlang.org

7

0 Thumbs up   0 Thumbs down

library package


A package that other packages will depend on. Library packages may have dependencies
Source: dartlang.org

8

0 Thumbs up   0 Thumbs down

lockfile


A file named pubspec.lock
Source: dartlang.org

9

0 Thumbs up   0 Thumbs down

sdk constraint


The declared versions of the Dart SDK itself that a package declares that it supports. An SDK constraint is specified using normal version constraint
Source: dartlang.org

10

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


To view all 15 definitions, please sign in.