-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create a tutorial for building this app, it's not as easy for everyone #7
Comments
Hi. Thanks for your question. Many people dm me about that too. Here are short instructions for success build: [√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [√] Android Studio (version 3.1) [√] Android Studio (version 3.6) [!] IntelliJ IDEA Community Edition (version 2018.3) [!] VS Code (version 1.46.1) [√] Connected device (1 available) ! Doctor found issues in 2 categories. - Run command for code generation: Hope it helps |
Hi thanks for this project, I am trying to learn flutter with firebase. I got some problems compiling the code, according to this instruction I did as it wrote. I am shearing the output what i got: flutter doctor [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) command: flutter pub run build_runner build --delete-conflicting-outputs Failed to precompile build_runner:build_runner:
If you help me with this one will very helpful for me. And, for Firebase database access how should I get?...is there any way to dump all the data or give me access to the control panel. Thanks in advance. |
Run these commands first flutter pub get after that rename main_dev.dart to main.dart then run this is the steps i have tried to run the project. |
I updated my development environment in readme. Unfortunately I cannot provide my setup in MACOSX right now |
@KhoaSuperman how does the user goes from splash to login screen or home? i don't see any route there |
add this code to |
Thanks although I already did this for both the states |
Btw there's a white screen for 1-2 sec before the actual rendering of the application and if you need to fix that you need to implement the native splash screen for both platforms. :) |
yes. please try release build, the white screen stay longer in debug build |
hi there, thanks for sharing this knowledge and techniques.
i wanted to suggest that you add a tutorial regarding the exact steps to take for making a successful build.
there are many problems associated with the current version:
updating packages in pubspec.yaml results in breaking changes that prevent the app from compiling. so I think either it needs to be updated or a warning needs to be shown to users that they are not allowed to update anything.
for iOS devices the automatic settings result in a target version in which the app does not support but the code doesn't mention a target version either, so it creates have huge confusion.
as you know the app would not build with the conventional build system of VSCode or IntelliJ and needs some flutter action in the terminal, i think better clarification regarding that would help more adoption of this great code as a hands-on tutorial.
The text was updated successfully, but these errors were encountered: