It made more as template with basics for my projects but everyone can use them for their
Has authentication screen, authentication request and repsonse dto's
It basically just sends json with username and password to server on specific url and shows server response
| SDK | Version |
|---|---|
| Dart | 3.10.0 |
| Flutter | 2.51.1 |
-
Changing server connection in
lib/config.dart -
All dependencies in
pubspec.yaml -
To generate code for specific platform
flutter create . --platforms=(platform)
This project is licensed under the MIT License - see the LICENSE file for details.