News App
This Flutter app displays top headlines from free news APIs, categorized into different sections such as Sports, Business, Health, and more. It also allows users to browse news from different sources like CNN, BBC, ARY, etc.
🚀 Features
Fetches top headlines from a free news API.
Categorized news sections (Sports, Business, Health, etc.).
News from different sources like CNN, BBC, ARY, and more.
Simple and clean UI for easy navigation.
🛠️ Getting Started
To get started with this project, follow the steps below:
1️⃣ Clone the Repository
flutter create newsapp
cd newsapp
git clone https://github.com/DeveloperMalak/flutter_newApp_with_restApi.git
2️⃣ Install Dependencies
flutter clean flutter pub get
3️⃣ Run the App
flutter run
📜 License
This project is open-source and available under the MIT License.
🚀 Enjoy the News App! Feel free to contribute and improve it! 😊
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.