forked from firka/student-legacy
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
name: refilc_mobile_ui
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.2
|
|
|
|
# refilc main dep
|
|
refilc:
|
|
path: ../refilc/
|
|
refilc_kreta_api:
|
|
path: ../refilc_kreta_api/
|
|
refilc_premium:
|
|
path: ../refilc_premium/
|
|
|
|
flutter_feather_icons: ^2.0.0+1
|
|
provider: ^5.0.0
|
|
fl_chart: ^0.45.1
|
|
url_launcher: ^6.0.9
|
|
flutter_material_color_picker: ^1.1.0+2
|
|
photo_view: ^0.14.0
|
|
flutter_linkify: ^5.0.2
|
|
flutter_custom_tabs: ^1.0.3
|
|
flutter_markdown: ^0.6.5
|
|
animations: ^2.0.1
|
|
animated_list_plus: ^0.5.0
|
|
confetti: ^0.6.0
|
|
live_activities: ^1.0.0
|
|
animated_flip_counter: ^0.2.5
|
|
lottie: ^1.4.3
|
|
rive: ^0.9.1
|
|
animated_background: ^2.0.0
|
|
home_widget: ^0.1.6
|
|
dropdown_button2: ^1.8.9
|
|
flutter_svg: ^1.1.6
|
|
background_fetch: ^1.1.5
|
|
wtf_sliding_sheet: ^1.0.0
|
|
package_info_plus: ^4.0.2
|
|
dotted_border: ^2.0.0+3
|
|
screenshot: ^2.1.0
|
|
image_gallery_saver: ^2.0.2
|
|
rounded_expansion_tile:
|
|
git:
|
|
url: https://github.com/kimaah/rounded_expansion_tile.git
|
|
go_router: ^10.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^1.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true |