Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 724 Bytes

File metadata and controls

24 lines (13 loc) · 724 Bytes

Basic authentication client on Dart Flutter

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)

License

This project is licensed under the MIT License - see the LICENSE file for details.