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 dfea5e5

Browse files
Add assets
1 parent 976da59 commit dfea5e5

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

‎assets/products.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"products": [
3+
{
4+
"name": "Winter Coat",
5+
"imageURL": "https://images.unsplash.com/photo-1539533018447-63fcce2678e3?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8Y29hdHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60",
6+
"brand": "OSIRUS",
7+
"price": 100
8+
},
9+
{
10+
"name": "Cotton Sweatshirt",
11+
"imageURL": "https://images.unsplash.com/photo-1556172732-bcded74ff3a2?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NTd8fHN3ZWF0c2hpcnR8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60",
12+
"brand": "OSIRUS",
13+
"price": 49
14+
},
15+
{
16+
"name": "Cotton Pant",
17+
"imageURL": "https://images.unsplash.com/photo-1506629082955-511b1aa562c8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTl8fHBhbnR8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60",
18+
"brand": "OSIRUS",
19+
"price": 58
20+
},
21+
{
22+
"name": "Green Sweater",
23+
"imageURL": "https://images.unsplash.com/photo-1536992266094-82847e1fd431?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8c3dlYXRlcnxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60",
24+
"brand": "OSIRUS",
25+
"price": 69
26+
}
27+
]
28+
}

‎pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
# Use with the CupertinoIcons class for iOS style icons.
3030
cupertino_icons: ^1.0.2
3131
flashy_tab_bar: ^0.0.3
32+
simple_animations: ^1.3.3
3233

3334
dev_dependencies:
3435
flutter_test:
@@ -47,6 +48,7 @@ flutter:
4748

4849
# To add assets to your application, add an assets section, like this:
4950
assets:
51+
- assets/
5052
- assets/images/
5153
# - images/a_dot_ham.jpeg
5254

0 commit comments

Comments
(0)

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