An interactive Electron Periodic table app featuring periodicity, molar mass calculations, and more.
Molarity is an interactive desktop (thus far) periodic table and chemoinfomatics app, with a focus on performance, functionality and intuitive design.
Currently the project is in a usable state with:
Current performance metrics include:
Metric | Value | |
---|---|---|
Memory | 86.8 MB, during idle | |
CPU | 0%, during idle \ | 35%, during animation load |
Disk Space | ~43.6 MB on disk | |
Analysis | Based on this data, Molarity should be have a negligible effect on batter life. It is 5x smaller than the electron version. |
The project is usable, containing:
Molarity uses a rounded border card based design for most content elements. Which has been set globally to BorderRadius.circular(15.0)
. This project has a moderate level of colour based design, although this could stand to be improved (Perhaps a meta comment on this paragraph.).
This project is a standard flutter project, and a simple flutter pub get
should get you up and running. It should be noted that this project was built using 2.6.0-0.0.pre
, however, it should work with the current stable branch of flutter.
This requires the necessary MacOS development tooling, and access to a MacOS machine. The build instructions are as follows:
Run
flutter build macos --release
This executable will be found at: ./build/macos/Build/Products/Release/molarity.app
This can be used on its own, or an icon can be attached. Since flutter has no tooling for doing this, using ⌘+i
on the .app
, then dragging the desired icon onto the flutter icon in the panel. No icon is provided. For whatever reason, the icons in assets/distribution
will not work on mac.
Building on windows currently uses the flutter Msix package. Hence the project will be built into an Msix installer. This is required to be run on a Windows machine.
Run
flutter build windows
flutter pub run msix:create
This will create an msix. Currently this is signed using test_certificate.pfx
, this can be found in the Msix repoistory at lib/assets/test_certificate.pfx. This must be installed onto the target machine’s trusted root certificate authority. This has a password of password: 1234