Flutter App Using Sqlite & Sqflite CRUD With Local Scheduled Notifications | GetX Listview | Part 2

Flutter App Using Sqlite & Sqflite CRUD With Local Scheduled Notifications | GetX Listview | Part 2

dbestech

2 года назад

169,856 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Naila
Naila - 02.10.2023 09:40

Hello dbestech thank you so much for the tutorial! I really love it as a beginner. I followed your tutorial from begin until end. I have some problems, the task i added with specific date, it doesnt add to their date, but added to all dates. Also, my repeat feature didnt work. Thank you in advance, i wish i can get solution. Keep going :)

Ответить
Phumlani Nxumalo
Phumlani Nxumalo - 21.07.2023 15:22

Hey, you a wonderful tutorial going on here, but may you please help me. I'm beginner and would like to know more. I have been folowing your tutorial for first point but now that i have come to the part where i use sqflite and call it in the main method i get this error : Restarted application in 4,324ms.
Bad state: databaseFactory not initialized
databaseFactory is only initialized when using sqflite. When using `sqflite_common_ffi`
You must call `databaseFactory = databaseFactoryFfi;` before using global openDatabase API.
Plz help me sort it out.

Ответить
mr. knight
mr. knight - 18.07.2023 21:08

Respected sir,
Please provide part 1,2,3 link,
I can't get it,
Please help me

Ответить
Notify
Notify - 11.07.2023 21:41

Perfect 🥰

Ответить
Азат Оморов
Азат Оморов - 16.06.2023 11:02

where can i find the code

Ответить
Pàrty Cöre ‹•.•›
Pàrty Cöre ‹•.•› - 06.06.2023 10:54

can you provide me the part 3 link please

Ответить
Pàrty Cöre ‹•.•›
Pàrty Cöre ‹•.•› - 06.06.2023 10:51

isn't there a part 3 ? I can't find it

Ответить
hala babelly
hala babelly - 01.06.2023 15:33

Hello sir,
Thanks for this amazing tutorial
But please I updated the Android studio and the flutter
And when I add the Library Date Picker timeLine don't accept
Could you tell me What I have to replace it please

Ответить
Akhie Feilong
Akhie Feilong - 28.05.2023 09:30

hi is that posible save data to both sqlite and firebase ?

Ответить
umar afzal
umar afzal - 04.05.2023 13:21

Hello! if anybody faces an error that can't show the picked date into the text field then you can use this logic.. Step 1st..
controller: dateController,
hint: DateFormat.yMd().format(selectedDate),
title: "Date",
ontap: () async {
DateTime? pickedDate = await showDatePicker(
context: context,
initialDate: DateTime.now(),
firstDate: DateTime(2015),
lastDate: DateTime(2024));
if (pickedDate != null) {
String formattedDate =
DateFormat("yyyy-MM-dd").format(pickedDate);
setState(() {
dateController.text = formattedDate.toString();
});
} else {
print('Not Selected');
}
},

step 2nd..
before it take a controller and call into intstate

TextEditingController dateController = TextEditingController();
@override
void initState() {
super.initState();
dateController.text = "";
}

Ответить
Sahil Sadhuramani
Sahil Sadhuramani - 02.05.2023 12:57

date_picker is not working help sir please asap?

Ответить
Abraham Soropogui
Abraham Soropogui - 28.04.2023 07:03

Hi! Could please help me to have the previous video of this??

Ответить
Thiago Miranda
Thiago Miranda - 27.04.2023 23:41

any alternative to "date_picker_timeline"?

Ответить
Flutter - Mobile
Flutter - Mobile - 24.04.2023 16:49

please send me link part 1, many thank.

Ответить
Flutter - Mobile
Flutter - Mobile - 24.04.2023 16:10

wow, tha't great

Ответить
I Can Done
I Can Done - 23.04.2023 08:33

Anyone have solve the on DatePicker() function? I encounter some error which is showing The argument type 'DatePicker' can't be assigned to the parameter type 'Widget?'. and The named parameter ' ' isn't defined. error message. I need help on this, anyone please share your solution on it if available, appreciate your help, thank you.

Ответить
feilong iskandar
feilong iskandar - 21.04.2023 14:33

salam sifouu, if we save data to local phone any tip admin can call the data all of user?

Ответить
wanis hex
wanis hex - 24.03.2023 16:45

I love you man!! thank you !!

Ответить