Osama Shegem

Results 9 issues of Osama Shegem

### What is your question? Is there any way using any of the plug_plugins to check if the user has a VPN activated? I have seen answers about `dart:io`'s `NetworkInterface.list()`...

question

Is there a curved bottom nav bar style with this package? and if not, any plans to implement one, or any hints on how to implement one ?

in my route, i route from StoreItemsScreen -> StoreItemScreen. both screens are under the "home" tab of the persistent navigation bar. I am using _named routes_. StoreItemScreen needs to accept...

In FormBuilderRadioGroup, there is a '_separator_' arguement. However this separator is always on the same line as the item, even if the orientation is '_orientation: OptionsOrientation.vertical_'. In the source code...

enhancement

I am working on a Flutter Web application, and the application is integrated with Keycloak. I am trying to follow the steps to authenticate the application with keycloak, using the...

Hello! I am still reading the documentation of this package, so please point out if there way a piece of documentation I missed. My use case requires being able to...

Greetings! I know this may be quite trivial,, but when following this guide: https://dart.dev/tools/dart-doc to generate dartdoc for my flutter app, what i get on the terminal when running `dart...

i am using express-session & this package, and this is my test setup: ` let sessionStore = new MongoDBStore({ uri: process.env.DB_HOST, collection: 'sessions', expires: 1, }); app.use(session({ secret: process.env.SECRET, store:...

There should be a way to stop/disconnect intercepting a source on-demand. For example, I usually need to intercept multiple sources, then later stop needing to intercept one source or another....