Home
Devon
Cancel

Test Flutter app with Appium

appium flutter driver Enviroment Flutter (Channel stable, 2.8.1) ruby 3.1.0p0 appium-flutter-driver@0.0.34 Install Appium # shell npm install -g appium npm install -g appium-flutter-driver npm...

ClickHouse in Rails

Background ClickHouse is an open-source column-oriented DBMS (columnar database management system) for online analytical processing (OLAP) that allows users to generate analytical reports using SQ...

Instagram like Listview in Flutter

In this article, we will simulate an Instagram search page. We will use a snap Listview for this task. Flutter (Channel stable, 2.5.3) Setup a new project flutter create list_view_snap ...