mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 00:49:32 +08:00
sorted pub dependencies (#231)
This commit is contained in:
@ -21,13 +21,9 @@ environment:
|
|||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: ">=2.7.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
cupertino_icons: ^0.1.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
|
||||||
cupertino_icons: ^0.1.3
|
|
||||||
http: ^0.12.2
|
http: ^0.12.2
|
||||||
poll_ios_stats: ^0.0.1
|
poll_ios_stats: ^0.0.1
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ version: 0.0.1
|
|||||||
description: Testing framework for comparing multiple frameworks' performance.
|
description: Testing framework for comparing multiple frameworks' performance.
|
||||||
homepage: https://github.com/flutter/packages/tree/master/packages/imitation_game
|
homepage: https://github.com/flutter/packages/tree/master/packages/imitation_game
|
||||||
dependencies:
|
dependencies:
|
||||||
mustache: ^1.1.1
|
|
||||||
args: ^1.6.0
|
args: ^1.6.0
|
||||||
|
mustache: ^1.1.1
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.8.0 <3.0.0"
|
sdk: ">=1.8.0 <3.0.0"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
name: multicast_dns
|
name: multicast_dns
|
||||||
description: Dart package for mDNS queries (e.g. Bonjour, Avahi).
|
description: Dart package for mDNS queries (e.g. Bonjour, Avahi).
|
||||||
author: Flutter Team <flutter-dev@googlegroups.com>
|
|
||||||
homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns
|
homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
|
|
||||||
@ -8,8 +7,8 @@ dependencies:
|
|||||||
meta: ^1.1.6
|
meta: ^1.1.6
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: "^1.3.4"
|
|
||||||
mockito: "^4.1.0"
|
mockito: "^4.1.0"
|
||||||
|
test: "^1.3.4"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.1.1-dev.2.0 <3.0.0"
|
sdk: ">=2.2.0 <3.0.0"
|
||||||
|
@ -4,11 +4,11 @@ description: A simple example of how to use the PaletteGenerator to load the pal
|
|||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
cupertino_icons: ^0.1.2
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
palette_generator:
|
palette_generator:
|
||||||
path: ..
|
path: ..
|
||||||
cupertino_icons: ^0.1.2
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -4,15 +4,15 @@ homepage: https://github.com/flutter/packages/tree/master/packages/palette_gener
|
|||||||
version: 0.2.4+1
|
version: 0.2.4+1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
collection: ^1.14.6
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
collection: ^1.14.6
|
|
||||||
path: ^1.6.1
|
path: ^1.6.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
mockito: ^3.0.0
|
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
mockito: ^3.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.0 <3.0.0"
|
sdk: ">=2.2.0 <3.0.0"
|
||||||
|
@ -17,17 +17,16 @@ environment:
|
|||||||
sdk: ">=2.1.0 <3.0.0"
|
sdk: ">=2.1.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
|
||||||
sdk: flutter
|
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^0.1.2
|
cupertino_icons: ^0.1.2
|
||||||
|
flutter:
|
||||||
|
sdk: flutter
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
e2e: ^0.4.0
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
e2e: ^0.4.0
|
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
@ -7,9 +7,9 @@ environment:
|
|||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: ">=2.7.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
cupertino_icons: ^0.1.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
cupertino_icons: ^0.1.3
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -17,13 +17,10 @@ environment:
|
|||||||
sdk: ">=2.1.0 <3.0.0"
|
sdk: ">=2.1.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
cupertino_icons: ^0.1.2
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
|
||||||
cupertino_icons: ^0.1.2
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
@ -3,8 +3,8 @@ version: 0.1.12
|
|||||||
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
|
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
|
||||||
homepage: https://github.com/flutter/packages/tree/master/packages/pigeon
|
homepage: https://github.com/flutter/packages/tree/master/packages/pigeon
|
||||||
dependencies:
|
dependencies:
|
||||||
path: ^1.6.4
|
|
||||||
args: ^1.5.2
|
args: ^1.5.2
|
||||||
|
path: ^1.6.4
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.11.1
|
test: ^1.11.1
|
||||||
environment:
|
environment:
|
||||||
|
@ -12,5 +12,5 @@ dependencies:
|
|||||||
process: ">=3.0.12 <5.0.0"
|
process: ">=3.0.12 <5.0.0"
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.15.3
|
|
||||||
mockito: ^4.1.1
|
mockito: ^4.1.1
|
||||||
|
test: ^1.15.3
|
||||||
|
Reference in New Issue
Block a user