It is an icon package with special icons of Eralpsoftware company.

Getting Started

In your flutter project add the dependency:

dependencies:
  ...
  eralpsoftware_icons:

Usage example

Import eralpsoftware_icons.dart

import 'package:eralpsoftware_icons/eralpsoftware_icons.dart';
EsIcon(
    EsIcons.like,
    color: Colors.red,
),