Alexander Kremenchuk
Alexander Kremenchuk
You may mind this example: ```dart import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_form_bloc/flutter_form_bloc.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override...
Here is an example project created with very good cli to save time on setting up flavors. https://github.com/saawhitelife/very_good_alice_flavors- There is AppInfo singleton in helpers package which reads package info on...
Another one arrived Details ``` # Crashlytics - Stack trace # Application: com.some.application # Platform: apple # Version: 3.0.2 (4) # Issue: 0f53de697f02f44391bd4001c0635fbb # Session: ddbf31e5f9d6495a9a9b9f7b651bcdfc_DNE_0_v2 # Date: Fri Feb...
@nan-li yes, sorry, I have rechecked pubspec.lock for the app version in the initial message: ``` onesignal_flutter: dependency: "direct main" description: name: onesignal_flutter sha256: f1bc3cfa7bf8f9d06977f305802a0dcd31b007a9f95910c41b14bc99c3612828 url: "https://pub.dev" source: hosted version:...
Hello, @nan-li, will do, thank you very much for your efforts!
This started to pop up in Crashlytics recently ``` StorageException: failed to create store: Could not open database environment; please check options and file system (1: Operation not permitted) (OBX_ERROR...
We have more of this, anybody have insights? Stack trace ``` # Crashlytics - Stack trace # Application: com.some.application # Platform: apple # Version: 3.0.4 (3) # Issue: 86c929ced039f81803aede53e2db2dcc #...
@greenrobot-team thank you for your reply, I'll open a new issue
@greenrobot-team thanks for sharing your insights. This is a production app that is available on the App Store. Yes we use app groups, the app target shares one group with...