A fully offline flutter app that displays the Periodic table elements and their properties.
-
For fetching the details of each element I used this elements.json file and converted it into a Dart Class. You can check out the Data Model here: ElementsProvider.dart
-
For the animations I used the Hero widget
-
The JSON file I used in the app was taken from the Periodic-Table-JSON by Bowserinator
- The app isn't properly refactored or optimised as this was one of my very first flutter apps and that wasn't the purpose of the app