Skip to content

Commit

Permalink
Doc improvements. Removed unused packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Feb 11, 2024
1 parent 6819cc7 commit 61ee313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies:
flutter_localizations:
sdk: flutter

i18n_extension: ^4.1.0
i18n_extension: ...
```
The code `home: I18n(child: ...)` shown above will translate your strings to the **current system
Expand Down Expand Up @@ -973,7 +973,9 @@ it's not completely without boilerplate, but saying "Less-boilerplate" is not th
Flutter: The Advanced Layout Rule Even Beginners Must Know</a> (
versions: <a href="https://habr.com/ru/post/500210/">русский</a>)
* <a href="https://medium.com/flutter-community/the-new-way-to-create-themes-in-your-flutter-app-7fdfc4f3df5f">
The New Way to create Themes in your Flutter App</a>
The New Way to create Themes in your Flutter App</a>
* <a href="https://medium.com/@marcglasberg/a-new-bdd-tool-for-typescript-javascript-and-dart-673933b3b38e">
A new BDD tool for TypeScript/React, and Flutter/Dart</a>

*My article in the official Flutter documentation*:

Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ environment:

dependencies:
sprintf: ^7.0.0
args: ^2.4.2
equatable: ^2.0.5
intl: ^0.18.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 61ee313

Please sign in to comment.