8. Uber Clone Update

preview_player
Показать описание
=== WEBSITE
=== FACEBOOK GROUP
=== SOURCE CODE
============= CONTACT =============
Рекомендации по теме
Комментарии
Автор

if you still have a bug and it doesn't display the map and on the log it displays "If you're running an application and need to access the binary messenger before `runApp()` has been called (for example, during plugin initialization), then you need to explicitly call the first." Then on main.dart we need to add to main method. Then the main() method would look like this:
void main() {

return runApp(MultiProvider(
providers: [
ChangeNotifierProvider.value(
value: AppState(),
)
],
child: MyApp(),
));
}

StudentzSyjamu
Автор

i didn't find an episode in this tutorial for "auth_state.dart".. where is it?

hazemsaeed
Автор

please do you will continue the app of ecommerce

menaahmed
Автор

thank yoou about this ;i hope you continue this uber app

tarektaamali
Автор

Thank you for the update, but as a suggestion the next time you try to solve a problem, we would like it if you found the solution first and then record the video to the point without spending much time on trying to think how to solve it, thank you again

abdimussa
Автор

Amigo não querendo ser chato não, mas você poderia fazer uma versão desse vídeo em português.

darlansantos