CanayBozkus / Repet_App

2 stars 0 forks source link

Package Updates #21

Closed CanayBozkus closed 3 years ago

CanayBozkus commented 3 years ago

Some current packages' version are from previous dart and flutter version (1). We need to update them and test them. Especially firebase related packages. (Start with firebase packages)

CanayBozkus commented 3 years ago

To do issue 20 localization we need to do this issue. I tried to update packages and after version conflict between package dependencies these versions not giving any version error. We need to update this versions and test them. @UtkuUyar

dependencies: flutter: sdk: flutter table_calendar: ^2.3.1 font_awesome_flutter: ^8.10.0 firebase_core: ^1.1.0 firebase_auth: ^1.1.2 cloud_firestore: ^1.0.7 provider: ^4.3.3 rxdart: ^0.24.1 path_provider: ^2.0.1 http: ^0.13.0 flutter_local_notifications: ^5.0.0+3 timezone: ^0.7.0 firebase_crashlytics: ^2.0.2 flutter_native_timezone: ^1.0.4 hive: ^2.0.4 hive_flutter: ^1.0.0 flutter_localizations: sdk: flutter intl: ^0.17.0

cupertino_icons: ^1.0.0

dev_dependencies: flutter_test: sdk: flutter flutter_svg: ^0.22.0 hive_generator: 1.1.0 build_runner:

CanayBozkus commented 3 years ago

I tested and currently did not find any error @UtkuUyar

UtkuUyar commented 3 years ago

I am currently working with these versions of packages in #13 . I didn't also encounter any bugs or errors. But, there was an error even before I updated the packages. When user logs out, "getter was called on null" error is being thrown. @CanayBozkus