Flutter - Let's Upgrade our Calendar App - Table Calendar and FlutterFire

preview_player
Показать описание
[UPDATE 2023]
Latest Calendar App Tutorial

Flutter, let's upgrade our calendar app to latest Firebase and Table Calendar changes
_______________________________________________

_______________________________________________

** -------------------------------------------------------------------------------- **
Let's get connected
Рекомендации по теме
Комментарии
Автор

It was really hard to follow your tutorial with this upgrade / change. Its too bad because you are the only one who did a Table Calendar Firebase tutorial. Thanks for the hard work !

christianbastide
Автор

Hi, thanks for building this template its really good.
The biggest issues that i cannot fix from the latest updates to flutter are:
1. transferring event data into routes.dart
2. new null safety update which required constructors variables to be set to required (links into problem 1)
3. Upon pressing the AddEvent Button to create an event it fails due to problem 2,

thankyou in advance for maintaining this thread, great alternative to the expensive paid versions

Chickenfingersw
Автор

Hello, thanks for your knowledge, I have an error when trying to display my events, for some reason I can upload data to firestore but I cannot capture the data, is there another way to bring capture the data?

chippie
Автор

thanks for this it really helped me alot

onyemaanthony
Автор

Can you please upgrade code too account for new null safety issues?

prakhyavrajesh
Автор

I need to click again on the page for the data to load, so I click 3 times for the data to display and the little dot on the calendar too. please solution!!

aminejh
Автор

Hi, what do you think about FlutterFlow? There is table_calendar too

didiDanaila
Автор

I am new here. I really love the calendar app and I subscribe to your channel. however, how can I make the firebase database for the calendar app? Is there a video to teach me?

honhenry
Автор

when you show how to create notifications ?

pawewojcik
Автор

hey .. im having a problem to display my events on the home using the stream builder can you help please..its like the snapshot is not working

thipa_icon
Автор

Can you please update this on your github?

sharwinharkal
Автор

Sir, can u reveal your monthly income in terms of i-phone 12 u can buy ?..

chowminmomo
Автор

Hi Damodar, I have copied your latest update on github for the Calendar app and I am getting quite a few errors in Android Studio e.g. Error: The method 'read' isn't defined for the class 'BuildContext'.
- 'BuildContext' is from
Try correcting the name to the name of an existing method, or defining a method named 'read'.
you give me a few tips to resolve these issues? I am quite new to Flutter, but I assume it has to do with version discrepancies of components used in the app? Looking forward to your response.

grantjohnson
Автор

este código lo logre adaptar a una api, muchas gracias saludos desde Venezuela, lo único diferente fue que use FutureBuilder, ya que no necesito verificar la id del usuario

body: SingleChildScrollView(
child: FutureBuilder(
future: usuarioServicee.getEventos(),
builder: (BuildContext contex, AsyncSnapshot<List<Event>> snapshot) {

josealejandrosanchez