/Shopping-Assistant

Flutter Shopping List Mobile App

Primary LanguageC++MIT LicenseMIT

Shopping List

A new Flutter project.

Getting Started

Flutter Form Class Widget

int.tryParse() yields null if value can't be converted to a number

int.parse() throws an error if value can't be converted to a number

Project Folder Structure

lib
├── data
│   ├── categories.dart
│   └── dummy_items.dart
├── main.dart
├── models
│   ├── category.dart
│   └── grocery_item.dart
└── widgets
    ├── grocery_list.dart
    └── new_item.dart