elevarm_icons 1.3.0 copy "elevarm_icons: ^1.3.0" to clipboard
elevarm_icons: ^1.3.0 copied to clipboard

Elevarm icons for Flutter.

Pub Version

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,
)
copied to clipboard

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.

  1. Clone this repository to your machine.
  2. Go inside the cloned repository:
    cd elevarm_icons
    
    copied to clipboard
  3. Setup local git hooks:
    dart run tool/setup_git_hooks.dart
    
    copied to clipboard
  4. Create env.json file by copying env-example.json:
    cp env-example.json env.json
    
    copied to clipboard
  5. Update all the values inside env.json with your own credentials.
  6. Switch to dev branch:
    git checkout dev
    
    copied to clipboard
  7. Get all project dependencies:
    flutter pub get
    
    copied to clipboard

Additional information #

Contact here: elevarm.com

1
likes
140
points
203
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

Elevarm icons for Flutter.

Homepage

Documentation

API reference

License

Unlicense (license)

Dependencies

flutter

More

Packages that depend on elevarm_icons