-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: sizeReducing IPA/APK/JS sizesReducing IPA/APK/JS sizesperf: app sizePerformance issues related to app size (binary/code size) or disk spacePerformance issues related to app size (binary/code size) or disk spacetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
On 1.24.0-8.0.pre.344, the LicenseResult
collected from LicenseCollector https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/asset.dart#L322 produce a lot of redundancies.
The uncompressed size of the file is relevant for #71098.
A breakdown of occurrences per library shows:
86 harfbuzz
75 boringssl
47 skia
34 turbo
34 libjpeg
29 angle
25 zlib
22 icu
19 freetype2
17 dart
12 fuchsia_sdk
9 libwebp
8 glfw
4 rapidjson
4 files
4 base
3 libcxx
3 khronos
3 double
3 cpp
3 conversion
3 abseil
2 xxhash
2 tcmalloc
2 skcms
2 root_certificates
2 ffx_spd
1 wuffs
1 wasmer
1 vulkanmemoryallocator
1 vector_math
1 test_api
1 term_glyph
1 smhasher
1 pkg
1 libsdl
1 flutter
1 engine
1 colorama
1 clock
1 charcode
1 characters
1 boolean_selector
1 async
1 StackWalker
Some examples of "different" entries:
skia
Copyright 2018 Google Inc.
...
skia
Copyright 2018 Google LLC
...
skia
Copyright 2018 Google LLC.
skia
Copyright 2018 Google, LLC
Do we need all these variations?
triallax and mono0926
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: sizeReducing IPA/APK/JS sizesReducing IPA/APK/JS sizesperf: app sizePerformance issues related to app size (binary/code size) or disk spacePerformance issues related to app size (binary/code size) or disk spacetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.