Skip to content

Flutter address book which uses mysql1 and a Form with validation. Updated to Flutter 2.5.3 and Dart 2.14.4.

License

Notifications You must be signed in to change notification settings

hcanfly/AddressBook

Repository files navigation

address_book

The app is a standard Master / Detail application. The Master page is a listview that displays the contacts. The Detail page is a Form that allows creating or editing a contact, with validation. The TextFormFields use a number of the different options available for them. AddressBook is a Flutter sample app. It uses MySQL1 to store the data, so a MySQL database is required. And the first thing to do is to edit database_helper.dart and enter the settings for your database. 30 Oct 2021: Updated to Flutter 2.5.3, Dart 2.14.4 with Null Safety, etc.

|Screenshot |Screenshot

License

address_book is licensed under the Unlicense. See the LICENSE file for more information, but basically this is sample code and you can do whatever you want with it.

About

Flutter address book which uses mysql1 and a Form with validation. Updated to Flutter 2.5.3 and Dart 2.14.4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages