Flutter

Fish Shop Inventory App in Flutter

This tutorial will teach you to make a small Fish shop Inventory system in Flutter. The following app will use to manage the Fish shop.The app is developed steps ahead of the existing world. While app development will be very useful for the future as well. Main.dart [php] import ‘package:fish_inventory/fish_inventory.dart’; import ‘package:flutter/material.dart’; void main() {

Fish Shop Inventory App in Flutter Read More »

Currency Converter App in Flutter

This tutorial will teach you how to make make a Currency Converter App in Flutter step by step.it will help you convert the currency easily. Main.dart [php] import ‘package:currency_converter/currect_converter.dart’; import ‘package:flutter/material.dart’; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) {

Currency Converter App in Flutter Read More »