Refactor file download handlers to implement local storage fallback and enhance organization creation with slug generation
This commit is contained in:
@@ -402,7 +402,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
||||
}
|
||||
return Column(
|
||||
children: [
|
||||
const SizedBox(height: 80),
|
||||
const SizedBox(height: 16),
|
||||
_buildOrgRow(context),
|
||||
Expanded(
|
||||
child: _buildDrive(
|
||||
|
||||
Reference in New Issue
Block a user