You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
597 B
YAML
36 lines
597 B
YAML
|
1 day ago
|
name: example
|
||
|
|
description: A new Flutter project.
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: '>=2.12.0 <3.0.0'
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
flutter:
|
||
|
|
sdk: flutter
|
||
|
|
|
||
|
|
# The following adds the Cupertino Icons font to your application.
|
||
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
||
|
|
cupertino_icons: ^1.0.2
|
||
|
|
|
||
|
|
flutter_swiper_view:
|
||
|
|
path: ../
|
||
|
|
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
flutter_lints: ^2.0.1
|
||
|
|
flutter_test:
|
||
|
|
sdk: flutter
|
||
|
|
|
||
|
|
flutter:
|
||
|
|
uses-material-design: true
|
||
|
|
|
||
|
|
|
||
|
|
assets:
|
||
|
|
- images/bg0.jpeg
|
||
|
|
- images/bg1.jpeg
|
||
|
|
- images/bg2.jpeg
|
||
|
|
- images/bg.jpeg
|
||
|
|
- images/1.png
|
||
|
|
- images/2.png
|
||
|
|
- images/3.png
|