Skip to content

Commit

Permalink
Update dependence.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpeshp0310 committed Jun 15, 2023
1 parent 9b7c902 commit 5c81dfa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
15 changes: 14 additions & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,24 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_localizations:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
intl:
dependency: transitive
description:
name: intl
sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
url: "https://pub.dev"
source: hosted
version: "0.18.0"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -201,4 +214,4 @@ packages:
version: "2.1.4"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
flutter: ">=3.10.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fluentui_system_icons: ^1.1.200
fluentui_system_icons: ^1.1.202
tarka_ui:
path: ../

Expand All @@ -47,7 +47,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^2.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ packages:
version: "2.1.4"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
flutter: ">=3.10.0"
10 changes: 1 addition & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/tarkalabs/tarka-ui-kit-flutter.git

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand All @@ -24,14 +24,6 @@ dev_dependencies:

# The following section is specific to Flutter packages.
flutter:
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
assets:
- assets/images/
- assets/icons/
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
Expand Down

0 comments on commit 5c81dfa

Please sign in to comment.