name: flutter_auth_project description: A Flutter project with an authentication system using GetX. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: sdk: ">=2.12.0 <3.0.0" dependencies: flutter: sdk: flutter get: ^4.3.8 http: ^0.13.3 shared_preferences: ^2.0.6 dev_dependencies: flutter_test: sdk: flutter flutter: uses-material-design: true