Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.3 KB

Periodic Table

A new periodic table app built with flutter.

Features & Implementations

  • Element information is different for A level and GCSE options, this information is based on the data sheets released by the AQA exam board.

Skills & Methods Used

  • JSON formatting in the dart programming language
  • Capable of mapping objects to a grid view
  • Using animations
  • The use of 3rd party packages/modules
  • Organizing the project folders and code
  • Creating models to store data
  • Asynchronous code
  • State management implementation | BLoC pattern

TODO

  • Clean/Fix AnimationBloc usage

Downloads

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.