An attempt to clone Google News app design using Flutter
Stars
41
Forks
21
Watchers
41
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
keep track of network calls by saving the time (in millisecons) requests are made to the database so that it's easy to decide whether we should make network calls or not based on the elapsed time between last network call and now
067868eView on GitHubRemove webfeed package; Simplify the article class by removing unnecessary proprieties; Use newsapi.org
921d2d2View on GitHubuse Chrome Custom Tabs (flutter_custom_tabs plugin) to open web pages
042b538View on GitHubfix issues related to the flow of execution. The initDB() function in database.dart had to be completely executed before any other operations. It wasn't the case, now it's fixed
91a1a0cView on GitHubchange the bottomNavigationBar from BottomNavigationBar to BottomAppBar
09e6e30View on GitHub