Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilhamghaza/flutter_basic


https://github.com/ilhamghaza/flutter_basic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# flutter_basic

A new Flutter project.

## 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:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

.

## Installation

1. Make sure you have Flutter installed on your computer. Installation guide can be found at [Flutter Documentation](https://flutter.dev/docs/get-started/install).
2. Clone this repository:

```bash
git clone https://github.com/IlhamGhaza/flutter_basic.git

```

3. Navigate to the project directory:

```bash
cd flutter_basic
```

4. run this command to get the dependencies:

```bash
flutter pub get -v
```

5. Run the application:

```bash
flutter run
```