africa_schools 1.0.1 copy "africa_schools: ^1.0.1" to clipboard
africa_schools: ^1.0.1 copied to clipboard

A package that provides Tertiary Institutions in the African continent.

Africa Schools - Tertiary Institutions #

This is a package that is created out of need. It houses the list of Tertiary Institutions in the African Continent.

Showcase #

https://user-images.githubusercontent.com/53568423/150047031-6825d6f7-1377-4624-b9a2-26fbf3123869.mp4

Features #

  • List of Universities
  • List of Polytechnics
  • List of Colleges of Education
  • List of Health Sciences

! We only have Nigeria's Tertiary Institutions here but we hope to evolve to other countries. #

Getting started #

🎖 Installing #

dependencies:
  africa_schools: ^latest_version

⚡️ Import #

import 'package:africa_schools/africa_schools.dart';

Usage #

Nigeria.universities.map<DropdownMenuItem<String>>((String value) {
return DropdownMenuItem<String>(
    value: value,
    child: Text(value,
    maxLines: 1, overflow: TextOverflow.ellipsis),
    );
    }).toList(),

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

We also welcome contributors. Let us improve this package and make it more interesting 😎

7
likes
140
pub points
51%
popularity

Publisher

unverified uploader

A package that provides Tertiary Institutions in the African continent.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on africa_schools