
Enables viewing and editing existing product details by passing the product ID to the form page. The form now loads and displays the product data based on the provided ID. Adds a delete button to each item in the product list, allowing users to remove products directly from the list view. Updates navigation from the product list and scanner pages to pass the product ID when navigating to the product form. Includes minor code style changes by applying the `sort_constructors_first` lint rule and updates dependencies (`flutter_lints`, `lints`).
barcode_scanner
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter_launcher_icons
Icon launcher generator
flutter pub run flutter_launcher_icons:main
Development tool
This projects uses code generator
dart run build_runner build
dart run build_runner build --delete-conflicting-outputs
- Run this command to detect packages unused
dart pub global activate dependency_validator && dart pub run dependency_validator
Description
Languages
Dart
64.4%
HTML
24.2%
C++
4.5%
CMake
3.6%
Shell
2.1%
Other
1.2%