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

https://github.com/ho1yspirt/sandboxies

Monorepository for flutter projects
https://github.com/ho1yspirt/sandboxies

dart demo example flutter sandbox workspace

Last synced: 2 months ago
JSON representation

Monorepository for flutter projects

Awesome Lists containing this project

README

          

# Sandboxies

A Flutter monorepo. Collection of multiple Flutter apps, shared packages, and tools.

# Getting Started

## Prerequisites

Make sure you have the following installed on your local machine:

- Flutter and Dart SDK
- SDK source: FVM (ensure SDK versions are matched, FVM preferred)
- VSCode-based IDE (Preferred, as most settings are set)
- Android Studio or Xcode for iOS development

## VSCode extensions

Required:

- `Dart-Code.dart-code`
- `Dart-Code.flutter`
- `localizely.flutter-intl`

Optional:

- `plugfox.flutter-plus`
- `andreasblech.better-tests`
- `aaron-bond.better-comments`
- `ryanluker.vscode-coverage-gutters`
- `BracketPairColorDLW.bracket-pair-color-dlw`

## VSCode settings

`.vscode` is excluded from `.gitignore` file. See `.vscode` folder for more details.

## Installation

- Clone the repository:

```bash
git clone https://github.com/ho1yspirt/sandboxies.git

cd sendboxies
```

- Install required dependencies:

```bash
fvm flutter pub get
```

# Folder Structure

```
└── πŸ“app // Flutter apps
└── πŸ“package // Shared packages
└── πŸ“tool // Scripts and tools
```

# Sources and links

- Consider Effective dart:

https://dart.dev/effective-dart

- FVM:

https://fvm.app/