Daily News is a complete news app with an admin panel that is developed on the Flutter framework developed by Google. It works on both android & iOS. It has all the common and special features that a typical news app has. It allow users to read articles from different website and watch youtube videos from different channels in one place. The admin panel interface allows you to create categories, add RSS links from different websites and youtube channels, setup a cronjob to fetch feeds from these links, You can also add your own news. It uses PHP rss parser in the background to parse these feeds and save to your database. You can also setup a cronjob to delete old feeds according to the number of days you specified in your settings page. Users are sent a push notification whenever there are new articles/videos.