Dialog Service in Flutter | Show Dialog Without Context

Dialog Service in Flutter | Show Dialog Without Context

FilledStacks

4 года назад

16,765 Просмотров

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


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

@markdioneeb8997
@markdioneeb8997 - 23.03.2022 12:38

Correct me if I wrong, If I want to add more custom dialog aside from "Basic" & "Form", I'll just need to modify the enums right? and add DialogType.ProductForm etc.

Awesome package as always.

Ответить
@markdioneeb8997
@markdioneeb8997 - 19.03.2022 19:18

Aside from Dialog & SnackBar, we also have bottom sheet, can dialog service accommodate that? I'm using modal_bottom_sheet package

Ответить
@yourasa1213
@yourasa1213 - 29.04.2021 20:54

This is too difficult to follow. Besides it changed all the Flutter infrastructure model. I think I am not gonna waste my time for this. Thank you anyway.

Ответить
@marlostrin
@marlostrin - 26.04.2021 09:18

Hello, how are you? that way I can trigger the dialog in the background? when does a push notification arrive when the dialog overlaps other apps?

Ответить
@dev.faizan
@dev.faizan - 02.01.2021 17:22

How to show dialogue without pressing button
I mean when app open it automatically show dialogue on home screen

Ответить
@wickedgummybear3104
@wickedgummybear3104 - 31.10.2020 14:51

So i've tried linking the responsedata so I could save it. But why does it say that it's a list, when it's obviously only 1 textfield String... Or is this a list because you could potentially have multiple InputFields?

Ответить
@theforestapp
@theforestapp - 22.10.2020 11:15

i believe im encountering a bug. using the registerCustomDialogBuilder isnt working, even though im calling it from the main() function after the setupLocator - i had to switch back to the old, deprecated method to get it to work.


E/flutter (16889): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: 'package:stacked_services/src/dialog/dialog_service.dart': Failed assertion: line 165 pos 7: 'customDialogUI != null': You have to call registerCustomDialogBuilder to use this function. Look at the custom dialog UI section in the stacked_services readme.
E/flutter (16889): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:46:39)
E/flutter (16889): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:36:5)
E/flutter (16889): #2 DialogService.showCustomDialog (package:stacked_services/src/dialog/dialog_service.dart:165:7)

just wanted to let you know. on the latest StackedServices version as well

Ответить
@zeorjvistr6245
@zeorjvistr6245 - 30.08.2020 10:46

Bro I love your every video but when you will upload a new video

Ответить
@raykoster3562
@raykoster3562 - 22.08.2020 20:14

Hi Dane, i follow your Videos since mid June 2019. You brought so much Value to Flutter, its really unbelievable. Your Packages are stunning and deal with really important architectural questions. You have a brilliant MVVM Approach. Your Widgets and Videos are easy to understand. With every new Video from you, my App gets better structured and even cleaner and i have definitely less Boiler Plate. You taught me so much and i just wanted to say thank you dane! Keep up the good work and only the best. Cheers, Ray

Ответить
@abhishekkhanal7791
@abhishekkhanal7791 - 19.08.2020 10:23

Please make a video on how to implement caching and save something like posts on local database

Ответить
@hendrickmanenga9213
@hendrickmanenga9213 - 16.08.2020 11:25

Thank you .Pleas how to show Dialog with a textField?

Ответить
@beyondbuks4828
@beyondbuks4828 - 13.08.2020 15:17

Please make a video on managing in-App purchases especially subscriptions

Ответить
@yerassylospanov1142
@yerassylospanov1142 - 08.08.2020 22:05

Hi, actually it's great! But i have a question =) How it affects to performance in Flutter to use this in app

Ответить
@DonetsA
@DonetsA - 08.08.2020 04:01

привет подскажи как сделать профиль по этой основе, а то я уже неделю голову ломаю спасибо

Ответить
@routadu
@routadu - 03.08.2020 13:07

I'm using your stacked package
How could I add a listener to one of the properties of viewmodel so that it would rebuild the UI to show custom progress states ?
Is there any existing solution or should I just change it using a function and then call notifyListeners()

Ответить
@kanegomolema7357
@kanegomolema7357 - 03.08.2020 02:33

Can you please do a tutorial on how to add google play and apple store payment integration using Stacked or payfast for us locals.

Ответить
@chinmayagarnaik6458
@chinmayagarnaik6458 - 31.07.2020 13:17

Actually I want to know is their any way to show user random posts.i know how to show followers posts but I need suggested post. In firebase function.

I know comments doesn't relented to video but I was just wondering if you can help me or make a course on firebase function node.js.

Ответить
@MPRGetProfit
@MPRGetProfit - 31.07.2020 11:24

Flutter provided 2020 voice assistance artificial intelligence using apps how to build ai apps ni flutter

Ответить
@maherbanhusentech
@maherbanhusentech - 31.07.2020 08:24

Pdf file upload and retrieve in firebase video send please

Ответить
@gideonmuiru5808
@gideonmuiru5808 - 29.07.2020 22:00

Thank you! Thank you! Thank you!

Ответить
@yasartarkkalyoncu6570
@yasartarkkalyoncu6570 - 29.07.2020 19:06

Big help when you use API service on your app. Dialog without context is like almost magic 😌

Ответить
@prn-ice
@prn-ice - 29.07.2020 17:30

I have loads of different dialogs so I use a custom DialogService, My switch statement has like 12 different cases, XD.

Ответить
@kevinmathew1309
@kevinmathew1309 - 29.07.2020 14:50

Suppose if I want user data in all the screens and if i have option to edit profile how could i notify those changes through out the app ?
I am following your provider architecture and my base viewmodel has the get current user function.

Ответить
@gauravjajoo9012
@gauravjajoo9012 - 29.07.2020 12:32

Or u could just use awesome get package for routes , navigation, DI, and state management

Ответить
@bm830810
@bm830810 - 29.07.2020 12:13

Isn't a dialog some kind of view, so maybe it shouldn't be in viewmodel

Ответить
@tony-mburu
@tony-mburu - 29.07.2020 11:52

I have been waiting for this for some time now. Good stuff @FilledStacks

Ответить
@mars3142
@mars3142 - 29.07.2020 11:44

Why don't you inject the dependencies with function/method parameters? This will be the better solution, if you want to unit test your code, because you can inject different dependencies without changing anything for the injectable generated code.

Ответить
@woop8706
@woop8706 - 29.07.2020 10:54

What is with people not implementing context and looking for ways to bypass it?

Ответить
@isaacadariku
@isaacadariku - 29.07.2020 10:44

I have not watch but can't imagine the next knowledge to get from @FilledStack 🙇🏽‍♂️

Ответить