Skip to content

Bildad0/Flutter-Apps

Repository files navigation

Flutter Apps

This is a collection of different flutter apps. The Apps ranges from:-

  1. Recepi app.
  2. Music Play UI.
  3. Personal Expenses App.
  4. WhatsApp clone.

Getting Started

To run different app, comment out any initial route component to get the respective App from main.dart

Main.dart file

 '/': (ctx) => const TabsScreen(),
 '/': (ctx) => const MusicPlayUI(),
 '/': (ctx) => const HomePage(title: 'Personal Expenses'),
 '/': (ctx) => const MyHomePage(title: 'WhatsApp'),

Then execute:

Flutter run

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published