Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(#61):cleaned pubspec.yaml file #90

Merged
merged 3 commits into from
Jun 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 35 additions & 51 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
name: parental_control
description: A new Flutter application.
description: Times up help parent monitor the time their kids spend on screen.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.0.0+1

environment:
Expand All @@ -23,34 +14,53 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_core: ^2.9.0

# UI Packages:
flutter_svg: ^2.0.4
fl_chart: ^0.61.0
auto_size_text: ^3.0.0

# Authentication Packages:
firebase_auth: ^4.2.2
google_sign_in: ^6.1.0
flutter_login_facebook: ^1.4.1

# Data Management Packages:
provider: ^6.0.2
cloud_firestore: ^4.5.0
intl: ^0.18.0
google_fonts: ^4.0.3
fl_chart: ^0.61.0
flutter_svg: ^2.0.4
image_picker: ^0.8.5+3
shared_preferences: ^2.0.15
firebase_storage: ^11.1.0
bloc: ^8.0.3
flutter_bloc: ^8.0.1


# Location Packages:
geolocator: ^9.0.2
google_maps_flutter: ^2.1.5
line_awesome_flutter: ^2.0.0

# Notification Packages:
firebase_messaging: ^14.4.0
shared_preferences: ^2.0.15
showcaseview: ^2.0.3
pedantic: ^1.9.2
flutter_local_notifications: ^14.0.0-dev.2

# Utility Packages:
intl: ^0.18.0
uuid: ^3.0.6
app_usage: ^2.0.0
bloc: ^8.0.3
flutter_bloc: ^8.0.1
image_picker: ^0.8.5+3

# UI Component Packages:
line_awesome_flutter: ^2.0.0
showcaseview: ^2.0.3

# Testing Packages:
mockito: ^5.0.0
flutter_local_notifications: ^14.0.0-dev.2
auto_size_text: ^3.0.0

# Share Packages:
share_plus: ^6.3.0

# Code Formatting Packages:
pedantic: ^1.9.2

test: any

# The following adds the Cupertino Icons font to your application.
Expand Down Expand Up @@ -81,29 +91,3 @@ flutter:
- images/google-logo.png
- images/splash_svg/
- images/png/

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages

# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages