Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 418 Bytes

xebiaflutterstarterkit

Install the Flutter and Dart plugins

To install these: Start Android Studio. Open plugin preferences. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin. Click Restart when prompted.

#Import Project:

File -> New -> Import Project

Run the below command to get Dependencies.

flutter pub get

To Run the project use below command.

#flutter run