Skip to content

Commit

Permalink
Docs/add-language-annotation-to-code-block (#151)
Browse files Browse the repository at this point in the history
* chore: Ready custom_theme brick for release

* docs: Add language annotation to code block

* docs: Add language annotation to code block in README.md
  • Loading branch information
Peetee06 authored Sep 12, 2024
1 parent 6af141d commit 7d0fd54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions formigas_go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.1
## Docs
- Add language tag to code snippets in README.md

# 0.1.0

## Docs
Expand Down
2 changes: 1 addition & 1 deletion formigas_go_router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `app.dart` file must use the `MaterialApp` widget and the homeRoute must eit
If there is another widget than the `MaterialApp` the goRouter file is still created, but the `app.dart` file is not modified accordingly.

A valid `app.dart` file can look like this:
```
```dart
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:counter_app/common/theme/custom_themes.dart';
Expand Down

0 comments on commit 7d0fd54

Please sign in to comment.