Skip to content

Commit 5506caa

Browse files
author
Gabriel Peres Bernes
committed
doc: minor adjustments
1 parent 8ffe64f commit 5506caa

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Flutly Store
44

55
![Tests](https://github.com/GabrielPeresBernes/flutly-store/actions/workflows/tests.yml/badge.svg)
6-
![Flutter](https://img.shields.io/badge/Flutter-3.35.7-blue)
6+
![Flutter](https://img.shields.io/badge/Flutter-3.35-blue)
77
![Architecture](https://img.shields.io/badge/Architecture-Clean-green)
88

99
Flutly is a **demo e-commerce mobile application** built with Flutter to showcase clean architecture, feature-based organization, and production-ready patterns.
@@ -158,7 +158,7 @@ To make this portfolio project easy to run for recruiters and developers, I impl
158158

159159
#### Environment variables
160160

161-
Environment values are provided via `--dart-define`. The project includes an env.example.json file preconfigured to run without backend friction.
161+
Environment values are provided via `--dart-define`. The project includes an `env.example.json` file preconfigured to run without any backend setup.
162162

163163
#### ⚡ Demo Mode (Recommended)
164164

@@ -182,7 +182,7 @@ To enable real backend integration:
182182

183183
1. Open `env.prod.json` and set:
184184

185-
```bash
185+
```json
186186
"USE_FIREBASE": true
187187
```
188188

@@ -235,6 +235,8 @@ genhtml coverage/lcov.info -o coverage/html
235235
> - macOS: `brew install lcov`
236236
> - Ubuntu/Debian: `sudo apt-get install lcov`
237237
238+
Current line coverage: <b>80%+</b>
239+
238240
<img width="1640" height="300" alt="Test Coverage" src="https://github.com/user-attachments/assets/5a6c03d7-d5db-4141-94b2-744ad534dde5" />
239241

240242
## 🎨 Assets & Localization

0 commit comments

Comments
 (0)