Skip to content

Commit 0a12958

Browse files
authored
Merge pull request #61 from minikin/fix/background_color
fix: prepare for release
2 parents 1ed50e0 + 932340e commit 0a12958

File tree

9 files changed

+127
-76
lines changed

9 files changed

+127
-76
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [0.2.8+1] - 26.01.2023
1+
## [0.2.8+1] - 01.02.2023
22

3-
- Fix popover's background color.
3+
- Fix the bug with popover's background color.
44

55
## [0.2.8] - 02.01.2023
66

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Source: [Human Interface Guidelines.
5858

5959
## Requirements
6060

61-
- Dart: 2.18.0+
62-
- Flutter : 3.3.0+
61+
- Dart: 2.19.0+
62+
- Flutter : 3.7.0+
6363

6464
## Install
6565

6666
```yaml
6767
dependencies:
68-
popover: ^0.2.8
68+
popover: ^0.2.8+1
6969
```
7070
7171
## Example

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Button extends StatelessWidget {
7373
bodyBuilder: (context) => const ListItems(),
7474
onPop: () => print('Popover was popped!'),
7575
direction: PopoverDirection.bottom,
76-
backgroundColor: Colors.white10,
76+
backgroundColor: Colors.white,
7777
width: 200,
7878
height: 400,
7979
arrowHeight: 15,

example/macos/Runner.xcodeproj/project.pbxproj

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXAggregateTarget section */
@@ -182,7 +182,7 @@
182182
isa = PBXProject;
183183
attributes = {
184184
LastSwiftUpdateCheck = 0920;
185-
LastUpgradeCheck = 0930;
185+
LastUpgradeCheck = 1300;
186186
ORGANIZATIONNAME = "";
187187
TargetAttributes = {
188188
33CC10EC2044A3C60003C045 = {
@@ -235,6 +235,7 @@
235235
/* Begin PBXShellScriptBuildPhase section */
236236
3399D490228B24CF009A79C7 /* ShellScript */ = {
237237
isa = PBXShellScriptBuildPhase;
238+
alwaysOutOfDate = 1;
238239
buildActionMask = 2147483647;
239240
files = (
240241
);
@@ -344,7 +345,7 @@
344345
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
345346
GCC_WARN_UNUSED_FUNCTION = YES;
346347
GCC_WARN_UNUSED_VARIABLE = YES;
347-
MACOSX_DEPLOYMENT_TARGET = 10.11;
348+
MACOSX_DEPLOYMENT_TARGET = 10.14;
348349
MTL_ENABLE_DEBUG_INFO = NO;
349350
SDKROOT = macosx;
350351
SWIFT_COMPILATION_MODE = wholemodule;
@@ -423,7 +424,7 @@
423424
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
424425
GCC_WARN_UNUSED_FUNCTION = YES;
425426
GCC_WARN_UNUSED_VARIABLE = YES;
426-
MACOSX_DEPLOYMENT_TARGET = 10.11;
427+
MACOSX_DEPLOYMENT_TARGET = 10.14;
427428
MTL_ENABLE_DEBUG_INFO = YES;
428429
ONLY_ACTIVE_ARCH = YES;
429430
SDKROOT = macosx;
@@ -470,7 +471,7 @@
470471
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471472
GCC_WARN_UNUSED_FUNCTION = YES;
472473
GCC_WARN_UNUSED_VARIABLE = YES;
473-
MACOSX_DEPLOYMENT_TARGET = 10.11;
474+
MACOSX_DEPLOYMENT_TARGET = 10.14;
474475
MTL_ENABLE_DEBUG_INFO = NO;
475476
SDKROOT = macosx;
476477
SWIFT_COMPILATION_MODE = wholemodule;

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1000"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/pubspec.lock

+55-30
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,48 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
url: "https://pub.dartlang.org"
8+
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
9+
url: "https://pub.dev"
910
source: hosted
10-
version: "2.9.0"
11+
version: "2.10.0"
1112
boolean_selector:
1213
dependency: transitive
1314
description:
1415
name: boolean_selector
15-
url: "https://pub.dartlang.org"
16+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17+
url: "https://pub.dev"
1618
source: hosted
17-
version: "2.1.0"
19+
version: "2.1.1"
1820
characters:
1921
dependency: transitive
2022
description:
2123
name: characters
22-
url: "https://pub.dartlang.org"
24+
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
25+
url: "https://pub.dev"
2326
source: hosted
2427
version: "1.2.1"
2528
clock:
2629
dependency: transitive
2730
description:
2831
name: clock
29-
url: "https://pub.dartlang.org"
32+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33+
url: "https://pub.dev"
3034
source: hosted
3135
version: "1.1.1"
3236
collection:
3337
dependency: transitive
3438
description:
3539
name: collection
36-
url: "https://pub.dartlang.org"
40+
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
41+
url: "https://pub.dev"
3742
source: hosted
38-
version: "1.16.0"
43+
version: "1.17.0"
3944
fake_async:
4045
dependency: transitive
4146
description:
4247
name: fake_async
43-
url: "https://pub.dartlang.org"
48+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
49+
url: "https://pub.dev"
4450
source: hosted
4551
version: "1.3.1"
4652
flutter:
@@ -53,32 +59,44 @@ packages:
5359
description: flutter
5460
source: sdk
5561
version: "0.0.0"
62+
js:
63+
dependency: transitive
64+
description:
65+
name: js
66+
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
67+
url: "https://pub.dev"
68+
source: hosted
69+
version: "0.6.5"
5670
matcher:
5771
dependency: transitive
5872
description:
5973
name: matcher
60-
url: "https://pub.dartlang.org"
74+
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
75+
url: "https://pub.dev"
6176
source: hosted
62-
version: "0.12.12"
77+
version: "0.12.13"
6378
material_color_utilities:
6479
dependency: transitive
6580
description:
6681
name: material_color_utilities
67-
url: "https://pub.dartlang.org"
82+
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
83+
url: "https://pub.dev"
6884
source: hosted
69-
version: "0.1.5"
85+
version: "0.2.0"
7086
meta:
7187
dependency: transitive
7288
description:
7389
name: meta
74-
url: "https://pub.dartlang.org"
90+
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
91+
url: "https://pub.dev"
7592
source: hosted
7693
version: "1.8.0"
7794
path:
7895
dependency: transitive
7996
description:
8097
name: path
81-
url: "https://pub.dartlang.org"
98+
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
99+
url: "https://pub.dev"
82100
source: hosted
83101
version: "1.8.2"
84102
popover:
@@ -87,7 +105,7 @@ packages:
87105
path: ".."
88106
relative: true
89107
source: path
90-
version: "0.2.8"
108+
version: "0.2.8+1"
91109
sky_engine:
92110
dependency: transitive
93111
description: flutter
@@ -97,51 +115,58 @@ packages:
97115
dependency: transitive
98116
description:
99117
name: source_span
100-
url: "https://pub.dartlang.org"
118+
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
119+
url: "https://pub.dev"
101120
source: hosted
102-
version: "1.9.0"
121+
version: "1.9.1"
103122
stack_trace:
104123
dependency: transitive
105124
description:
106125
name: stack_trace
107-
url: "https://pub.dartlang.org"
126+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
127+
url: "https://pub.dev"
108128
source: hosted
109-
version: "1.10.0"
129+
version: "1.11.0"
110130
stream_channel:
111131
dependency: transitive
112132
description:
113133
name: stream_channel
114-
url: "https://pub.dartlang.org"
134+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
135+
url: "https://pub.dev"
115136
source: hosted
116-
version: "2.1.0"
137+
version: "2.1.1"
117138
string_scanner:
118139
dependency: transitive
119140
description:
120141
name: string_scanner
121-
url: "https://pub.dartlang.org"
142+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
143+
url: "https://pub.dev"
122144
source: hosted
123-
version: "1.1.1"
145+
version: "1.2.0"
124146
term_glyph:
125147
dependency: transitive
126148
description:
127149
name: term_glyph
128-
url: "https://pub.dartlang.org"
150+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
151+
url: "https://pub.dev"
129152
source: hosted
130153
version: "1.2.1"
131154
test_api:
132155
dependency: transitive
133156
description:
134157
name: test_api
135-
url: "https://pub.dartlang.org"
158+
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
159+
url: "https://pub.dev"
136160
source: hosted
137-
version: "0.4.12"
161+
version: "0.4.16"
138162
vector_math:
139163
dependency: transitive
140164
description:
141165
name: vector_math
142-
url: "https://pub.dartlang.org"
166+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
167+
url: "https://pub.dev"
143168
source: hosted
144-
version: "2.1.2"
169+
version: "2.1.4"
145170
sdks:
146-
dart: ">=2.18.0 <3.0.0"
171+
dart: ">=2.19.0 <4.0.0"
147172
flutter: ">=3.3.0"

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.1.0
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.18.0 <3.0.0"
8-
flutter: ">=3.3.0"
7+
sdk: '>=2.19.0 <3.0.0'
8+
flutter: '>=3.3.0'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)