africa_schools

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

africa schools

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
copied to clipboard
⚡️ Import #
import 'package:africa_schools/africa_schools.dart';
copied to clipboard
Usage #
Nigeria.universities.map<DropdownMenuItem<String>>((String value) {
return DropdownMenuItem<String>(
value: value,
child: Text(value,
maxLines: 1, overflow: TextOverflow.ellipsis),
);
}).toList(),
copied to clipboard
🐛 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 😎

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.