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(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
ParticleNetwork(
|
if (!MediaQuery.of(context).disableAnimations)
|
||||||
particleColor: theme.colorScheme.primary,
|
ParticleNetwork(
|
||||||
lineColor: theme.colorScheme.secondary,
|
particleColor: theme.colorScheme.primary,
|
||||||
),
|
lineColor: theme.colorScheme.secondary,
|
||||||
|
),
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
flutter pub add fcm_shared_isolate:0.1.0
|
flutter pub add fcm_shared_isolate:0.2.0
|
||||||
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
|
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
|
||||||
flutter clean
|
flutter clean
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue