1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- name: douyin_demo
- description: A new Flutter project.
- version: 1.0.0+1
- environment:
- sdk: ">=2.1.0 <3.0.0"
- dependencies:
- flutter:
- sdk: flutter
-
-
- cupertino_icons: ^0.1.2
- marquee:
- video_player:
- marquee_flutter:
- provider:
- lpinyin:
- sticky_headers:
- shared_preferences:
- json_annotation:
- flutter_swiper:
- stretchy_header:
-
- dev_dependencies:
- flutter_test:
- sdk: flutter
- build_runner:
- json_serializable:
- flutter:
-
-
-
- uses-material-design: true
-
- assets:
- - lib/images/pingguo.jpeg
- - lib/images/sky.jpg
- - lib/images/temple.jpg
- - lib/images/zhifei.jpg
- - lib/images/woman.jpg
- - lib/images/woman2.jpg
- - lib/images/whitehouse.jpg
- - lib/images/waterdrop.jpg
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|