v1.5.1graphview
GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
507Likes 32.8K30-day downloads130Pub points
AndroidiOSWebmacOSWindowsLinux
Software architecture of interpreter in Dart (Flutter)
{"sdk":"flutter"}^1.0.0^4.3.2+2^0.6.1{"sdk":"flutter"}{"sdk":"flutter"}^1.15.4English project snapshot. Visit GitHub for the latest content.
This project is a part of my tech talk about OOP design of interpreters.
The software accept arithmetic expression in input and provide 3 interpretation:
Example
Domain model of expression evaluator
Package diagram
Interaction diagram
Visitor Pattern
I used Android Studio in order to build: