-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
82 lines (74 loc) · 2.33 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: social_app
description: A new Flutter project.
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# Firebase
cloud_firestore: ^4.5.0
firebase_auth: ^4.4.0
firebase_core: ^2.9.0
firebase_storage: ^11.1.0
# State management
flutter_bloc: ^8.1.2
# Create diverse designs like WhatsApp and Telegram.
flutter_chat_bubble: ^2.0.2
# To add staggered animations to your ListView, GridView
flutter_staggered_animations: ^1.1.1
# Purify dart code
dartz: ^0.10.1
# Implement value based equality
equatable: ^2.0.5
# Simple direct Service Locator that allows to access the concrete implementation from everywhere
get_it: ^7.6.0
# A Flutter package to use fonts from fonts.google.com.
image_picker: ^0.8.7+1
# For date/number formatting and parsing
intl: ^0.17.0
# Flutter plugin for reading and writing simple key-value pairs for cache
shared_preferences: ^2.0.20
# Dart library that checks for internet
internet_connection_checker: ^1.0.0+1
# A collection of loading indicators animated with flutter
loading_indicator: ^3.1.1
# A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
flutter_screenutil: ^5.9.0
# To load and cache network images
cached_network_image: ^3.3.0
# For splash screen
flutter_native_splash: ^2.3.9
# Customizable animated page indicator
smooth_page_indicator: ^1.1.0
# Provides simple yet beautiful skeleton loaders
shimmer: ^3.0.0
# Turns text URLs and emails into clickable inline links in text for Flutter.
flutter_linkify: ^6.0.0
# Flutter plugin for launching a URL.
url_launcher: ^6.2.4
dev_dependencies:
flutter_test:
sdk: flutter
# Recommended lints to encourage good coding practices
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins/Poppins-ExtraBold.ttf
weight: 800
assets:
- assets/
- assets/images/
- assets/icons/