-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (36 loc) · 1013 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: linkinbio
description: Simple web page for share clickable links to individual pages or
products in your social media accounts.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
easy_localization: ^3.0.0
flutter:
sdk: flutter
flutter_screenutil: ^5.0.0
font_awesome_flutter: ^9.0.0
google_fonts: ^2.0.0
url_launcher: ^6.0.3
url_strategy: ^0.2.0
dev_dependencies:
flutter_native_splash: ^1.1.7+1
flutter_test:
sdk: flutter
very_good_analysis: ^2.1.0
flutter:
uses-material-design: true
assets:
- assets/lang/
- assets/images/launcher/
- assets/images/profile_screen/
# To change splash run:
# flutter clean && flutter pub get
# flutter pub run flutter_native_splash:create
flutter_native_splash:
color: "#FFFFFF"
image: assets/images/launcher/splash.png
color_dark: "#22252D"
image_dark: assets/images/launcher/splash.png
android_disable_fullscreen: true