Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1002 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 1002 Bytes

whatsapp_clone

Re-creating the whatsapp interface.

Execute the commanded flutter doctor at your terminal.

To create a flutter project run the command.

    flutter create my_app
    cd my_app
    flutter run

You can run the command flutter build to build the app.

You can also use the command flutter install to install the app on your emulator.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.