Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a54232d

Browse files
🏷️ Use fixed-width hex
1 parent 75725ef commit a54232d

File tree

2 files changed

+86
-86
lines changed

2 files changed

+86
-86
lines changed

packages/google_sign_in/google_sign_in/lib/widgets.dart

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -117,48 +117,48 @@ class GoogleUserCircleAvatar extends StatelessWidget {
117117
/// This is an transparent 1x1 gif image
118118
final Uint8List _transparentImage = Uint8List.fromList(
119119
[
120-
71,
121-
73,
122-
70,
123-
56,
124-
57,
125-
97,
126-
1,
127-
0,
128-
1,
129-
0,
130-
128,
131-
0,
132-
0,
133-
255,
134-
255,
135-
255,
136-
0,
137-
0,
138-
0,
139-
33,
140-
249,
141-
4,
142-
1,
143-
0,
144-
0,
145-
0,
146-
0,
147-
44,
148-
0,
149-
0,
150-
0,
151-
0,
152-
1,
153-
0,
154-
1,
155-
0,
156-
0,
157-
2,
158-
2,
159-
68,
160-
1,
161-
0,
162-
59,
120+
0x47,
121+
0x49,
122+
0x46,
123+
0x38,
124+
0x39,
125+
0x61,
126+
0x01,
127+
0x00,
128+
0x01,
129+
0x00,
130+
0x80,
131+
0x00,
132+
0x00,
133+
0xFF,
134+
0xFF,
135+
0xFF,
136+
0x00,
137+
0x00,
138+
0x00,
139+
0x21,
140+
0xF9,
141+
0x04,
142+
0x01,
143+
0x00,
144+
0x00,
145+
0x00,
146+
0x00,
147+
0x2C,
148+
0x00,
149+
0x00,
150+
0x00,
151+
0x00,
152+
0x01,
153+
0x00,
154+
0x01,
155+
0x00,
156+
0x00,
157+
0x02,
158+
0x02,
159+
0x44,
160+
0x01,
161+
0x00,
162+
0x3B,
163163
],
164164
);

packages/google_sign_in/google_sign_in/test/widgets_test.dart

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -207,49 +207,49 @@ class _MockHttpRequest extends HttpClientRequest {
207207
/// This is an transparent 1x1 gif image
208208
final Uint8List _transparentImage = Uint8List.fromList(
209209
[
210-
71,
211-
73,
212-
70,
213-
56,
214-
57,
215-
97,
216-
1,
217-
0,
218-
1,
219-
0,
220-
128,
221-
0,
222-
0,
223-
255,
224-
255,
225-
255,
226-
0,
227-
0,
228-
0,
229-
33,
230-
249,
231-
4,
232-
1,
233-
0,
234-
0,
235-
0,
236-
0,
237-
44,
238-
0,
239-
0,
240-
0,
241-
0,
242-
1,
243-
0,
244-
1,
245-
0,
246-
0,
247-
2,
248-
2,
249-
68,
250-
1,
251-
0,
252-
59,
210+
0x47,
211+
0x49,
212+
0x46,
213+
0x38,
214+
0x39,
215+
0x61,
216+
0x01,
217+
0x00,
218+
0x01,
219+
0x00,
220+
0x80,
221+
0x00,
222+
0x00,
223+
0xFF,
224+
0xFF,
225+
0xFF,
226+
0x00,
227+
0x00,
228+
0x00,
229+
0x21,
230+
0xF9,
231+
0x04,
232+
0x01,
233+
0x00,
234+
0x00,
235+
0x00,
236+
0x00,
237+
0x2C,
238+
0x00,
239+
0x00,
240+
0x00,
241+
0x00,
242+
0x01,
243+
0x00,
244+
0x01,
245+
0x00,
246+
0x00,
247+
0x02,
248+
0x02,
249+
0x44,
250+
0x01,
251+
0x00,
252+
0x3B,
253253
],
254254
);
255255

0 commit comments

Comments
 (0)