Dart pub package with the images for the Flutter gallery
CC0 landscape images from:
Pesto food images from:
Add this to your package's pubspec.yaml file:
dependencies:
flutter_gallery_assets: "^0.0.21"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.21 | Jun 8, 2016 |
|
|
0.0.20 | Jun 3, 2016 |
|
|
0.0.19 | Jun 2, 2016 |
|
|
0.0.18 | Jun 2, 2016 |
|
|
0.0.16 | Apr 20, 2016 |
|
|
0.0.15 | Apr 11, 2016 |
|
|
0.0.14 | Apr 1, 2016 |
|
|
0.0.13 | Mar 30, 2016 |
|
|
0.0.12 | Mar 24, 2016 |
|
|
0.0.11 | Mar 22, 2016 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
62 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
100 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
10 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
63 |
Detected platforms: Flutter, web, other
No libraries.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Package is pre-v1 release.
While there is nothing inherently wrong with versions of
0.*.*
, it usually means that the author is still experimenting with the general direction API.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also useflutter_gallery_assets.dart
.