1. Install Precompiled TensorFlow Lite 2.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Display Drawer in Flutter

Display Drawer in Flutter

A drawer is a sliding menu that is used to display navigation items. A drawer appears when the user swipes a finger from the left edge of the screen or...
Display List View in Flutter

Display List View in Flutter

A list view is a scrollable list that groups several items and displays them one after another in the scroll direction. A ListView class is used to create a list...
Display List Tile in Flutter

Display List Tile in Flutter

A list tile is a fixed height row that usually consists of title, short description and leading or trailing icon. A ListTile class is used to create a list tile...
Display Tabs in Flutter

Display Tabs in Flutter

A tabs is used to organize content across different swipeable views. When a tab is selected, then associated view content is displayed. To use a tabs, first we need a...
Display Switch in Flutter

Display Switch in Flutter

A switch is a two-state input control that allows to toggle a setting between ON/OFF states. A Switch class is used to create a switch. The onChanged callback is called...
Display Slider in Flutter

Display Slider in Flutter

A slider is input control that allows to select a value from within a given range. A Slider class is used to create a slider. The minimum and maximum values...