chore: Use fixed version of fcm shared isolate
This commit is contained in:
parent
2d508da82d
commit
0a5912b20a
2 changed files with 6 additions and 5 deletions
|
|
@ -48,10 +48,11 @@ class LoginScaffold extends StatelessWidget {
|
|||
),
|
||||
child: Stack(
|
||||
children: [
|
||||
ParticleNetwork(
|
||||
particleColor: theme.colorScheme.primary,
|
||||
lineColor: theme.colorScheme.secondary,
|
||||
),
|
||||
if (!MediaQuery.of(context).disableAnimations)
|
||||
ParticleNetwork(
|
||||
particleColor: theme.colorScheme.primary,
|
||||
lineColor: theme.colorScheme.secondary,
|
||||
),
|
||||
Column(
|
||||
children: [
|
||||
const SizedBox(height: 16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue