Harshit Kumar
Harshit Kumar
**Question** How do I know if CRUD operation successful?? so, that accordingly I show pop-up message to the user. **Version** - Platform: iOS, Android, Mac, Windows, Linux, Web - Flutter...
I guess this package is supported at web right? If yes, then on the `pub.dev` why doesn't it show the **`WEB`** Tag? Currenlty, it shows **`Android`** and **`iOS`** tags only...
As Mobile developer, I felt that if we can get `svg/vector` file path then we can use models to generate high quality icons, illustration which can be directly used inside...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### 🔖 Feature description Currently we can only setup session limit globally... Introduce a user-specific session limit feature in Appwrite. Allow administrators to assign session limits per user, eliminating the...
**Is your feature request related to a problem? Please describe.** As in dart, it is standard to have the class name is written as `CamelCase`. Instead of `snake_case`. for `e.g.`...
This icon holds significant importance as it finds its place in numerous apps, each having their own version of unique IDs to present to users. Whether it's a booking reference,...
**Describe the bug** # Steps 1. Create a dart class model ```dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'row_meta_data.freezed.dart'; @freezed class RowMetaData with _$RowMetaData { const factory RowMetaData({ required int id, required DateTime...
### 🔖 Feature description To access `appwrite.json` we need to use cli it would nice and easy to let user download `.json` file in just one click. And then let...
### 👟 Reproduction steps 1. Create 3 collection ( pincode, address, business) shared the schema below 2. Populate Pincode collection first 3. Then try to create a business document via...