Installed flutter_form_builder plugin
This commit is contained in:
parent
f906e6679d
commit
69c7b1d1d6
2 changed files with 15 additions and 0 deletions
14
pubspec.lock
14
pubspec.lock
|
@ -146,6 +146,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.3.0"
|
||||
flutter_form_builder:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_form_builder
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "7.1.1"
|
||||
flutter_launcher_icons_maker:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -186,6 +193,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.1.3"
|
||||
intl:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: intl
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.17.0"
|
||||
lints:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ dependencies:
|
|||
dio: ^4.0.6
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_form_builder: ^7.1.1
|
||||
flutter_launcher_icons_maker: ^0.10.2
|
||||
lottie: ^1.3.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue