Daily News is a Flutter application that displays the most popular news from New York Times.
- Registration and Login with Firebase.
- Fetch the most popular news from NY Times from their API.
- VS Code - Code editor redefined and optimized for building and debugging modern web and cloud applications.
- Flutter - Open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
- Firebase - Platform developed by Google for creating mobile and web applications.
And of course Daily News itself is open source with a public repository on GitHub.
Daily News requires Flutter v3+ to run.
Clone the repository and do the following.
flutter pub get
Daily News currently uses the following plugins.
Plugin | README |
---|---|
Firebase Core | firebase_core |
Firebase Auth | firebase_auth |
HTTP | http |
Form Validator | wc_form_validators |