MohamedAbdallah-14 / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
0 stars 3 forks source link

Add Year Trivia #1

Open MohamedAbdallah-14 opened 3 years ago

MohamedAbdallah-14 commented 3 years ago

Add another button to get year trivia from numbersApi
ScreenShot

this button should call http://numbersapi.com/$number/year where $number is the user input

please try to work in the same structure and keep note that if your are working with flutter 2.0 it doesn't allow http request with out configuring info.plist and androidmanifest.xml

Notes: Testing is a plus ,

MohamedAbdallah-14 commented 3 years ago

To Add EndPoint with same structure you need to follow these steps:

Domain Layer:

Data Layer:

Presentation Layer: