Flutter - Calendar - Events [3] Displaying Dynamic Events from Firebase Firestore

  Рет қаралды 34,430

Appwriters

Appwriters

Күн бұрын

[UPDATE 2023]
Latest Calendar App Tutorial
Part 1: www.appwriters.dev/blog/2023-...
Part 2: www.appwriters.dev/blog/2023-...
Part 3: www.appwriters.dev/blog/2023-...
GitHub: github.com/lohanidamodar/flut...
As many of you requested for tutorial on saving and loading events from Firebase/Firestore in calendar in flutter, I have continued upon my previous tutorial on TableCalendar plugin. In this part we learn display dynamic events from our Firestore database.
Source Code (github.com/lohanidamodar/flut...)
_______________________________________________
♥ Become a Patreon supporter: / reactbits
_______________________________________________
Repository of my UI Challenges (github.com/lohanidamodar/flut...)
Download from Play Store (play.google.com/store/apps/de...)
Download from App Store (apps.apple.com/np/app/flutter...)
** -------------------------------------------------------------------------------- **
Let's get connected
github.com/lohanidamodar
reactbits
lohanidamodar
/ lohani.damodar
/ lohanidamodar
/ lohanidamodar

Пікірлер: 120
@ujjwalbiswas8400
@ujjwalbiswas8400 3 жыл бұрын
Thank you for the help
@mosrocker6407
@mosrocker6407 4 жыл бұрын
Thanks, Nice video.
@richdfrmn
@richdfrmn 4 жыл бұрын
Thank you so much.
@botondkoncz1961
@botondkoncz1961 4 жыл бұрын
thank you a lot for the video! It's real quality content
@appwriters
@appwriters 4 жыл бұрын
Thank you.
@VJKoding
@VJKoding 4 жыл бұрын
Thanks u for knowledge sir❤️
@79Arquero
@79Arquero 4 жыл бұрын
nice video
@basudevnayak4753
@basudevnayak4753 3 жыл бұрын
this video is only one of it's kind , please make more of it
@appwriters
@appwriters 3 жыл бұрын
Sure. Thank you for your suggestion
@MogTech
@MogTech 3 жыл бұрын
You are amazing!
@appwriters
@appwriters 3 жыл бұрын
Thank you so much. I am no different, I just keep learning, you keep doing that too.. You are here means you are amazing too.
@ebrahimkassem8939
@ebrahimkassem8939 3 жыл бұрын
Thank you,it's very good video.We want another one that create start date and end date to each event,then displays this event in all days between them.
@appwriters
@appwriters 3 жыл бұрын
Thanks for the idea! I have planned an updated tutorial on flutter calendar + firestore. Do provide more suggestions if you have any.
@FabriceCandia
@FabriceCandia 4 жыл бұрын
Thanks a lot for this tutorial! I would suggest to play with map update function to maintain the events list up to date.
@ratnapriya6106
@ratnapriya6106 4 жыл бұрын
You got this?
@Superhost_Sabrina
@Superhost_Sabrina 4 жыл бұрын
how can we do it? right now we can only click to see the event list, wouldn't it be nicer when user open the calendar, it will show dots and the event list?
@Nighthawk-xb2yn
@Nighthawk-xb2yn 3 жыл бұрын
Awesome video! You have really done a great job! I have the same code as you right now but how could I make the list of items update realtime (as soon as the user adds or deletes the items)? Thank you in advance for your help.
@Superhost_Sabrina
@Superhost_Sabrina 4 жыл бұрын
Thank you for the video. right now we can only click to see the event list, wouldn't it be nicer when user open the calendar, it will show dots and the event list?How can we do it?
@Albellulo
@Albellulo 4 жыл бұрын
thanks for this tutorial! Could you please do a new version with some new functions? Like delete events, notify for an event..? thanks so much again!
@appwriters
@appwriters 4 жыл бұрын
Well, the firestore CRUD for any data is same so you should easily understand, how you can do that following this Firestore CRUD crash course kzfaq.info/get/bejne/qNZ-g8SH3pempok.html
@paulsumner8697
@paulsumner8697 3 жыл бұрын
Many thanks for the great tutorial! I am designing a calendar to be used by multiple team members. I need to apply a colour of the individual days on the calendar according to the type of the current user's events and then show a list of the other user's events below the Calendar. Do you know if it is possible to do this with Table Calendar? Calendar Carousel has a markedDatesMap property, does Table Calendar have an equivalent?
@appwriters
@appwriters 3 жыл бұрын
You have a individual day builders, that you can use but might take extra work. Haven't tried something like that.
@solutionsexcel1371
@solutionsexcel1371 4 жыл бұрын
Thanks for your videos and app. I have learnt a lot. But I would like to add 2 more function to this app, but as a beginner I can't. One is the delete function. (I thought it will be easy regarding to your Firestore crud video, but it is totally different structure, and I am lost.) The next question is, how could be solve that, when I enter the app, then I shouldn't click to today to see the today's tasks (I mean the selected events = today's events). I think I should do stg with the onSelected part. And one more thing, is there a "long form" or any explanation what this part means: " ..._selectedEvents.map( (event) => " What does ... mean?
@SrJuniormanuel
@SrJuniormanuel 3 жыл бұрын
You got this?
@jayasreekone5236
@jayasreekone5236 3 жыл бұрын
Hi is there any video that helps me to create dummy events from a dummy events model and select the events from there
@TheMusicStar2010
@TheMusicStar2010 4 жыл бұрын
Thank you for the video! Do you know how the approach will be, if my date in the firebase collection is a string? I am really struggling with converting example: "29-05-2020" to a datetime that i am able to use for the calender.
@appwriters
@appwriters 4 жыл бұрын
use DateTime.parse to parse string to date time object, however best to save as datetime or milliseconds if you are creating from other backend as well, you can save date as date
@SrJuniormanuel
@SrJuniormanuel 3 жыл бұрын
I have learnt a lot. But I would like to add 2 more function to this app, but as a beginner I can't. One is the delete function. (I thought it will be easy regarding to your Firestore crud video, but it is totally different structure, and I am lost.) In my Firestore ID is null
@saibeer6997
@saibeer6997 4 жыл бұрын
Thanks for sharing, in my requirement, I need to display all the events based on the selection(month, 2 weeks, week ). How do I know what they selected on the top of calendar?
@appwriters
@appwriters 4 жыл бұрын
check visibleDays property of the CalendarController
@rouabehsaad51
@rouabehsaad51 4 жыл бұрын
Thank you for the vidoes ... Can you show us how to link each data to its user ❤❤
@appwriters
@appwriters 4 жыл бұрын
There are two ways 1. Assign user if to the event created and while loading filter by that user id or 2. Create events in sub collection for each user instead of events collection
@albertatomv2771
@albertatomv2771 4 жыл бұрын
Hi, im using the mostly part of this tutorial to make a part of my project, but now i have a problem, in the first part of the main code you have the routes, well, my problem is that my main doesn't the central UI part and when im triying to put the routes un my main says that the method AddEventPage isn't defined for the class "MyApp", do hoy have any idea about how can i do?
@appwriters
@appwriters 4 жыл бұрын
Please learn more about routing in flutter. And it's saying isn't defined means you must have forgotten to import the page containing the AddEventPage.
@ebrahimkassem8939
@ebrahimkassem8939 3 жыл бұрын
How can I filter events according to same titles ??
@AnthonyCuervoR
@AnthonyCuervoR 3 жыл бұрын
Hi.! first thanks for all the videos yo make you are genius...second: I'm using your firebase starter template for a project and also the table calendar.. my question is, how can I change the language of the table calendar the same way you use localizations in the firebase template? I changed the language using locale: "es" but I guess with this will be always in spanish. sorry if this is a silly question and just learning...
@AnthonyCuervoR
@AnthonyCuervoR 3 жыл бұрын
ok I search a little bit and found the solution if somebody need it: instead of call a specific language (locale: "es") use this locale: Localizations.localeOf(context).languageCode
@vasyltalapa
@vasyltalapa 4 жыл бұрын
Ith there any way to pick few days with DayPicker for one event by one function? Somesing like it can do range picker
@appwriters
@appwriters 4 жыл бұрын
I believe there is no default such behavior. Check out (pub.dev/packages/date_range_picker)
@coolboylp
@coolboylp 3 жыл бұрын
Hi, very good tutorial. Quick question, if I have a list of dates in an array, how can I add them as events in table_calendar? Thank you.
@appwriters
@appwriters 3 жыл бұрын
You need to convert those into the same format Map to display in table calendar
@coolboylp
@coolboylp 3 жыл бұрын
@@appwriters Thank you. Would be nice if you could give me an example or share a link. I'm new to flutter.
@appwriters
@appwriters 3 жыл бұрын
@@coolboylp Please learn more about array and map manipulation in dart and basics of flutter.
@projectsilverbone9794
@projectsilverbone9794 4 жыл бұрын
hi...thanks for your tutorial...do you have any tutorial for loading events from mysql database?thanks in advance
@meeratiqa123
@meeratiqa123 4 жыл бұрын
Yeahh @React Bits (Damodar Lohani) can you show this tutorial?
@ebrahimkassem8939
@ebrahimkassem8939 3 жыл бұрын
Another exception was thrown: NoSuchMethodError: The method 'streamList' was called on null. Hoe can i solve this problem? I put the calender in another file not in the main.dart,and i made a button when i press it ,it navigates to the calender
@appwriters
@appwriters 3 жыл бұрын
The answer is in the error whatever you are calling streamList from its null. I can't help you more without viewing the code.
@shrishailgharat1964
@shrishailgharat1964 4 жыл бұрын
Sir please, I need to know , how can I change the color of the dots that represent the number of events ona specific date?
@appwriters
@appwriters 4 жыл бұрын
check markersBuilder property
@Muhammad-kaif
@Muhammad-kaif 4 жыл бұрын
Thanks for sharing .But calendar 3 final version not displaying the saved events ! Only saving in fire store database. Kindly guide if possible
@appwriters
@appwriters 4 жыл бұрын
I am not sure what's wrong, try to clone and run the project linked in the description and compare with your code
@nadinkadis702
@nadinkadis702 4 жыл бұрын
for me it was the same. I think the last updates he added are not updated
@vasyltalapa
@vasyltalapa 4 жыл бұрын
I had the same error. To solve it, I cleaned database
@ChristianMora
@ChristianMora 3 жыл бұрын
I have the same error, I cleaned the database, and still the issue
@dhiyanida1996
@dhiyanida1996 4 жыл бұрын
hi, thank you for the video.... but i have a question. I have event as the subcollection from user, the problem I face is with the query from firebase helper. in this video, the query is for event as the parent collection. how about if the event as subcollection. is there any idea? Thank you for any response
@appwriters
@appwriters 4 жыл бұрын
for subcollection just provide the collection path we are providing with the appended parent collection and parent id so instead of "events" pass "users//events" as the collection path parameter. :)
@dhiyanida1996
@dhiyanida1996 4 жыл бұрын
@@appwriters what should i put in ? how can i implement the user current id instead? sorry, i am new in firebase flutter
@markiesmurf
@markiesmurf 3 жыл бұрын
Damodar Lohani, thanks for the tutorials they are really helpful. I have spent hours at this specific tutorial since its most appropriate to what I want to do in an app. However, I cannot seem to get the the data from Add event form to the database, its in a timeless loop but does not populate in the firestore database. Please help!!
@markiesmurf
@markiesmurf 3 жыл бұрын
The additional challenge is there are no errors in the console, however the build.gradle under the android app has an error from the GradleException ("Flutter SDK not found........")
@appwriters
@appwriters 3 жыл бұрын
Check the updated tutorial series on Flutter calendar as well
@markiesmurf
@markiesmurf 3 жыл бұрын
@@appwriters can you provide the link to the updated series
@vanessaguzman8020
@vanessaguzman8020 3 жыл бұрын
Hi, I'm new to developing in flutter, I'm trying to implement the code in my application but when I send a task, it generates the following exception. Could you recommend something? E/flutter ( 7961): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: NoSuchMethodError: The getter 'eventDate' was called on null. E/flutter ( 7961): Receiver: null E/flutter ( 7961): Tried calling: eventDate E/flutter ( 7961): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5) E/flutter ( 7961): #1 _AddEventPageState.build. package:task19/pages/add_event.dart:115 E/flutter ( 7961): #2 _InkResponseState._handleTap package:flutter/…/material/ink_well.dart:985 E/flutter ( 7961): #3 _InkResponseState.build. package:flutter/…/material/ink_well.dart:1101 E/flutter ( 7961): #4 GestureRecognizer.invokeCallback package:flutter/…/gestures/recognizer.dart:183 E/flutter ( 7961): #5 TapGestureRecognizer.handleTapUp package:flutter/…/gestures/tap.dart:598 E/flutter ( 7961): #6 BaseTapGestureRecognizer._checkUp package:flutter/…/gestures/tap.dart:287 E/flutter ( 7961): #7 BaseTapGestureRecognizer.acceptGesture package:flutter/…/gestures/tap.dart:259 E/flutter ( 7961): #8 GestureArenaManager.sweep package:flutter/…/gestures/arena.dart:157 E/flutter ( 7961): #9 GestureBinding.handleEvent package:flutter/…/gestures/binding.dart:372 E/flutter ( 7961): #10 GestureBinding.dispatchEvent package:flutter/…/gestures/binding.dart:348 E/flutter ( 7961): #11 RendererBinding.dispatchEvent package:flutter/…/rendering/binding.dart:268 E/flutter ( 7961): #12 GestureBinding._handlePointerEventImmediately package:flutter/…/gestures/binding.dart:303 E/flutter ( 7961): #13 GestureBinding.handlePointerEvent package:flutter/…/gestures/binding.dart:267 E/flutter ( 7961): #14 GestureBinding._flushPointerEventQueue package:flutter/…/gestures/binding.dart:225 E/flutter ( 7961): #15 GestureBinding._handlePointerDataPacket package:flutter/…/gestures/binding.dart:208 E/flutter ( 7961): #16 _rootRunUnary (dart:async/zone.dart:1206:13) E/flutter ( 7961): #17 _CustomZone.runUnary (dart:async/zone.dart:1100:19) E/flutter ( 7961): #18 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1005:7) E/flutter ( 7961): #19 _invoke1 (dart:ui/hooks.dart:265:10) E/flutter ( 7961): #20 _dispatchPointerDataPacket (dart:ui/hooks.dart:174:5) E/flutter ( 7961):
@beefpapa7616
@beefpapa7616 3 жыл бұрын
I had the same issue. Please advise
@appwriters
@appwriters 3 жыл бұрын
Checkout the updated tutorial kzfaq.info/get/bejne/hdOfhKuZytCYl3k.html
@appwriters
@appwriters 3 жыл бұрын
Checkout the updated tutorial kzfaq.info/get/bejne/hdOfhKuZytCYl3k.html
@abdo_star3
@abdo_star3 3 жыл бұрын
Thanks , how i can add a lot of dates to the same event
@appwriters
@appwriters 3 жыл бұрын
In firestore you can make event data list instead of single data to add multiple dates, and where you display in calendar, you need to duplicate the event for each date in the list
@abdo_star3
@abdo_star3 4 жыл бұрын
Is it possible to make (event_date)as an array, the event repeats more than once a week ?
@appwriters
@appwriters 4 жыл бұрын
You have to manually add the event to each date separately, you can use range picker to save date range in db however when you want to display in flutter calendar, you have to add event to each date.
@abdo_star3
@abdo_star3 4 жыл бұрын
@@appwriters Thanks ... but I want to add a lot of dates to the same event ...
@varoohokis88
@varoohokis88 4 жыл бұрын
I have question, can I use it as share calender with my friends in work ? How?
@appwriters
@appwriters 4 жыл бұрын
You have to build :>
@adityanath6163
@adityanath6163 4 жыл бұрын
Hi, This is one of the functional scenario based tutorial. Thank you I used your github code for add_event page and this line gives an error await eventDBS.updateItem(EventModel() when I check the documentation it is updateData not updateItem. When i change it to update data, it expects string parameter Im confused . Please help
@appwriters
@appwriters 4 жыл бұрын
use the new function updateItem(id, data as map), check the source for details (github.com/lohanidamodar/flutter_firebase_helpers/blob/afa4a7b265fe3d7153ae5b33bd331d953a2ee986/lib/src/firestore_service.dart#L243)
@adityanath6163
@adityanath6163 4 жыл бұрын
@@appwriters Thank you for your reply, I dont understand what Id i need to pass ?? please can you update your code on git hub so evenryone who are following your tutorials can update their code accordingly. thanks for your help
@adityanath6163
@adityanath6163 4 жыл бұрын
I got the solution thank you
@javierserna6631
@javierserna6631 4 жыл бұрын
hello friend,good video from spain. Can i save the events on mobile disk? Thanks a lot
@appwriters
@appwriters 4 жыл бұрын
Of course you can store any where you like, check this kzfaq.info/get/bejne/oM6kfrd805y0nH0.html
@ebrahimkassem8939
@ebrahimkassem8939 3 жыл бұрын
Can this calender add date range for events??
@appwriters
@appwriters 3 жыл бұрын
No not yet date range
@JeffersonRamalho1
@JeffersonRamalho1 4 жыл бұрын
Hi, there are changes in firebase_helpers Package: "Breaking change -> updateItem is no longer available". error: The method 'updateItem' isn't defined for the type 'DatabaseService'.
@JeffersonRamalho1
@JeffersonRamalho1 4 жыл бұрын
Hey guys, i fixed! where was "updateItem...." now is: await eventDBS.updateData(widget.note.id, { "title": _title.text, "description": _description.text, "eventDate": _eventDate });
@samuelcheng3967
@samuelcheng3967 4 жыл бұрын
Try changing within the widget.note!=null to await eventDBS.updateData(widget.note.id,{ 'title': _title.text, 'description': _description.text, 'eventDate': widget.note.eventDate }); I'm still a beginner, not very sure if its the right way. But it works for me now. Cheers!
@appwriters
@appwriters 4 жыл бұрын
Yes the updateItem is no longer available, you need to use updateData(String id, Map data). Thank you.
@charonchaiphaengphirom1842
@charonchaiphaengphirom1842 3 жыл бұрын
can u make local notification from calendar event?
@appwriters
@appwriters 3 жыл бұрын
You can use local notifications plugin to achieve that
@satheeshguduri
@satheeshguduri 3 жыл бұрын
How to customize calendar header, I mean changing the positions of header items
@appwriters
@appwriters 3 жыл бұрын
Not possible at the moment, check the my fork of the calendar has the header builder which you can use to customize header github.com/lohanidamodar/table_calendar
@richdfrmn
@richdfrmn 4 жыл бұрын
Any Idea on getting the UID in the streambuilder
@appwriters
@appwriters 4 жыл бұрын
You need to implement firebase auth and some state management solution to provide currently signed in user
@richdfrmn
@richdfrmn 4 жыл бұрын
React Bits (Damodar Lohani) I’m using UID for the rest of the project, not sure how to implement in this situation, thanks for your time , great videos
@arslanmanzoor9721
@arslanmanzoor9721 3 жыл бұрын
how to add repeated events options ?
@appwriters
@appwriters 3 жыл бұрын
At this point I think you need to duplicate the events
@desarrolloconsolidaerp8208
@desarrolloconsolidaerp8208 4 жыл бұрын
Where can I find the updateItem and createItem method? First of all, Thanks
@mailliwnat
@mailliwnat 4 жыл бұрын
Facing the updateItem issue, can anybody help?
@appwriters
@appwriters 4 жыл бұрын
Recent version does not contain updateItem, use updateData(String id, Map data), createItem is working as usual
@ChristianMora
@ChristianMora 3 жыл бұрын
Hi guys, I followed the video and I can save information on firebase but, I not able to see the note in the calendar? any ideas? Thanks
@appwriters
@appwriters 3 жыл бұрын
Compare your code with the repository provided in the description.
@ChristianMora
@ChristianMora 3 жыл бұрын
@@appwriters Thanks for your quick response, I compared with your GitHub code and I followed the steps from this video.
@appwriters
@appwriters 3 жыл бұрын
@@ChristianMora Try clone and run the code from Github as well, if it works then something is missing
@ChristianMora
@ChristianMora 3 жыл бұрын
@@appwriters Here is my code from main.dart class _CalendarioState extends State { CalendarController _controller; Map _events; List _selectedEvents; @override void initState() { super.initState(); _controller = CalendarController(); _events = {}; _selectedEvents = []; } Map _groupEvents(List events) { Map data = {}; events.forEach((event) { DateTime date = DateTime(event.eventDate.year, event.eventDate.month, event.eventDate.day, 12); if(data[date] == null) data[date] = []; data[date].add(event); }); return data; } @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Flutter Calendar'), ), body: StreamBuilder( stream: eventDBS.streamList(), builder: (context, snapshot) { if(snapshot.hasData) { List allEvents = snapshot.data; if(allEvents.isNotEmpty) { _events = _groupEvents(allEvents); } } return SingleChildScrollView( child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ TableCalendar( events: _events, initialCalendarFormat: CalendarFormat.week, calendarStyle: CalendarStyle( canEventMarkersOverflow: true, todayColor: Colors.orange, selectedColor: Theme.of(context).primaryColor, todayStyle: TextStyle( fontWeight: FontWeight.bold, fontSize: 18.0, color: Colors.white)), headerStyle: HeaderStyle( centerHeaderTitle: true, formatButtonDecoration: BoxDecoration( color: Colors.orange, borderRadius: BorderRadius.circular(20.0), ), formatButtonTextStyle: TextStyle(color: Colors.white), formatButtonShowsNext: false, ), startingDayOfWeek: StartingDayOfWeek.monday, builders: CalendarBuilders( selectedDayBuilder: (context, date, events) => Container( margin: const EdgeInsets.all(4.0), alignment: Alignment.center, decoration: BoxDecoration( color: Theme.of(context).primaryColor, borderRadius: BorderRadius.circular(10.0)), child: Text( date.day.toString(), style: TextStyle(color: Colors.white), )), todayDayBuilder: (context, date, events) => Container( margin: const EdgeInsets.all(4.0), alignment: Alignment.center, decoration: BoxDecoration( color: Colors.orange, borderRadius: BorderRadius.circular(10.0)), child: Text( date.day.toString(), style: TextStyle(color: Colors.white), )), ), calendarController: _controller, ), ..._selectedEvents.map((event) => ListTile( title: Text(event.title), onTap: () { Navigator.push( context, MaterialPageRoute( builder: (_) => EventDetailsPage( event: event, ))); }, )), ], ), ); } ), floatingActionButton: FloatingActionButton( child: Icon(Icons.add), onPressed: () => Navigator.pushNamed(context, 'add_event'), ), ); } }
@ChristianMora
@ChristianMora 3 жыл бұрын
@@appwriters I will do that, thanks again!!
@tripled1539
@tripled1539 3 жыл бұрын
why my event cant object.. under selected event
@appwriters
@appwriters 3 жыл бұрын
What do you mean?
@tripled1539
@tripled1539 3 жыл бұрын
​@@appwriters done thanks.. just stuck because event.description not auto. i think error but just not auto
@mayaramein
@mayaramein 4 жыл бұрын
I have issue in Dart analysis "error: This requires the 'spread-collections' experiment to be enabled." and tried these solutions nothing worked : stackoverflow.com/questions/55477046/how-can-i-enable-flutter-dart-language-experiments
@appwriters
@appwriters 4 жыл бұрын
If you are using the latest version of Flutter and dart this should not occur, please check your flutter and dart version (flutter doctor -v)
@shrishailgharat1964
@shrishailgharat1964 4 жыл бұрын
Change this in your pubspec.yaml file : environment: sdk: ">=2.7.0
@ratnapriya6106
@ratnapriya6106 4 жыл бұрын
Send me the previous video link
@appwriters
@appwriters 4 жыл бұрын
kzfaq.info/get/bejne/oM6kfrd805y0nH0.html kzfaq.info/get/bejne/d7hdbKSjsbnNfo0.html
@ratnapriya6106
@ratnapriya6106 4 жыл бұрын
@@appwriters I did that one, first time, I got some error.
@kaanmuratayvaz
@kaanmuratayvaz 4 жыл бұрын
Source Code ?
@appwriters
@appwriters 4 жыл бұрын
Please Check the github link in the description.
@amanchaudhary8494
@amanchaudhary8494 3 жыл бұрын
The Github repo is really deprecated, please update it. Its getting real messy.
@appwriters
@appwriters 3 жыл бұрын
I will make sure to check it out
@gnappo3000
@gnappo3000 4 жыл бұрын
firestore Helpers not working!! fail!!
@appwriters
@appwriters 4 жыл бұрын
firebase_helpers plugin has updated, and there are few changes, check the changelog of the plugin, to make it work
WebRTC in 100 Seconds // Build a Video Chat app from Scratch
11:19
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 17 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 4,2 МЛН
Flutter - Beyond Firebase Auth - User Roles with Firestore
33:14
The perfect imperfection of Google's Material You
15:47
David Imel
Рет қаралды 409 М.
Getting Started with Flutter Event Calendar in 10 Minutes
9:38
Syncfusion, Inc
Рет қаралды 71 М.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
Coding with Lewis
Рет қаралды 302 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 848 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 456 М.
How to Build an AI Document Chatbot in 10 Minutes
16:10
Dave Ebbelaar
Рет қаралды 331 М.
Flutter with Firebase Backend Project - Full Stack Tiktok Clone App | GetX
3:48:49
GET EVENTS from Google Calendar INTO FlutterFlow (Custom Code)
24:33
Kings App Design
Рет қаралды 2,1 М.
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН