Skip to content

Commit

Permalink
Version Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Feb 26, 2019
1 parent 7541a22 commit 893d1ff
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
21 changes: 14 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ packages:
name: flutter_masked_text
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.0"
version: "0.8.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -71,7 +71,7 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+17"
version: "0.12.0+1"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -107,6 +107,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.2"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
quiver:
dependency: transitive
description:
Expand All @@ -127,7 +134,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.0"
version: "0.21.0"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -139,7 +146,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.1"
version: "1.5.4"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -167,14 +174,14 @@ packages:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.1.0"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.2.2"
typed_data:
dependency: transitive
description:
Expand All @@ -190,4 +197,4 @@ packages:
source: hosted
version: "2.0.8"
sdks:
dart: ">=2.0.0 <3.0.0"
dart: ">=2.1.0 <3.0.0"
21 changes: 8 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,34 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
cupertino_icons: ^0.1.2
font_awesome_flutter:
http:
rxdart:
flutter_masked_text:
http: ^0.12.0+1
rxdart: ^0.21.0
flutter_masked_text: ^0.8.0
flutter_localizations:
sdk: flutter


dev_dependencies:
random_pk:
flutter_test:
sdk: flutter


# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- locale/i18n_en.json
- locale/i18n_hi.json
- assets/images/
- locale/i18n_en.json
- locale/i18n_hi.json
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
Expand All @@ -66,14 +63,12 @@ flutter:
style: normal
- asset: assets/fonts/Quicksand_Bold.otf
weight: 700



- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
style: normal
- asset: assets/fonts/Raleway-Medium.ttf

#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages

0 comments on commit 893d1ff

Please sign in to comment.