Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 796 Bytes


Logo
Messages and Call

To start using the flutter you can access Flutter.

Whatsapp-Clone: recreating the famous whatsapp app.

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.