From fba53fb0ac8ad709f5a1410bc4b84382fff80519 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Wed, 11 May 2022 15:04:06 +0200 Subject: [PATCH] Fix typo in `pubspec.yaml` --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0490a43..2cfb81c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: build_context -description: A package that simplifies the access most of used properties/fuctions right in the BuildContext. +description: A package that simplifies the access most of used properties/functions right in the BuildContext. version: 3.0.0 homepage: https://github.com/pedromassango/build_context @@ -12,4 +12,4 @@ dependencies: dev_dependencies: flutter_test: - sdk: flutter \ No newline at end of file + sdk: flutter