Skip to content

Article from Tom O'Connor

Flutter Tutorial - Custom User Input Knob Using GestureDetector

August 20, 2019Tom O'Connor11 min read

One of the amazing things about Flutter that no other cross platform app development tool can do is to define new custom UI elements using nothing but Dart code. Introduction Flutter is an open source portable UI toolkit made by Google, which is great for cross platform app development. From a…

Continue reading →