1
- name : paging
1
+ name : fl_paging
2
2
description : A new Flutter package for paging
3
- version : 0.0.1
4
- author :
5
- homepage :
3
+ version : 1.0.1
4
+ homepage : https://github.com/dangngocduc/flutter_paging
5
+ repository : https://github.com/dangngocduc/flutter_paging
6
+ issue_tracker : https://github.com/dangngocduc/flutter_paging/issues
7
+ documentation : https://github.com/dangngocduc/flutter_paging
6
8
7
9
environment :
8
10
sdk : " >=2.7.0 <3.0.0"
@@ -11,51 +13,12 @@ environment:
11
13
dependencies :
12
14
flutter :
13
15
sdk : flutter
14
- freezed_annotation : 0.11.0+1
16
+ freezed_annotation : ^ 0.11.0+1
15
17
tuple : ^1.0.3
16
18
17
19
dev_dependencies :
18
20
flutter_test :
19
21
sdk : flutter
20
- build_runner : 1.10.0
21
- freezed : 0.11.6
22
-
23
- dependency_overrides :
24
- analyzer : ' 0.39.14'
25
-
26
- # For information on the generic Dart part of this file, see the
27
- # following page: https://dart.dev/tools/pub/pubspec
28
-
29
- # The following section is specific to Flutter.
22
+ build_runner : ^1.10.0
23
+ freezed : ^0.11.6
30
24
flutter :
31
-
32
- # To add assets to your package, add an assets section, like this:
33
- # assets:
34
- # - images/a_dot_burr.jpeg
35
- # - images/a_dot_ham.jpeg
36
- #
37
- # For details regarding assets in packages, see
38
- # https://flutter.dev/assets-and-images/#from-packages
39
- #
40
- # An image asset can refer to one or more resolution-specific "variants", see
41
- # https://flutter.dev/assets-and-images/#resolution-aware.
42
-
43
- # To add custom fonts to your package, add a fonts section here,
44
- # in this "flutter" section. Each entry in this list should have a
45
- # "family" key with the font family name, and a "fonts" key with a
46
- # list giving the asset and other descriptors for the font. For
47
- # example:
48
- # fonts:
49
- # - family: Schyler
50
- # fonts:
51
- # - asset: fonts/Schyler-Regular.ttf
52
- # - asset: fonts/Schyler-Italic.ttf
53
- # style: italic
54
- # - family: Trajan Pro
55
- # fonts:
56
- # - asset: fonts/TrajanPro.ttf
57
- # - asset: fonts/TrajanPro_Bold.ttf
58
- # weight: 700
59
- #
60
- # For details regarding fonts in packages, see
61
- # https://flutter.dev/custom-fonts/#from-packages
0 commit comments