• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: ios_add2app_flutter
2description: A new flutter module project.
3
4# The following defines the version and build number for your application.
5# A version number is three numbers separated by dots, like 1.2.43
6# followed by an optional build number separated by a +.
7# Both the version and the builder number may be overridden in flutter
8# build by specifying --build-name and --build-number, respectively.
9# Read more about versioning at semver.org.
10#
11# This version is used _only_ for the Runner app, which is used if you just do
12# a `flutter run` or a `flutter make-host-app-editable`. It has no impact
13# on any other native host app that you embed your Flutter project into.
14version: 1.0.0+1
15
16environment:
17  sdk: ">=2.0.0-dev.68.0 <3.0.0"
18
19dependencies:
20  flutter:
21    sdk: flutter
22
23  # The following adds the Cupertino Icons font to your application.
24  # Use with the CupertinoIcons class for iOS style icons.
25  cupertino_icons: 0.1.2
26
27  collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
28  meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
29  typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
30  vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
31
32dev_dependencies:
33  flutter_test:
34    sdk: flutter
35
36# For information on the generic Dart part of this file, see the
37# following page: https://dart.dev/tools/pub/pubspec
38
39  async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
40  boolean_selector: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
41  charcode: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42  matcher: 0.12.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
43  path: 1.6.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
44  pedantic: 1.8.0+1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
45  quiver: 2.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
46  source_span: 1.5.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
47  stack_trace: 1.9.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
48  stream_channel: 2.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
49  string_scanner: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
50  term_glyph: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
51  test_api: 0.2.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
52
53flutter:
54  # The following line ensures that the Material Icons font is
55  # included with your application, so that you can use the icons in
56  # the material Icons class.
57  uses-material-design: true
58
59  # To add Flutter specific assets to your application, add an assets section,
60  # like this:
61  # assets:
62  #  - images/a_dot_burr.jpeg
63  #  - images/a_dot_ham.jpeg
64
65  # An image asset can refer to one or more resolution-specific "variants", see
66  # https://flutter.dev/assets-and-images/#resolution-aware.
67
68  # For details regarding adding assets from package dependencies, see
69  # https://flutter.dev/assets-and-images/#from-packages
70
71  # To add Flutter specific custom fonts to your application, add a fonts
72  # section here, in this "flutter" section. Each entry in this list should
73  # have a "family" key with the font family name, and a "fonts" key with a
74  # list giving the asset and other descriptors for the font. For
75  # example:
76  # fonts:
77  #   - family: Schyler
78  #     fonts:
79  #       - asset: fonts/Schyler-Regular.ttf
80  #       - asset: fonts/Schyler-Italic.ttf
81  #         style: italic
82  #   - family: Trajan Pro
83  #     fonts:
84  #       - asset: fonts/TrajanPro.ttf
85  #       - asset: fonts/TrajanPro_Bold.ttf
86  #         weight: 700
87  #
88  # For details regarding fonts from package dependencies,
89  # see https://flutter.dev/custom-fonts/#from-packages
90
91  # This section identifies your Flutter project as a module meant for
92  # embedding in a native host app.  These identifiers should _not_ ordinarily
93  # be changed after generation - they are used to ensure that the tooling can
94  # maintain consistency when adding or modifying assets and plugins.
95  # They also do not have any bearing on your native host application's
96  # identifiers, which may be completely independent or the same as these.
97  module:
98    androidPackage: com.example.iosadd2appflutter
99    iosBundleIdentifier: com.example.iosAdd2appFlutter
100
101# PUBSPEC CHECKSUM: 7965
102