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
- Host: GitHub
- URL: https://github.com/ho1yspirt/sandboxies
- Owner: ho1yspirt
- Created: 2024-11-05T17:56:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-04T12:41:29.000Z (3 months ago)
- Last Synced: 2026-04-04T14:43:28.985Z (3 months ago)
- Topics: dart, demo, example, flutter, sandbox, workspace
- Language: Dart
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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/