Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 19, 2024
1 parent 4cff974 commit 99852ad
Showing 1 changed file with 4 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dart:convert';
import 'dart:io';
import 'dart:typed_data';

Expand Down Expand Up @@ -90,75 +91,6 @@ HttpClient _createHttpClient({required List<int> data}) {
return client;
}

const _transparentPixelPng = [
137,
80,
78,
71,
13,
10,
26,
10,
0,
0,
0,
13,
73,
72,
68,
82,
0,
0,
0,
1,
0,
0,
0,
1,
8,
6,
0,
0,
0,
31,
21,
196,
137,
0,
0,
0,
13,
73,
68,
65,
84,
120,
218,
99,
252,
207,
192,
80,
15,
0,
4,
133,
1,
128,
132,
169,
140,
33,
0,
0,
0,
0,
73,
69,
78,
68,
174,
66,
96,
130,
];
final _transparentPixelPng = base64Decode(
'''iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==''',
);

0 comments on commit 99852ad

Please sign in to comment.