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.json
file by copyingenv-example.json
:cp env-example.json env.json
- Update all the values inside
env.json
with your own credentials. - Switch to
dev
branch:git checkout dev
- Get all project dependencies:
flutter pub get
Additional information
Contact here: elevarm.com