flare_splash_screen icon indicating copy to clipboard operation
flare_splash_screen copied to clipboard

Facilitator for having a Splash Screen with a Flare animation

Results 9 flare_splash_screen issues
Sort by recently updated
recently updated
newest added

I added **routeSettings** parameter to the project to be able to navigate the app like this : _Navigator.of(context).popUntil(ModalRoute.withName('someName'))_.

/C:/flutter/.pub-cache/hosted/pub.dartlang.org/flare_flutter-3.0.2/lib/flare_render_box.dart:170:28: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('/C:/flutter/packages/flutter/lib/src/scheduler/binding.dart'). package:flutter/…/scheduler/binding.dart:1 SchedulerBinding.instance?.scheduleFrameCallback(_beginFrame) ?? -1;

This package should support null safety. https://dart.dev/null-safety/migration-guide

Hi, great library! I set alignment to bottomCenter but it is aligned to the center of the screen. Here is the code: ```dart class MyApp extends StatelessWidget { // This...

Hi! I have read in the documentation that the SplashScreen.navigate method has a default fade transition but for me it's not working. I have tried replacing it by transitionsBuilder but...

I just wanted to share something, perhaps for the docs? It wasn't super hard to find out why but I couldn't manage to get flutter test driver to work with...

Hi, it's me again, your favourite source of unwanted bug reports. I'll start off with the error message. ``` E/flutter (14134): [ERROR:flutter/shell/common/shell.cc(209)] Dart Error: Unhandled exception: E/flutter (14134): setState() called...

I've got the splash screen wrapped in a StatelessWidget. The idea is that if something really bad fails, a dialog pops up and the user can confirm another attempt. At...

bug

Flutter 1.17 flare_splash_screen: 3.0.1 return SplashScreen.navigate( name: kSplashScreen, startAnimation: '1', backgroundColor: Colors.white, next: (ct) => onNextScreen(_iFirstSeen), until: () => Future.delayed(Duration(seconds: 3)), );