Premium Inventory Management Dashboard
Inventra is a modern, responsive, and completely standalone local CRUD (Create, Read, Update, Delete) dashboard built natively in Flutter. It eschews generic list setups for a fully-featured, animated admin experience completely capable of cross-platform database interactions.
- Persisted Media Logic: Replaces standard temporary file-path routing with dynamic Base64 serialization allowing images uploaded during active browser caching entirely persistent capability post page refreshes.
- Smart Audit Dashboard: Features an active overview header calculating Total Inventory Values and flagging critically short products (Stock < 5) wrapped tightly within an interactive visual structure allowing direct 'Tap-To-Filter' parameters.
- Compound Searching & Sorting: Pairs simple text-mask field routing directly against a dynamic dropdown matrix to apply structural ordering (A-Z, Low-to-High) immediately recursively.
- Fluid Micro-Animations: Prioritizes physical UX feedback by avoiding rigid routing. Incorporates implicit scale bounds, nested
FadeTransitionpage hopping, customized Empty states and Glassmorphism layouts. - Universal Local Integrity: Leverages structural
sqflitedatabases heavily backed bysqflite_common_ffi_webensuring no data degradation between pure-web scaling and Android emulation bounds.
- Flutter SDK
- Database:
sqflite+sqflite_common_ffi_web - Local Caching:
shared_preferences - Media Parsing:
image_picker
-
Clone down the repository:
git clone https://github.com/yourusername/inventra.git
-
Acquire target dependencies:
flutter pub get
-
Start up the rendering engine: (Run your respective target parameter)
flutter run -d web-server # Fastest execution for web deployment # OR flutter run # Standard mobile execution
- Integrate an actual DB using Firebase / Supabase
- Make a marketplace website to go alongside the app dashboard
Remove Herobrine
(Default hardcoded authentication context for dashboard access)
Username:
adminPassword:1234
Designed and orchestrated as a highly-polished template constraint for modern assignment and application standards.
