- Implemented responsive dashboard UI with Material Design 3 - Integrated GetWidget 7.0.0 for modern UI components (GFAvatar, custom badges) - Created collapsible navigation sidebar with smooth animations - Built status cards grid with uniform badge sizing - Added activity timeline with recent events - Configured custom Svrnty branding (Crimson Red #F3574E, Slate Blue #5A6F7D) - Set up development server on http://localhost:54952/ - Included Montserrat and IBM Plex Mono custom fonts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
302 B
C
16 lines
302 B
C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#ifndef GENERATED_PLUGIN_REGISTRANT_
|
|
#define GENERATED_PLUGIN_REGISTRANT_
|
|
|
|
#include <flutter/plugin_registry.h>
|
|
|
|
// Registers Flutter plugins.
|
|
void RegisterPlugins(flutter::PluginRegistry* registry);
|
|
|
|
#endif // GENERATED_PLUGIN_REGISTRANT_
|