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

https://github.com/smilewithkhushi/basicflutter

Mini projects built with flutter
https://github.com/smilewithkhushi/basicflutter

appdevelopment flutter flutter-app flutterui learning-by-doing

Last synced: 11 months ago
JSON representation

Mini projects built with flutter

Awesome Lists containing this project

README

          

📲 Basic Flutter 📲

A collection of beginner friendly projects built while learning Flutter.

📸 Project Screenshots: 📸


Calculator






🧐 Features 🧐

Here're some of the project's best features:

* Beginner friendly projects
* Easy to understand code
* Implementation of all the fundamental concepts of Flutter





💻 Built with 💻

Technologies used in the project:

* Flutter


🛠️ Installation Steps: 🛠️

1. Clone the repository

```
git clone "https://github.com/smilewithkhushi/BasicFlutter.git"
```

2. Change the working directory

```
cd BasicFlutter
```

3. Open the Visual Studio Code (recommended)

```
code .
```

4. Start the Flutter Project

```
flutter start
```




🛡️ License: 🛡️

This project is licensed under the MIT

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