Skip to content

Commit 55087a9

Browse files
init project
1 parent cb7e86b commit 55087a9

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

yin_drag_sacle/pubspec.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: yin_drag_sacle
2-
description: A new Flutter package.
2+
description: Image zooming in, zooming out, dragging, you can customize the zoom scale, the project is from flutter_drag_scale, the modification is published to meet their own project
33
version: 0.0.1
4-
author:
5-
homepage:
4+
author: yin <yin_8023@163.com>
5+
homepage: https://github.com/yx544806988/yin_drag_scale.git
66

77
environment:
88
sdk: ">=2.1.0 <3.0.0"
@@ -21,33 +21,33 @@ dev_dependencies:
2121
# The following section is specific to Flutter.
2222
flutter:
2323

24-
# To add assets to your package, add an assets section, like this:
25-
# assets:
26-
# - images/a_dot_burr.jpeg
27-
# - images/a_dot_ham.jpeg
28-
#
29-
# For details regarding assets in packages, see
30-
# https://flutter.dev/assets-and-images/#from-packages
31-
#
32-
# An image asset can refer to one or more resolution-specific "variants", see
33-
# https://flutter.dev/assets-and-images/#resolution-aware.
24+
# To add assets to your package, add an assets section, like this:
25+
# assets:
26+
# - images/a_dot_burr.jpeg
27+
# - images/a_dot_ham.jpeg
28+
#
29+
# For details regarding assets in packages, see
30+
# https://flutter.dev/assets-and-images/#from-packages
31+
#
32+
# An image asset can refer to one or more resolution-specific "variants", see
33+
# https://flutter.dev/assets-and-images/#resolution-aware.
3434

35-
# To add custom fonts to your package, add a fonts section here,
36-
# in this "flutter" section. Each entry in this list should have a
37-
# "family" key with the font family name, and a "fonts" key with a
38-
# list giving the asset and other descriptors for the font. For
39-
# example:
40-
# fonts:
41-
# - family: Schyler
42-
# fonts:
43-
# - asset: fonts/Schyler-Regular.ttf
44-
# - asset: fonts/Schyler-Italic.ttf
45-
# style: italic
46-
# - family: Trajan Pro
47-
# fonts:
48-
# - asset: fonts/TrajanPro.ttf
49-
# - asset: fonts/TrajanPro_Bold.ttf
50-
# weight: 700
51-
#
52-
# For details regarding fonts in packages, see
53-
# https://flutter.dev/custom-fonts/#from-packages
35+
# To add custom fonts to your package, add a fonts section here,
36+
# in this "flutter" section. Each entry in this list should have a
37+
# "family" key with the font family name, and a "fonts" key with a
38+
# list giving the asset and other descriptors for the font. For
39+
# example:
40+
# fonts:
41+
# - family: Schyler
42+
# fonts:
43+
# - asset: fonts/Schyler-Regular.ttf
44+
# - asset: fonts/Schyler-Italic.ttf
45+
# style: italic
46+
# - family: Trajan Pro
47+
# fonts:
48+
# - asset: fonts/TrajanPro.ttf
49+
# - asset: fonts/TrajanPro_Bold.ttf
50+
# weight: 700
51+
#
52+
# For details regarding fonts in packages, see
53+
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)