• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: image_list
2description: Simple Flutter project used for benchmarking image loading over network.
3
4version: 1.0.0+1
5
6environment:
7  sdk: ">=2.1.0 <3.0.0"
8
9dependencies:
10  flutter:
11    sdk: flutter
12
13  # The following adds the Cupertino Icons font to your application.
14  # Use with the CupertinoIcons class for iOS style icons.
15  cupertino_icons: 0.1.2
16
17  collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
18  meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
19  typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
20  vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
21
22dev_dependencies:
23  flutter_test:
24    sdk: flutter
25
26# For information on the generic Dart part of this file, see the
27# following page: https://dart.dev/tools/pub/pubspec
28
29# The following section is specific to Flutter.
30
31  async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32  boolean_selector: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
33  charcode: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
34  matcher: 0.12.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
35  path: 1.6.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36  pedantic: 1.8.0+1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
37  quiver: 2.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
38  source_span: 1.5.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
39  stack_trace: 1.9.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
40  stream_channel: 2.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
41  string_scanner: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42  term_glyph: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
43  test_api: 0.2.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
44
45flutter:
46
47  # The following line ensures that the Material Icons font is
48  # included with your application, so that you can use the icons in
49  # the material Icons class.
50  uses-material-design: true
51
52  # To add assets to your application, add an assets section, like this:
53  assets:
54   - images/coast.jpg
55
56# PUBSPEC CHECKSUM: 7965
57