New post on Flutter Dev Google group:
Platform Channel Sample App( GSoC 2020)
Hi, I am Rahul Chandra. This year, I had applied in Dart Programming Language for GSoC 2020 and I had also submitted the proposal. My Project name is *Platform Channel Sample App.* I found this project really interesting because I am developing Applications in Flutter from more the less 10
April 09, 2020 at 06:38AM by Rahul Chandra
https://ift.tt/2x5GixC
Platform Channel Sample App( GSoC 2020)
Hi, I am Rahul Chandra. This year, I had applied in Dart Programming Language for GSoC 2020 and I had also submitted the proposal. My Project name is *Platform Channel Sample App.* I found this project really interesting because I am developing Applications in Flutter from more the less 10
April 09, 2020 at 06:38AM by Rahul Chandra
https://ift.tt/2x5GixC
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Can anyone help me? Please
https://ift.tt/2y2oX8y
April 09, 2020 at 06:52AM by sandy_undefined
https://ift.tt/3c6RRDA
Can anyone help me? Please
https://ift.tt/2y2oX8y
April 09, 2020 at 06:52AM by sandy_undefined
https://ift.tt/3c6RRDA
New post on /r/flutterdev subreddit:
Using Firebase for big projects with Flutter
Does anyone use Firebase for big projects? if so could you please share your experience? problems you had, need to change plan? workarounds for limits. Is there a better free database NoSQL?
April 09, 2020 at 07:37AM by D_apps
https://ift.tt/34mf3ed
Using Firebase for big projects with Flutter
Does anyone use Firebase for big projects? if so could you please share your experience? problems you had, need to change plan? workarounds for limits. Is there a better free database NoSQL?
April 09, 2020 at 07:37AM by D_apps
https://ift.tt/34mf3ed
reddit
Using Firebase for big projects with Flutter
Does anyone use Firebase for big projects? if so could you please share your experience? problems you had, need to change plan? workarounds for...
New post on /r/flutterdev subreddit:
sudoku_api | Simple Dart API for Sudoku puzzles
https://ift.tt/3c4v9f2
April 09, 2020 at 09:57AM by Purple_Pizzazz
https://ift.tt/2yH8t69
sudoku_api | Simple Dart API for Sudoku puzzles
https://ift.tt/3c4v9f2
April 09, 2020 at 09:57AM by Purple_Pizzazz
https://ift.tt/2yH8t69
Dart packages
sudoku_api | Flutter Package
Simple, dart API for Sudoku puzzles
New post on Flutter Dev Google group:
Potential Error in Tutorial and Additional Features
Hello, I just started programming in flutter today and I was going thorough the flutter tutorial here: https://ift.tt/335pu3t . I noticed that there was some interesting indenting and syntax done in the example for declaring a package in dependencies under yaml and running
April 09, 2020 at 08:56AM by Hank W
https://ift.tt/2XnY2ii
Potential Error in Tutorial and Additional Features
Hello, I just started programming in flutter today and I was going thorough the flutter tutorial here: https://ift.tt/335pu3t . I noticed that there was some interesting indenting and syntax done in the example for declaring a package in dependencies under yaml and running
April 09, 2020 at 08:56AM by Hank W
https://ift.tt/2XnY2ii
flutter.dev
Write your first Flutter app, part 1
How to write a web-based app in Flutter.
New post on /r/flutterdev subreddit:
🌏🚀 [EN sub] Learn how to create a Multi Language App in Flutter - Internationalization (I18n) and localization (L10n) 🚀🌏 @GiancarloCode
https://www.youtube.com/watch?v=icTT6xUYHow
April 09, 2020 at 09:40AM by GiancarloCode
https://ift.tt/2XiJO2d
🌏🚀 [EN sub] Learn how to create a Multi Language App in Flutter - Internationalization (I18n) and localization (L10n) 🚀🌏 @GiancarloCode
https://www.youtube.com/watch?v=icTT6xUYHow
April 09, 2020 at 09:40AM by GiancarloCode
https://ift.tt/2XiJO2d
YouTube
🌏🚀 Crea una App Multi Idioma en Flutter Fácil - Internacionalización (I18n) y localización (L10n) 🚀🌏
🔥 Te enseño a crear una App con multiples Idiomas en Flutter Fácilmente, y en el proceso aprenderás sobre la internacionalización (I18n) y Localización (L10n).
🔥 Tambien aprenderás todo lo que necesitas saber para utilizar el formato ARB (App Resource Bundle)…
🔥 Tambien aprenderás todo lo que necesitas saber para utilizar el formato ARB (App Resource Bundle)…
New post on Flutter Dev Google group:
Can not install flutter SDK
I can not install flutter SDK . Every tim i run flutter doctor it can not install dart SDK .
April 09, 2020 at 10:18AM by Raihan Chowdhury
https://ift.tt/2Xq1IA3
Can not install flutter SDK
I can not install flutter SDK . Every tim i run flutter doctor it can not install dart SDK .
April 09, 2020 at 10:18AM by Raihan Chowdhury
https://ift.tt/2Xq1IA3
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
To update value in real time firebase on onpressed
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real time firebase using node mcu. I want to change (update) the value on real time firebase database by using on pressed. Can you suggest me some ideas and links for this problem. Thank You in advance.
April 09, 2020 at 10:58AM by Abinavan Nagendran
https://ift.tt/3aYXVhg
To update value in real time firebase on onpressed
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real time firebase using node mcu. I want to change (update) the value on real time firebase database by using on pressed. Can you suggest me some ideas and links for this problem. Thank You in advance.
April 09, 2020 at 10:58AM by Abinavan Nagendran
https://ift.tt/3aYXVhg
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
created a reddit like toast asset_toast
sample usage
April 09, 2020 at 12:11PM by reece_h
https://ift.tt/3e9qeLV
created a reddit like toast asset_toast
sample usage
AssetToast.show("hello there", context,
asset: "assets/img.jpeg",
duration: AssetToast.lengthLong,
prefixBadge: Colors.green,
gravity: AssetToast.bottom,
backgroundColor: Colors.indigo,
msgColor: Colors.white);
pubhttps://github.com/ggichure/asset_toastApril 09, 2020 at 12:11PM by reece_h
https://ift.tt/3e9qeLV
Dart packages
asset_toast | Flutter Package
A reddit like toast with asset image,stylable text,color change,position too.web,android ,ios.see readme.md for more info
New post on /r/flutterdev subreddit:
NDK Filters- Which build mode?
Hi,If I have ndk filters in gradle, should I build fat apk or appbundle?
April 09, 2020 at 01:06PM by RevolutionaryRow0
https://ift.tt/3aZ8voc
NDK Filters- Which build mode?
Hi,If I have ndk filters in gradle, should I build fat apk or appbundle?
android { ... buildTypes { ... release { ... ndk { if (!project.hasProperty('target-platform')) { abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64' } else { def platforms = project.property('target-platform').split(',') def platformMap = [ 'android-arm' : 'armeabi-v7a', 'android-arm64': 'arm64-v8a', 'android-x86' : 'x86', 'android-x64' : 'x86_64', ] abiFilters = platforms.stream().map({ e -> platformMap.containsKey(e) ? platformMap[e] : e }).toArray() } } } }
April 09, 2020 at 01:06PM by RevolutionaryRow0
https://ift.tt/3aZ8voc
reddit
NDK Filters- Which build mode?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Tim Sneath: "Flutter is to apps as Unity is to games"
Introduction We talked with Tim Sneath, Google's product manager for Flutter
Tim Sneath: "Flutter is to apps as Unity is to games"
Introduction We talked with Tim Sneath, Google's product manager for Flutter
New post on Flutter Dev Google group:
This is new problem I am facing in flutter when trying to import a clone project
Please someone help!!!! I have went through lots of forums and suggestions Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1527) at java.base/java.util.zip.ZipFile$Source.findEND(ZipFil
April 09, 2020 at 01:42PM by rakesh lorentz
https://ift.tt/3e9JEAg
This is new problem I am facing in flutter when trying to import a clone project
Please someone help!!!! I have went through lots of forums and suggestions Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1527) at java.base/java.util.zip.ZipFile$Source.findEND(ZipFil
April 09, 2020 at 01:42PM by rakesh lorentz
https://ift.tt/3e9JEAg
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Some Problem Of Quiz App
Final Resul Image not show. https://ift.tt/2Veb6En
April 09, 2020 at 02:01PM by hamza ali
https://ift.tt/2UThMIQ
Some Problem Of Quiz App
Final Resul Image not show. https://ift.tt/2Veb6En
April 09, 2020 at 02:01PM by hamza ali
https://ift.tt/2UThMIQ
GitHub
hamzaali81/flutter-app-testing
Contribute to hamzaali81/flutter-app-testing development by creating an account on GitHub.
New post on Flutter Dev Google group:
Flutter TextField input to not disappear after save/done
how can i make the user input to stay and not disappear after users done so next time the user want to update the text they get to clear the text fileds manually! Padding( padding: EdgeInsets.symmetric(horizontal: 30.0), child: TextField( style:
April 09, 2020 at 02:18PM by Error Place
https://ift.tt/2Vetflj
Flutter TextField input to not disappear after save/done
how can i make the user input to stay and not disappear after users done so next time the user want to update the text they get to clear the text fileds manually! Padding( padding: EdgeInsets.symmetric(horizontal: 30.0), child: TextField( style:
April 09, 2020 at 02:18PM by Error Place
https://ift.tt/2Vetflj
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Covid-19 mobile app UI using flutter
https://youtu.be/zx6uMCoW2gQ
April 09, 2020 at 02:35PM by anwarabir
https://ift.tt/2xWQ0lP
Covid-19 mobile app UI using flutter
https://youtu.be/zx6uMCoW2gQ
April 09, 2020 at 02:35PM by anwarabir
https://ift.tt/2xWQ0lP
YouTube
COVID-19 App - Flutter UI - Speed Code
We create a nice clean #COVID-19 app #UI by using #flutter, where you can check how many people are affected and how many already died and recovered. It also shows the symptoms of COVID-19 and how you can keep yourself safe.
Learn how to make a custom shape…
Learn how to make a custom shape…
New post on /r/flutterdev subreddit:
Phone number authentication + OTP with Firebase Auth
https://ift.tt/3c1sl2r
April 09, 2020 at 03:18PM by huextrat
https://ift.tt/2xekJe0
Phone number authentication + OTP with Firebase Auth
https://ift.tt/3c1sl2r
April 09, 2020 at 03:18PM by huextrat
https://ift.tt/2xekJe0
GitHub
huextrat/TheGorgeousOtp
Phone number authentication + OTP login page built with @flutter 😍 - huextrat/TheGorgeousOtp
New post on Flutter Dev Google group:
i want to update values by onpressed funtion in real-time database
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real-time firebase . I want to change (update) the value on real time firebase database by performing onpressed function. Can you suggest me some ideas and links for this problem. Thank You in advance.
April 09, 2020 at 03:28PM by Abinavan Nagendran
https://ift.tt/2wr703j
i want to update values by onpressed funtion in real-time database
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real-time firebase . I want to change (update) the value on real time firebase database by performing onpressed function. Can you suggest me some ideas and links for this problem. Thank You in advance.
April 09, 2020 at 03:28PM by Abinavan Nagendran
https://ift.tt/2wr703j
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Flutter Pandemic solution for African countries
Dear Flutter Team, I hope you are doing well and safe. My name is BOUDJEMA Sofiane, I work in company called BRENCO Engineering & Consulting located in Algeria we are currently working on a flutter based solution to counter the pandemic of Corona Virus “Fahs” in partnership with the
April 09, 2020 at 03:37PM by Sofiane B
https://ift.tt/2ViJuOn
Flutter Pandemic solution for African countries
Dear Flutter Team, I hope you are doing well and safe. My name is BOUDJEMA Sofiane, I work in company called BRENCO Engineering & Consulting located in Algeria we are currently working on a flutter based solution to counter the pandemic of Corona Virus “Fahs” in partnership with the
April 09, 2020 at 03:37PM by Sofiane B
https://ift.tt/2ViJuOn
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Model class update when it should not
Please take a look at this post in SO https://ift.tt/2x6RSIQ I don't understand why I get this behaviour and how to fix that...
April 09, 2020 at 04:07PM by Peter
https://ift.tt/3c3FY0V
Model class update when it should not
Please take a look at this post in SO https://ift.tt/2x6RSIQ I don't understand why I get this behaviour and how to fix that...
April 09, 2020 at 04:07PM by Peter
https://ift.tt/3c3FY0V
Stack Overflow
Model class updates when it should not
I don't know how to prevent model class to update when I don't want to... I pass model class into a modal which contains number. I'm updating the number there and if I decide to close the modal wi...
New post on /r/flutterdev subreddit:
Amazing Music Player UI in minutes | Detailed tutorial | Build amazing UI in flutter | COVID-19
https://youtu.be/efEKb3IwdKA
April 09, 2020 at 04:08PM by saheb1313
https://ift.tt/2UUk2zv
Amazing Music Player UI in minutes | Detailed tutorial | Build amazing UI in flutter | COVID-19
https://youtu.be/efEKb3IwdKA
April 09, 2020 at 04:08PM by saheb1313
https://ift.tt/2UUk2zv
YouTube
Amazing Music Player UI in minutes | Detailed tutorial | Build amazing UI in flutter | COVID-19
In this video we will build an amazing UI in flutter.The music player on our phone is always up on the list of our daily routines, so how about making our own UI that is full of gold. 😉
Flutter has emerged as one of the most successful technologies in the…
Flutter has emerged as one of the most successful technologies in the…
New post on /r/flutterdev subreddit:
They say that the next legends will be born from this crisis. Starting learning Flutter today and create the next unicorn start-up.
https://ift.tt/3e9YLtx
April 09, 2020 at 04:43PM by Gigatronbot
https://ift.tt/2XqRwY3
They say that the next legends will be born from this crisis. Starting learning Flutter today and create the next unicorn start-up.
https://ift.tt/3e9YLtx
April 09, 2020 at 04:43PM by Gigatronbot
https://ift.tt/2XqRwY3
Codemagic blog
Flutter From Scratch, Episode 3: Widgets and States
We break down the widget tree and see how Flutter builds its UI from these widgets.