Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
76 views

I am developing software that uses OpenSSL for implementing a TLS client. I am developing it in the C++ language, to run in Linux for ARM 64-bit. I intend to use the cipher TLS_PSK_WITH_NULL_SHA256. ...
-1 votes
1 answer
68 views

Here is the problem in its minimal version. I have an android app that does nothing except print the sdk version in its onCreate method. I am using the AndroidManifest <?xml version="1.0" ...
0 votes
0 answers
64 views

for example: I have a list, when I modify an item in the list, only the modified item is rebuilt, when I append an item, the list rebuilds the newly added item, not all items in the entire list are ...
0 votes
0 answers
63 views

In Flutter’s provider package, using Consumer widget, within its builder when we call any provider method which makes a call to notifyListeners() we get an exception because we can't request a rebuild ...
0 votes
0 answers
36 views

I'm developing an Android app that uses a background Service with Messenger for inter-process communication. This service performs a background test on the device. I packaged it as an .aar and use it ...
0 votes
1 answer
42 views

php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider" The "--provider" option does not exist.
0 votes
0 answers
58 views

My Goal: In the following minimal code, I have MyMainInputWidget and YearInputWidget as input capturing widgets which are required. I don't want to call any provider methods within the YearInputWidget ...
2 votes
1 answer
134 views

I have been working on an a Flutter app using Flutter_bloc, testing it multiple times per day no problem, tonight and after performing 'flutter pub upgrade' I got this errors; no matter what I do, the ...
0 votes
1 answer
47 views

I am using Provider in my application. I have designed a simple question-answering mechanism. My code suddenly stopped working even though I didn’t change anything. Could it be that I have reached the ...
1 vote
0 answers
103 views

In the following codes, I have presented a minimal code (however I could not reproduce the issue in the minimal code). The MyCustomInputWidget provides two callback functions: one for the retrieval of ...
-1 votes
1 answer
53 views

I have recently started working on my next project and am adding google authentication but receiving error at GET /api/auth/providers . api/auth/[...nextauth]/route.js import NextAuth from "next-...
0 votes
0 answers
53 views

In Flutter/Dart I would like to create a stateful widget that has two different layouts. That means that the widget can save the current state (e.g. the variables) but that different return functions ...
0 votes
1 answer
56 views

I'm trying to implement this posts-filter functions using Provider in Flutter, the posts has title, timestamp, pfp, and number of likes/comments, my problem is let's say if the user sorted to Oldest ...
0 votes
0 answers
52 views

Problem Im working on a Flutter app where I need a SelectableProvider that accepts a generic type <T>and manages a list of selected items. The provider is used to manage the state between the ...
0 votes
2 answers
53 views

I have a users Firestore collection where the ids are my users uid. When a user logs in (with Firebase auth), i'd like to wrap the whole application by the corresponding firestore document. My code is ...

15 30 50 per page
1
2 3 4 5
...
117

AltStyle によって変換されたページ (->オリジナル) /