This is a Flutter project following the Model-View-ViewModel (MVVM) architecture pattern.
- Flutter version: 3.22.0
- Dart version: 3.4.0
Before you begin, ensure you have the following installed on your machine:
- Flutter SDK: Follow the installation guide to install Flutter.
- Dart SDK: Dart comes pre-installed with Flutter.
Clone this repository to your local machine using:
https://github.com/Usamakabir07/ny_articles
cd ny_articles
Run the following command to install the required dependencies:
flutter pub get
To run the project on a connected device or emulator, use the following command:
flutter run
To build the project for different platforms, use the following commands:
Build an APK for Android:
flutter build apk
Build for ios:
flutter build ios