Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc30b2e

Browse files
Add packages and assets
1 parent 703eb5b commit dc30b2e

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

‎assets/images/watch-1.jpg‎

1 MB
Loading[フレーム]

‎assets/images/watch-2.jpg‎

2.36 MB
Loading[フレーム]

‎assets/images/watch-3.jpg‎

1.49 MB
Loading[フレーム]

‎pubspec.yaml‎

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: day18_carousel
2+
description: A new Flutter 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+
# In Android, build-name is used as versionName while build-number used as versionCode.
10+
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
11+
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12+
# Read more about iOS versioning at
13+
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14+
version: 1.0.0+1
15+
16+
environment:
17+
sdk: ">=2.1.0 <3.0.0"
18+
19+
dependencies:
20+
flutter:
21+
sdk: flutter
22+
simple_animations: ^1.3.3
23+
24+
# The following adds the Cupertino Icons font to your application.
25+
# Use with the CupertinoIcons class for iOS style icons.
26+
cupertino_icons: ^0.1.2
27+
28+
dev_dependencies:
29+
flutter_test:
30+
sdk: flutter
31+
32+
33+
# For information on the generic Dart part of this file, see the
34+
# following page: https://dart.dev/tools/pub/pubspec
35+
36+
# The following section is specific to Flutter.
37+
flutter:
38+
39+
# The following line ensures that the Material Icons font is
40+
# included with your application, so that you can use the icons in
41+
# the material Icons class.
42+
uses-material-design: true
43+
44+
# To add assets to your application, add an assets section, like this:
45+
assets:
46+
- assets/images/
47+
# - images/a_dot_ham.jpeg
48+
49+
# An image asset can refer to one or more resolution-specific "variants", see
50+
# https://flutter.dev/assets-and-images/#resolution-aware.
51+
52+
# For details regarding adding assets from package dependencies, see
53+
# https://flutter.dev/assets-and-images/#from-packages
54+
55+
# To add custom fonts to your application, add a fonts section here,
56+
# in this "flutter" section. Each entry in this list should have a
57+
# "family" key with the font family name, and a "fonts" key with a
58+
# list giving the asset and other descriptors for the font. For
59+
# example:
60+
# fonts:
61+
# - family: Schyler
62+
# fonts:
63+
# - asset: fonts/Schyler-Regular.ttf
64+
# - asset: fonts/Schyler-Italic.ttf
65+
# style: italic
66+
# - family: Trajan Pro
67+
# fonts:
68+
# - asset: fonts/TrajanPro.ttf
69+
# - asset: fonts/TrajanPro_Bold.ttf
70+
# weight: 700
71+
#
72+
# For details regarding fonts from package dependencies,
73+
# see https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /