A Simple application with image searching functionality
Image Finder
Simple application with image searching functionality (Pixabay API).
Installation
Navigate to your project folder and run
flutter pub get
Architecture project
models
– Folder that includes all data models.
service
– Includes all api requests.
widgets
– This directory contains all the basic building blocks for your app. For example a button or a headline widget.