Details
Feature:
Download a country profile: go to a country details page, then generate a pdf that contains info about this particular country
Files:
country_details_page.dart
Further description:
The pdf file should contain the following but not limited to:
- Country name
- continent.
- Flag
- Coat of Arms (Default coat of arms if not provided)
- Generic info about the country
- Wikipedia link for the country.
When doing the pdf file download, do it as a service (pdf_service.dart)
and inject it using get_it package in the services_locator.dart
Also, add tests for this feature
Details
Feature:
Download a country profile: go to a country details page, then generate a pdf that contains info about this particular country
Files:
country_details_page.dart
Further description:
The pdf file should contain the following but not limited to:
When doing the pdf file download, do it as a service (pdf_service.dart)
and inject it using get_it package in the services_locator.dart
Also, add tests for this feature