minor changes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@ description: "Egy nem hivatalos e-KRÉTA kliens, diákoktól diákoknak."
|
||||
homepage: https://refilc.hu
|
||||
publish_to: "none"
|
||||
|
||||
version: 5.1.3+287
|
||||
version: 5.1.4+288
|
||||
|
||||
environment:
|
||||
sdk: ^3.6.0
|
||||
@@ -46,7 +46,6 @@ dependencies:
|
||||
elegant_notification: ^2.4.1
|
||||
flutter_feather_icons: ^2.0.0+1
|
||||
animated_flip_counter: ^0.3.4
|
||||
lottie: ^3.3.1
|
||||
rive: ^0.12.4
|
||||
animated_background: ^2.0.0
|
||||
dropdown_button2: ^2.3.9
|
||||
@@ -74,11 +73,9 @@ dependency_overrides:
|
||||
webview_flutter_wkwebview: 3.17.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_launcher_icons: ^0.14.3
|
||||
flutter_native_splash: ^2.4.4
|
||||
sqflite_common_ffi: ^2.3.4+4
|
||||
dependency_validator: ^5.0.2
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
@@ -103,69 +100,18 @@ flutter:
|
||||
- asset: assets/fonts/FilcIcons.ttf
|
||||
- family: Montserrat
|
||||
fonts:
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Black.ttf
|
||||
weight: 900
|
||||
- asset: assets/fonts/Montserrat/Montserrat-BlackItalic.ttf
|
||||
weight: 900
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-ExtraBold.ttf
|
||||
weight: 800
|
||||
- asset: assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf
|
||||
weight: 800
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Bold.ttf
|
||||
weight: 700
|
||||
- asset: assets/fonts/Montserrat/Montserrat-BoldItalic.ttf
|
||||
weight: 700
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf
|
||||
weight: 600
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Medium.ttf
|
||||
weight: 500
|
||||
- asset: assets/fonts/Montserrat/Montserrat-MediumItalic.ttf
|
||||
weight: 500
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Regular.ttf
|
||||
weight: 400
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Italic.ttf
|
||||
weight: 400
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Light.ttf
|
||||
weight: 300
|
||||
- asset: assets/fonts/Montserrat/Montserrat-LightItalic.ttf
|
||||
weight: 300
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-ExtraLight.ttf
|
||||
weight: 200
|
||||
- asset: assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf
|
||||
weight: 200
|
||||
style: italic
|
||||
- asset: assets/fonts/Montserrat/Montserrat-Thin.ttf
|
||||
weight: 100
|
||||
- asset: assets/fonts/Montserrat/Montserrat-ThinItalic.ttf
|
||||
weight: 100
|
||||
style: italic
|
||||
- family: FigTree
|
||||
fonts:
|
||||
- asset: assets/fonts/FigTree/Figtree-SemiBold.ttf
|
||||
weight: 500
|
||||
# - family: SpaceMono
|
||||
# fonts:
|
||||
# - asset: assets/fonts/SpaceMono/SpaceMono-Regular.ttf
|
||||
# - asset: assets/fonts/SpaceMono/SpaceMono-Bold.ttf
|
||||
# weight: 700
|
||||
# - asset: assets/fonts/SpaceMono/SpaceMono-Italic.ttf
|
||||
# style: italic
|
||||
# - asset: assets/fonts/SpaceMono/SpaceMono-BoldItalic.ttf
|
||||
# weight: 700
|
||||
# style: italic
|
||||
- family: GeistMono
|
||||
fonts:
|
||||
- asset: assets/fonts/GeistMono/GeistMono-Regular.otf
|
||||
weight: 500
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ import 'dart:async';
|
||||
|
||||
import 'package:animated_flip_counter/animated_flip_counter.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:lottie/lottie.dart';
|
||||
import 'package:wakelock_plus/wakelock_plus.dart';
|
||||
|
||||
class HeadsUpCountdown extends StatefulWidget {
|
||||
@@ -96,8 +95,11 @@ class _HeadsUpCountdownState extends State<HeadsUpCountdown> {
|
||||
AnimatedOpacity(
|
||||
opacity: dur.inSeconds > 0 ? 0.0 : 1.0,
|
||||
duration: const Duration(milliseconds: 500),
|
||||
child: Lottie.asset("assets/animations/bell-alert.json",
|
||||
width: 400),
|
||||
child: Icon(
|
||||
Icons.notifications_active,
|
||||
size: 120,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -86,7 +86,7 @@ class ErrorReportScreen extends StatelessWidget {
|
||||
child: Text(
|
||||
details.exceptionAsString(),
|
||||
style: TextStyle(
|
||||
fontFamily: 'GeistMono',
|
||||
fontFamily: 'monospace',
|
||||
fontWeight: FontWeight.w500,
|
||||
color:
|
||||
AppColors.of(context).text.withValues(alpha: 0.9),
|
||||
@@ -268,7 +268,7 @@ class ErrorDetail extends StatelessWidget {
|
||||
child: Text(
|
||||
content,
|
||||
style: const TextStyle(
|
||||
fontFamily: 'GeistMono',
|
||||
fontFamily: 'monospace',
|
||||
color: Color.fromARGB(255, 0, 0, 0),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -3,7 +3,6 @@ import 'package:refilc/theme/colors/colors.dart';
|
||||
import 'package:refilc_plus/providers/plus_provider.dart';
|
||||
import 'package:refilc_plus/ui/mobile/plus/activation_view/activation_dashboard.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:lottie/lottie.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:refilc_plus/ui/mobile/plus/plus_things.i18n.dart';
|
||||
|
||||
@@ -90,9 +89,16 @@ class _PremiumActivationViewState extends State<PremiumActivationView>
|
||||
? Center(
|
||||
child: SizedBox(
|
||||
width: 400,
|
||||
child: Lottie.network(
|
||||
"https://assets2.lottiefiles.com/packages/lf20_wkebwzpz.json",
|
||||
controller: animation,
|
||||
child: ScaleTransition(
|
||||
scale: CurvedAnimation(
|
||||
parent: animation,
|
||||
curve: Curves.elasticOut,
|
||||
),
|
||||
child: Icon(
|
||||
Icons.check_circle_outline,
|
||||
color: Colors.green,
|
||||
size: 120,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -27,7 +27,6 @@ dependencies:
|
||||
home_widget: ^0.7.0+1
|
||||
image_picker: ^1.0.7
|
||||
image_crop: ^0.4.1
|
||||
lottie: ^3.1.0
|
||||
animations: ^2.0.11
|
||||
flutter_svg: ^2.0.10+1
|
||||
flutter_dynamic_icon: ^2.1.0
|
||||
|
||||
Reference in New Issue
Block a user