Articles Project.
Articles shows the most popular articles for NY Times Articles contains the minimal implementation required to create a new library or project. The repository code is preloaded with some basic components like basic app architecture, app theme, constants and required dependencies
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Step 1:: Download or install any editor (VS Code, Android Studio)
Step 2:: Download or clone this repo by using the link below:
Step 3: Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 4: Run this project by the following command
flutter run