jezsung

Results 11 issues of jezsung

The `beginAuth` function sets the SameSite cookie attribute to `lax` to block third-party site accesses but this makes development harder as the typical workflow would be hosting the frontend and...

I'm wondering if there's any optimization difference between this plugin and the official AdMob library firebase_admob. Since the official library looks somehow linked to Firebase and this one does not....

I have translations at `assets/translations/` with two locales `en.json` and `ko.json` and the below is my code. ``` dart import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await EasyLocalization.ensureInitialized();...

bug

YouTube supports the Atom feed for every channel. The below one is just an example and the structure of atom feeds are consistent. Example: https://www.youtube.com/feeds/videos.xml?channel_id=UCs5wAPodliO0oVxiTD8ruvg Replace CHANNEL_ID with the channel...

I'd like to do something like the below but it seems not working. Prefixing dynamic parameters for every certain request would be a great feature. ``` dart @ChopperApi(baseUrl: "/users/{id}/followers") abstract...

This library currently returns a `ValueNotifier` which is a wrapper class for the value of the `useState`. With [class destructuring](https://dart.dev/language/patterns#destructuring-class-instances), we can destructure a `ValueNotifier` like the below: ```dart var...

enhancement
breaking

Can you give me some recommended guidelines on what to print for each log level? I'm a bit confused about using the `CONFIG` and `FINE` levels. Should I just pass...

type-documentation

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android ### Description...

type: bug
plugin: auth
platform: android
Needs Attention
blocked: firebase-sdk

The `AdaptyErrorCode` variables are currently declared as `static final`. This makes it impossible to use the error codes with the `switch` expression. I suggest the following code changes to all...

enhancement

### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/playwright (PlaywrightCrawler) ### Feature I would love if I can set expiration time of...

feature