Fanom2813
Fanom2813
the same issue here
i have followed the exact same thing as the tutorial ``` MultipleStackNavigator multipleStackNavigator; private List rootsFragmentProvider = Arrays .asList( new Function0() { @Override public Fragment invoke() { return new HomeFragment();...
Kindly add `routerConfig` to support `import 'package:go_router/go_router.dart';`
this seems not working , i added in my pubspec.yaml but it fails ``` Resolving dependencies... Git error. Command: `git clone --mirror [email protected]:MrKnos/Flutter-Neumorphic.git /Users/***/.pub-cache/git/cache/Flutter-Neumorphic-bc5f1072325ddad083f648727b680c2a8e2cd833` stdout: stderr: Cloning into bare repository...
removing data-path, does not help in my case data doesn't display after removing
same here
same thing on ios , `setTime` is not working or even `seekTo` , is there a work around ?
Hello , is there any solution for this yet ? I am using > Flutter Parse SDK 5.1.3 Here is the ParseInstallation object `{"className":"_Installation","objectId":"ID","createdAt":"2023-12-20T15:04:38.729Z","installationId":"ID","deviceType":"android","localeIdentifier":"en_US","timeZone":"Indian/Mayotte","appName":"name","appVersion":"1","appIdentifier":"name","parseVersion":"5.1.3","deviceToken":"TOKEN","pushType":"gcm"}` but installation doesnt get saved here...
In my manifest ``` ``` I initialize like this ``` await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); await Parse().initialize( "key", "url", debug: true, coreStore: await CoreStoreSharedPreferences.getInstance(), ); ParsePush.instance.initialize(FirebaseMessaging.instance, parseNotification: ParseNotification(onShowNotification: (message) async...
after removing the manifest, the app doesnt crash on fresh install , but `initinstallation` only works the first time when i reload the app i get at least one ID...