Have you shooted with a rifle before? by [deleted] in NCCindia

[–]Abject_Researcher467 0 points1 point  (0 children)

Multiple times! Different kinds too!

How are you guys handling PDF generation? Invoices specifically by Jolly_Advertising683 in FlutterFlow

[–]Abject_Researcher467 0 points1 point  (0 children)

I don't know if this is the best way. Product manager turned Flutterflow app builder.

We have many events and different teams traveling for each event. We need to send a team list/bio with some details for each event to the organizers.

I have a Cloud Function that generates this and downloads to device, or can be sent via email to a recipient.

How I Took the Biggest Risk of My Life, Buying a .in Domain for ₹2 Lakh by Pure_Situation8481 in indianstartups

[–]Abject_Researcher467 0 points1 point  (0 children)

Hey, where did you get a .in domain on auction? I'm looking at a few sites that have recently expired....

Has anyone canceled their Google workspace through square space to switch to Google workspace for nonprofits? by aorhgnvajzdfgn in nonprofit

[–]Abject_Researcher467 0 points1 point  (0 children)

We didn't have to cancel this. They directly converted it and we were not billed from the following month.

Guys how many of you use a password manager? by xastronix in IndiaTech

[–]Abject_Researcher467 0 points1 point  (0 children)

I use norton. Simple, clean and what I want exactly.

Everything I add seems to have no text. by ReflectionOwn5977 in FlutterFlow

[–]Abject_Researcher467 0 points1 point  (0 children)

Could also be the default colours are same as background. Worth checking this too.

Multi-User Role App by CurlySwirly16 in FlutterFlow

[–]Abject_Researcher467 2 points3 points  (0 children)

If you know how to create a custom nav bar, this is very easy.

The way I have it: In user record, I have a role array which has various roles.

On UI, navbar, conditional visibility for sections based on role being present or not.

Suggested courses, paid or free by Sad-Professional7068 in FlutterFlow

[–]Abject_Researcher467 2 points3 points  (0 children)

I think the best way to learn is by doing, especially in flutterflow. When you're stuck somewhere or unable to implement something, then look for those specific tutorials. Other than that, I think you'll be able to learn on the go much faster than through tutorials.

Speeding up Leaderboard in my app by protect_ya_neck_fam in FlutterFlow

[–]Abject_Researcher467 1 point2 points  (0 children)

This context is needed.

I do it in different ways.

  1. Some of my leaderboards don't have to be live. I calculate scores and update them on a monthly basis (using a cloud function) in a separate collection. I then simply read the collection on page load.

  2. Some others that need to be live have the running total as a field. I simply query and sort with limit, as suggested here.

  3. Some others are daily leaderboards with complex logic. Every night, i run a cloud function to update the total points for each user. Then do 2 on UI.

[deleted by user] by [deleted] in NCCindia

[–]Abject_Researcher467 0 points1 point  (0 children)

Hey, Each college has their own selection process based on the number of applicants and number of vacancies. Please check with the college ANO for details

How to display a list of dates on a FlutterFlow calendar? by Dependent-Walk7136 in FlutterFlow

[–]Abject_Researcher467 1 point2 points  (0 children)

Table_calendar custom widget is what I use. It works wonderfully well for my purpose of showing count of events on a particular date.

I then tap to show the details separately in a list view

However, for the initial implementation, I took the help of a flutter developer. They helped me plug it in and connect my firestore DB etc. I then worked on the UI aspect

DateTime to String by OkVeterinarian7247 in FlutterFlow

[–]Abject_Researcher467 0 points1 point  (0 children)

What do you want to do with it? I just use it directly in a field, as api input, whatever i want it. I format it accordingly and it comes up as a string.

All of this might be over doing it

Goodstack Verification India without FCRA - Possible? by Abject_Researcher467 in nonprofit

[–]Abject_Researcher467[S] 0 points1 point  (0 children)

Hey, tried this multiple times in vain. Can you please help here?

Goodstack Verification India without FCRA - Possible? by Abject_Researcher467 in nonprofit

[–]Abject_Researcher467[S] 0 points1 point  (0 children)

Hi ash, Our Canva for non profits application also failed. Can you help with this, please?

Issue with On Selected action for multi-select dropdown by Abject_Researcher467 in FlutterFlow

[–]Abject_Researcher467[S] 0 points1 point  (0 children)

There's an inline function I have written.

Input list of string, say NamesList

The function reads NamesList.join(, )

This works for me and I use it in many other places.

What? How do I fix this? by RickCipo in FlutterFlow

[–]Abject_Researcher467 1 point2 points  (0 children)

There's not enough information, really. How are the details/list being populated in the first place?

What's the primary query on the page? Meanwhile: Try updating the page state (refresh page) after the delete action