|
|
@ -2,7 +2,6 @@ name: ansu_ui
|
|
|
|
description: A new Flutter package.
|
|
|
|
description: A new Flutter package.
|
|
|
|
version: 0.0.1
|
|
|
|
version: 0.0.1
|
|
|
|
author:
|
|
|
|
author:
|
|
|
|
homepage:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
@ -11,6 +10,7 @@ environment:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
flutter_screenutil: ^3.2.0
|
|
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
flutter_test:
|
|
|
@ -21,7 +21,6 @@ dev_dependencies:
|
|
|
|
|
|
|
|
|
|
|
|
# The following section is specific to Flutter.
|
|
|
|
# The following section is specific to Flutter.
|
|
|
|
flutter:
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
|
|
|
|
# To add assets to your package, add an assets section, like this:
|
|
|
|
# To add assets to your package, add an assets section, like this:
|
|
|
|
# assets:
|
|
|
|
# assets:
|
|
|
|
# - images/a_dot_burr.jpeg
|
|
|
|
# - images/a_dot_burr.jpeg
|
|
|
@ -32,7 +31,6 @@ flutter:
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
|
|
|
|
|
|
|
|
# To add custom fonts to your package, add a fonts section here,
|
|
|
|
# To add custom fonts to your package, add a fonts section here,
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|