Back to work
BT2
Interactive Flutter app visualizing numerical analysis methods step by step.
- Flutter
- Dart

Overview
BT2 is an educational tool designed for mathematics and computer science students. It provides an interactive sandbox for visualizing complex numerical analysis methods (like Newton-Raphson, Bisection, and Secant methods) step by step on a mobile device.
Hard parts
- 01Implementing performant mathematical parsing and graphing in Dart.
- 02Creating intuitive, step-by-step interactive visualizers for abstract mathematical concepts.
- 03Ensuring cross-platform compatibility and smooth 60fps animations in Flutter.











