We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fbed81 + f81b8d9 commit 75518f5Copy full SHA for 75518f5
third_party/.travis.yml
@@ -8,7 +8,7 @@ addons:
8
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
9
packages:
10
- libstdc++6
11
- - fonts-droid
+ - fonts-droid-fallback
12
before_script:
13
- git clone https://github.com/flutter/flutter.git -b master --single-branch
14
- ./flutter/bin/flutter doctor
third_party/lib/src/vector_drawable.dart
@@ -269,7 +269,6 @@ class DrawablePaint {
269
final double strokeWidth;
270
271
/// Creates a [Paint] object from this [DrawablePaint].
272
- @virtual
273
Paint toFlutterPaint([ColorFilter colorFilterOverride]) {
274
final Paint paint = Paint();
275
0 commit comments