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 d4117d3

Browse files
Add assets
1 parent aa7b28b commit d4117d3

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

‎assets/fonts/Nunito-Black.ttf

109 KB
Binary file not shown.

‎assets/fonts/Nunito-Bold.ttf

109 KB
Binary file not shown.

‎assets/fonts/Nunito-Regular.ttf

107 KB
Binary file not shown.

‎assets/images/four.jpg

1.76 MB
Loading[フレーム]

‎assets/images/one.jpg

2.86 MB
Loading[フレーム]

‎assets/images/three.jpg

6.72 MB
Loading[フレーム]

‎assets/images/two.jpg

1.42 MB
Loading[フレーム]

‎pubspec.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ packages:
8181
url: "https://pub.dartlang.org"
8282
source: hosted
8383
version: "2.0.5"
84+
simple_animations:
85+
dependency: "direct main"
86+
description:
87+
name: simple_animations
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "1.3.3"
8491
sky_engine:
8592
dependency: transitive
8693
description: flutter

‎pubspec.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ environment:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22+
simple_animations: ^1.3.3
2223

2324
# The following adds the Cupertino Icons font to your application.
2425
# Use with the CupertinoIcons class for iOS style icons.
@@ -41,8 +42,12 @@ flutter:
4142
uses-material-design: true
4243

4344
# To add assets to your application, add an assets section, like this:
44-
# assets:
45-
# - images/a_dot_burr.jpeg
45+
assets:
46+
- assets/images/one.jpg
47+
- assets/images/two.jpg
48+
- assets/images/three.jpg
49+
- assets/images/four.jpg
50+
4651
# - images/a_dot_ham.jpeg
4752

4853
# An image asset can refer to one or more resolution-specific "variants", see
@@ -56,12 +61,12 @@ flutter:
5661
# "family" key with the font family name, and a "fonts" key with a
5762
# list giving the asset and other descriptors for the font. For
5863
# example:
59-
#fonts:
60-
#- family: Schyler
61-
# fonts:
62-
# - asset: fonts/Schyler-Regular.ttf
63-
# - asset: fonts/Schyler-Italic.ttf
64-
# style: italic
64+
fonts:
65+
- family: Nunito
66+
fonts:
67+
- asset: assets/fonts/Nunito-Regular.ttf
68+
- asset: assets/fonts/Nunito-Black.ttf
69+
- asset: assets/fonts/Nunito-Bold.ttf
6570
# - family: Trajan Pro
6671
# fonts:
6772
# - asset: fonts/TrajanPro.ttf

0 commit comments

Comments
(0)

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