humanitarian_icons 1.0.2 copy "humanitarian_icons: ^1.0.2" to clipboard
humanitarian_icons: ^1.0.2 copied to clipboard

Humanitarian Icons package.

humanitarian_icons #

Humanitarian Icons (Unofficial) library contains about 300+ icons.

pub package

-- NOTICE: NOT affiliated with the United Nations Office for the Coordination of Humanitarian Affairs!

The United Nations Office for the Coordination of Humanitarian affairs OCHA has created a set of 500 freely available humanitarian icons to help relief workers present information about emergencies and crises quickly and simply.

When a disaster strikes, it is vital that all the different humanitarian agencies and workers can gather accurate information about the locations and needs of the people affected and who is best placed to help them. This creates an urgent need for complex information to be presented in a way that everyone can understand, as quickly as possible.

-- NOTE: Recently, I have been working a flutter app for emergency responders and have worked on health apps in the past so I thought this kind of library would help me and my fellow flutter developers to create their beautiful apps so here we are, I hope you like it and use it!

Usage #

The easiest way to use this library is as following:

import 'package:humanitarian_icons/humanitarian_icons.dart';

...
    child: Icon(
      HumanitarianIcons.ambulance,
      size: 35.0,
    ),
...

For full example checkout example/ app which display all icons in a gallery format.

Getting Started With Flutter #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Credit #

Icon Images: “Source: OCHA”

8
likes
120
pub points
67%
popularity

Publisher

unverified uploader

Humanitarian Icons package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on humanitarian_icons