sidemenu drawer and home screen done.
This commit is contained in:
15
pubspec.yaml
15
pubspec.yaml
@@ -2,7 +2,7 @@ name: traderscircuit
|
||||
description: A new Flutter project.
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=2.19.6 <3.0.0'
|
||||
sdk: ">=2.19.6 <3.0.0"
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
@@ -31,7 +31,6 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.2
|
||||
@@ -41,8 +40,6 @@ dependencies:
|
||||
shared_preferences: ^2.0.15
|
||||
connectivity_plus: ^5.0.2
|
||||
glassmorphism: ^3.0.0
|
||||
|
||||
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -60,7 +57,6 @@ dev_dependencies:
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
@@ -70,9 +66,10 @@ flutter:
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/images/svg/
|
||||
- assets/images/svg/sidemenu/
|
||||
- assets/images/png/sidemenu/
|
||||
- assets/images/png/
|
||||
|
||||
|
||||
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
@@ -90,7 +87,7 @@ flutter:
|
||||
- family: manrope
|
||||
fonts:
|
||||
- asset: assets/fonts/manrope/Manrope-VariableFont_wght.ttf
|
||||
|
||||
|
||||
# - family: Trajan Pro
|
||||
# fonts:
|
||||
# - asset: fonts/TrajanPro.ttf
|
||||
|
||||
Reference in New Issue
Block a user