From 61ee31368b4b114e9576eb82e8589549408e7820 Mon Sep 17 00:00:00 2001 From: Marcelo Glasberg <13332110+marcglasberg@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:36:20 -0300 Subject: [PATCH] Doc improvements. Removed unused packages. --- README.md | 6 ++++-- pubspec.yaml | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c2ab47..b0c2096 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ( versions: русский) * - The New Way to create Themes in your Flutter App + The New Way to create Themes in your Flutter App +* + A new BDD tool for TypeScript/React, and Flutter/Dart *My article in the official Flutter documentation*: diff --git a/pubspec.yaml b/pubspec.yaml index 8f5877f..a4f5d93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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