elevarm_icons 1.3.4
elevarm_icons: ^1.3.4 copied to clipboard
Elevarm icons for Flutter.
Elevarm Icons for Flutter.
Getting started #
Use elevarm_icons together with elevarm_ui:
import 'package:elevarm_ui/elevarm_ui.dart';
import 'package:elevarm_icons/elevarm_icons.dart';
ElevarmIcon(
ElevarmIconsOutline.globe_01_education,
)
Development #
This section is intended for people that wants to develop elevarm_icons package.
Getting Started #
Follow instructions below to install this project on your machine.
- Clone this repository to your machine.
- Go inside the cloned repository:
cd elevarm_icons - Setup local git hooks:
dart run tool/setup_git_hooks.dart - Create
env.jsonfile by copyingenv-example.json:cp env-example.json env.json - Update all the values inside
env.jsonwith your own credentials. - Switch to
devbranch:git checkout dev - Get all project dependencies:
flutter pub get
Additional information #
Contact here: elevarm.com