Fix Pub analysis

This commit is contained in:
creativecreatorormaybenot
2020-07-09 09:09:31 +00:00
parent 4af518bba1
commit c9f0a9afdd
13 changed files with 5 additions and 14 deletions

View File

@ -67,6 +67,7 @@ import 'package:rive/src/rive_core/shapes/shape.dart';
import 'package:rive/src/rive_core/shapes/straight_vertex.dart';
import 'package:rive/src/rive_core/shapes/triangle.dart';
// ignore: avoid_classes_with_only_static_members
class RiveCoreContext {
static Core makeCoreInstance(int typeKey) {
switch (typeKey) {