added db init and print statement. app runs, no icons

This commit is contained in:
2026-05-12 08:23:57 -04:00
parent 7e6ccf67a2
commit c01894c562
10 changed files with 310 additions and 128 deletions

View File

@@ -20,7 +20,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.2 <3.0.0'
# sdk: '>=2.18.2 <3.0.0'
sdk: '>=3.0.0 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@@ -32,16 +33,18 @@ dependencies:
flutter:
sdk: flutter
# firebase_database: ^9.1.7
provider: ^6.0.0
sqflite: any
path:
path_provider: ^2.0.11
google_fonts: ^3.0.1
provider: ^6.1.1
sqflite: ^2.3.0
path: ^1.8.3
path_provider: ^2.1.1
# google_fonts: ^6.1.0
google_fonts: 6.3.3
sqflite_common_ffi: ^2.4.0+3
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
widgets: ^1.4.5
# widgets: ^1.4.5
dev_dependencies:
flutter_test:
@@ -52,7 +55,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^3.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec