integrationPackages top-level constant

Map<Type, String> const integrationPackages

Implementation

const integrationPackages = <Type, String>{
  LottieIntegration: 'lottie',
  RiveIntegration: 'rive',
  SvgIntegration: 'flutter_svg',
};