New post on Flutter Dev Google group:
Quiz App using API : How to declare index using a builder (different than PageView.builder)
Hi Flutter community, I am working on a quiz app, and I am using a PageView.builder to declare an index, as the code below shows. However, this requires me to swipe right in order to go to the next question. Is there any other *builder *I can use so that I don't have to swipe to change questions
October 09, 2020 at 04:10AM by Andrew Villegas
https://ift.tt/33EHNAa
Quiz App using API : How to declare index using a builder (different than PageView.builder)
Hi Flutter community, I am working on a quiz app, and I am using a PageView.builder to declare an index, as the code below shows. However, this requires me to swipe right in order to go to the next question. Is there any other *builder *I can use so that I don't have to swipe to change questions
October 09, 2020 at 04:10AM by Andrew Villegas
https://ift.tt/33EHNAa
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:
Which one is better in your opinion?
In the comments you can explain why. I'd really appreciate that!View Poll
October 09, 2020 at 07:47AM by 2reform
https://ift.tt/3nzCGJi
Which one is better in your opinion?
In the comments you can explain why. I'd really appreciate that!View Poll
October 09, 2020 at 07:47AM by 2reform
https://ift.tt/3nzCGJi
reddit
Which one is better in your opinion?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
how to animate a text field in the app bar to expand once clicked on
I have a text field in the app bar, but I want the app bar once focused and the user wants to start typing to expand and a take space of the whole app bar, I tried using an animated container but no luck, here s my attempt https://ift.tt/33GHxAA
October 09, 2020 at 09:09AM by Macphail Magwira
https://ift.tt/3dbvRJi
how to animate a text field in the app bar to expand once clicked on
I have a text field in the app bar, but I want the app bar once focused and the user wants to start typing to expand and a take space of the whole app bar, I tried using an animated container but no luck, here s my attempt https://ift.tt/33GHxAA
October 09, 2020 at 09:09AM by Macphail Magwira
https://ift.tt/3dbvRJi
Stack Overflow
how to animate a text field in the app bar to expand once clicked on
I have a text field in the app bar, but I want the app bar once focused and the user wants to start typing to expand and a take space of the
whole app bar, I tried using an animated container but n...
whole app bar, I tried using an animated container but n...
New post on /r/flutterdev subreddit:
Yo guys new easy tutorial!! 😃️ Let me know what you think
https://www.youtube.com/watch?v=cJ_BTkb-UQA
October 09, 2020 at 10:37AM by workflow_2
https://ift.tt/3lFG5F1
Yo guys new easy tutorial!! 😃️ Let me know what you think
https://www.youtube.com/watch?v=cJ_BTkb-UQA
October 09, 2020 at 10:37AM by workflow_2
https://ift.tt/3lFG5F1
New post on Flutter Dev Google group:
how to notify streambuilder about signout /firebase auth
hi guys. i am having trouble signing out my user ! after the sign out button is pressed i can navigate user to another page but the user can stil see the same personal user uid. i think what i need to do is to notify the the streambuilder in main about it but i dont know how its done! anyone
October 09, 2020 at 12:59PM by reza7....@gmail.com
https://ift.tt/3jKR2o5
how to notify streambuilder about signout /firebase auth
hi guys. i am having trouble signing out my user ! after the sign out button is pressed i can navigate user to another page but the user can stil see the same personal user uid. i think what i need to do is to notify the the streambuilder in main about it but i dont know how its done! anyone
October 09, 2020 at 12:59PM by reza7....@gmail.com
https://ift.tt/3jKR2o5
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:
Decode and display Json Data via Rest API
https://youtu.be/VXgiwbmV-tU
October 09, 2020 at 01:18PM by draculamasterwinzy
https://ift.tt/2FdAHJp
Decode and display Json Data via Rest API
https://youtu.be/VXgiwbmV-tU
October 09, 2020 at 01:18PM by draculamasterwinzy
https://ift.tt/2FdAHJp
YouTube
Flutter Parse JSON Data Into Text|Display Data From Json| Decoding Json to Text Flutter From RESTAPI
Decode and Parse Complex JSON obtained after sending post request to REST API into Text for Flutter⚡.Flutter Parse JSON Data Into Text|Display Data From Json...
New post on Flutter Dev Google group:
print statement is not working in a function
Hey guys if I make a print in the function lat() it's not getting printed on the console is there any way to prevent such behavior in the function cause I am not able to debug the application I am new to Dart/Flutter please help me guys I am actually trying to get the lat and long so that I can
October 09, 2020 at 03:28PM by raghav mri
https://ift.tt/3dbume6
print statement is not working in a function
Hey guys if I make a print in the function lat() it's not getting printed on the console is there any way to prevent such behavior in the function cause I am not able to debug the application I am new to Dart/Flutter please help me guys I am actually trying to get the lat and long so that I can
October 09, 2020 at 03:28PM by raghav mri
https://ift.tt/3dbume6
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:
How do I run the release build of Flutter app on android emulator?
I can use the debug build on emulator, but it the same thing as running the app in debug mode and is slow.How do I run the apks generated using the command
October 09, 2020 at 03:46PM by ToChaseAwayTheNight
https://ift.tt/34GWfHe
How do I run the release build of Flutter app on android emulator?
I can use the debug build on emulator, but it the same thing as running the app in debug mode and is slow.How do I run the apks generated using the command
flutter build apk
(the fat apk) or flutter build apk --split-per-abi
(the split apks) on an android emulator?Error: Could not parse error stringOctober 09, 2020 at 03:46PM by ToChaseAwayTheNight
https://ift.tt/34GWfHe
reddit
How do I run the release build of Flutter app on android emulator?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
consumables quantity in in_app_purchase
I'm using in_app_purchase: ^0.3.4+12 and flutter 1.22.0 Hi, I need to add multiple quantities of a consumable product. I know that *in_app_purchase* plugin exposes multiple StoreKit Wrappers and *SKPaymentWrapper* is the one for quantity. But, I don't know how to implement it. _buyProduct(Pr
October 09, 2020 at 04:30PM by Ankur Bansal
https://ift.tt/33JxVoR
consumables quantity in in_app_purchase
I'm using in_app_purchase: ^0.3.4+12 and flutter 1.22.0 Hi, I need to add multiple quantities of a consumable product. I know that *in_app_purchase* plugin exposes multiple StoreKit Wrappers and *SKPaymentWrapper* is the one for quantity. But, I don't know how to implement it. _buyProduct(Pr
October 09, 2020 at 04:30PM by Ankur Bansal
https://ift.tt/33JxVoR
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:
Day and Night Mood Animation - Flutter Animation
https://youtu.be/uS_SoJWzRXY
October 09, 2020 at 04:50PM by anwarabir
https://ift.tt/3db8sYz
Day and Night Mood Animation - Flutter Animation
https://youtu.be/uS_SoJWzRXY
October 09, 2020 at 04:50PM by anwarabir
https://ift.tt/3db8sYz
YouTube
Day and Night Mood Animation - Flutter Animation - Speed Code
In this flutter animation video, we fully focused on animation so we already provide our full UI in the starting section. We always try to provide a simple way of doing stuff and We just use AnimatedContainer and AnimatedPosition for building this animation…
New post on /r/flutterdev subreddit:
Flutter State Management using Provider
https://ift.tt/2HZ3wu7
October 09, 2020 at 04:33PM by iamshadmirza
https://ift.tt/3iP1cT7
Flutter State Management using Provider
https://ift.tt/2HZ3wu7
October 09, 2020 at 04:33PM by iamshadmirza
https://ift.tt/3iP1cT7
New post on /r/flutterdev subreddit:
Feedback & About Dialog (9) - Movie App | Industry Standard | Dev to Publish
https://youtu.be/HBpOtAe2fZc
October 09, 2020 at 04:25PM by prateeksharma1712
https://ift.tt/2SCTYHk
Feedback & About Dialog (9) - Movie App | Industry Standard | Dev to Publish
https://youtu.be/HBpOtAe2fZc
October 09, 2020 at 04:25PM by prateeksharma1712
https://ift.tt/2SCTYHk
YouTube
Feedback & About Dialog (9) - Movie App | Industry Standard | Dev to Publish
#MovieApp #ProApp #IndustryStandard #Plan #Develop #Publish #EndtoEnd #Wiredash #AboutApp
Join this channel to support the channel and get access to perks:
https://www.youtube.com/channel/UC3wqIkiaOUpO6EjJoCwH6_Q/join
I am bringing a series of videos for…
Join this channel to support the channel and get access to perks:
https://www.youtube.com/channel/UC3wqIkiaOUpO6EjJoCwH6_Q/join
I am bringing a series of videos for…
New post on Flutter Dev Google group:
Flutter Auto Rotate
How in Youtube app when viewing in landscape (let it be landscape right) then I rotate to landscape left, the video and all options rotate to landscape left. But When I am implementing the same within my app using SystemChrome.setPreferredOrientations, it is not working? Anyone help me where I
October 09, 2020 at 05:14PM by Yash Chandra verma
https://ift.tt/36NUfzx
Flutter Auto Rotate
How in Youtube app when viewing in landscape (let it be landscape right) then I rotate to landscape left, the video and all options rotate to landscape left. But When I am implementing the same within my app using SystemChrome.setPreferredOrientations, it is not working? Anyone help me where I
October 09, 2020 at 05:14PM by Yash Chandra verma
https://ift.tt/36NUfzx
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:
Need help for chat app
I have experience with flutter and APIs, now I am thinking of making a chat app where we can send text and images.Now I don't have any idea how to do deal with this, I mean real time chat and replies.What would be the best way to move forward and what all tech will be required.
October 09, 2020 at 06:18PM by simpdiepie
https://ift.tt/34ANr5C
Need help for chat app
I have experience with flutter and APIs, now I am thinking of making a chat app where we can send text and images.Now I don't have any idea how to do deal with this, I mean real time chat and replies.What would be the best way to move forward and what all tech will be required.
October 09, 2020 at 06:18PM by simpdiepie
https://ift.tt/34ANr5C
reddit
Need help for chat app
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Firebase Twitter Authentication
https://ift.tt/3dhezuu
October 09, 2020 at 06:39PM by Bustincherry
https://ift.tt/3iOMw6C
Flutter Firebase Twitter Authentication
https://ift.tt/3dhezuu
October 09, 2020 at 06:39PM by Bustincherry
https://ift.tt/3iOMw6C
joecherry.dev
Flutter Firebase Twitter Authentication
A tutorial on how to authenticate users in your Flutter apps with Twitter and Firebase
New post on /r/flutterdev subreddit:
There's only 14 animated icons and half of them are just reversed versions of the other half.
So 7 use cases is not enough for these. Just be careful if you implement them in your project, you may not have what you're looking for. Add->close is simple and has a high demand, and yet not implemented. I'm not sure where anyone's at on adding more, but the latest beta still has the same 14 (7). No idea on how to create a custom one for my project and not sure if it is worth the trouble or not.Maybe give a like to the issue for visibility? https://github.com/flutter/flutter/issues/42461
October 09, 2020 at 07:35PM by joeyda3rd
https://ift.tt/3lz0CL1
There's only 14 animated icons and half of them are just reversed versions of the other half.
So 7 use cases is not enough for these. Just be careful if you implement them in your project, you may not have what you're looking for. Add->close is simple and has a high demand, and yet not implemented. I'm not sure where anyone's at on adding more, but the latest beta still has the same 14 (7). No idea on how to create a custom one for my project and not sure if it is worth the trouble or not.Maybe give a like to the issue for visibility? https://github.com/flutter/flutter/issues/42461
October 09, 2020 at 07:35PM by joeyda3rd
https://ift.tt/3lz0CL1
GitHub
AnimatedIcons class needs more icons · Issue #42461 · flutter/flutter
Fourteen icons are not enough, especially since many of them are just the reverse animation of each other. Specifically, I need add_close which would animate a plus symbol to an X.
New tweet from FlutterDev:
⏰ Time is running out ➡️ Don't forget to submit your app for the 2020 Material Design Awards and help us celebrate the products that bring the system to life!
📅 Deadline: October 16th 📅
🏆 https://t.co/TdGZe7xOwL— Material Design (@materialdesign) October 5, 2020
October 09, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1314626683371171842
⏰ Time is running out ➡️ Don't forget to submit your app for the 2020 Material Design Awards and help us celebrate the products that bring the system to life!
📅 Deadline: October 16th 📅
🏆 https://t.co/TdGZe7xOwL— Material Design (@materialdesign) October 5, 2020
October 09, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1314626683371171842
Google Design
2020 Material Design Awards - Library - Google Design
Nominate your product for a 2020 Material Design Award and help us showcase the flexibility and capability of the Material Design system
New post on /r/flutterdev subreddit:
Bottom Sheet - Permanent & Persistent - Flutter (Tutorial)
https://www.youtube.com/watch?v=84OuUPoO8ng
October 09, 2020 at 07:49PM by JohannesMilke
https://ift.tt/33JRX2s
Bottom Sheet - Permanent & Persistent - Flutter (Tutorial)
https://www.youtube.com/watch?v=84OuUPoO8ng
October 09, 2020 at 07:49PM by JohannesMilke
https://ift.tt/33JRX2s
YouTube
Flutter Tutorial - Bottom Sheet - Permanent & Persistent
Create a persistent bottom sheet in your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bottom_sheet_persistent
- Buy My Courses: https://j…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bottom_sheet_persistent
- Buy My Courses: https://j…
New post on Flutter Dev Google group:
Flutter aad_oauth - How to get back to mobile app after the Microsoft authentication.
I created a mobile application using Flutter with Microsoft Azure. Basically, I would like to access the Azure Functions using the Microsoft account. Using my app I was able to access through web browser the Microsoft identity platform, I could Sign In using my credentials, but after that I
October 09, 2020 at 08:45PM by Vinícius Passarella
https://ift.tt/2IfvDp9
Flutter aad_oauth - How to get back to mobile app after the Microsoft authentication.
I created a mobile application using Flutter with Microsoft Azure. Basically, I would like to access the Azure Functions using the Microsoft account. Using my app I was able to access through web browser the Microsoft identity platform, I could Sign In using my credentials, but after that I
October 09, 2020 at 08:45PM by Vinícius Passarella
https://ift.tt/2IfvDp9
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:
Flutter Shape Maker | Auto-Generate Custom Paint Code
https://www.youtube.com/watch?v=AnKgtKxRLX4
October 09, 2020 at 09:53PM by Elixane
https://ift.tt/2I6j3bA
Flutter Shape Maker | Auto-Generate Custom Paint Code
https://www.youtube.com/watch?v=AnKgtKxRLX4
October 09, 2020 at 09:53PM by Elixane
https://ift.tt/2I6j3bA
YouTube
Flutter Shape Maker | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial
#flutter #custompaint #shapemaker
This is an announcement video for "Flutter Shape Maker" which is a new Tool to Auto-Generate Custom Paint code by Hand Made shape. We will go through the features provided by this app and will create a Bottom Navigation…
This is an announcement video for "Flutter Shape Maker" which is a new Tool to Auto-Generate Custom Paint code by Hand Made shape. We will go through the features provided by this app and will create a Bottom Navigation…
New post on /r/flutterdev subreddit:
[flutter-builder] generate flutter widget tree with typescript. (Just released!)
just released "flutter-builder" -- a oop based js/ts flutter widget tree builder for nodejs (star it if you like!)All major standard widgets and dart types are supported wrapped with typescript.this can be used for sketch / figma plugin development for flutter. with general usage coverage. https://github.com/bridgedxyz/flutter-builderthis package enables you to generate flutter code from web/server platform. written in pure typescript. use flutter syntax from js for ease of development. and complex tree building.example ``` ts const text = new Text("this is written in typescript", {textStyle: new TextStyle(color: Colors.black)}) console.log(text.build().finalize())// >> // Text("this is written in typescript", textStyle: TextStyle(color: Colors.black))const text = new Text("this is written in typescript", {textStyle: new TextStyle(color: Colors.black)})const row = new Row({children: [ text, ]})console.log(row.build().finalize())// >> // Row( // children: [ // Text("this is written in typescript", textStyle: TextStyle(color: Colors.black)) // ] // ); ```
October 09, 2020 at 10:50PM by softmarshmallow
https://ift.tt/3iLqJgb
[flutter-builder] generate flutter widget tree with typescript. (Just released!)
just released "flutter-builder" -- a oop based js/ts flutter widget tree builder for nodejs (star it if you like!)All major standard widgets and dart types are supported wrapped with typescript.this can be used for sketch / figma plugin development for flutter. with general usage coverage. https://github.com/bridgedxyz/flutter-builderthis package enables you to generate flutter code from web/server platform. written in pure typescript. use flutter syntax from js for ease of development. and complex tree building.example ``` ts const text = new Text("this is written in typescript", {textStyle: new TextStyle(color: Colors.black)}) console.log(text.build().finalize())// >> // Text("this is written in typescript", textStyle: TextStyle(color: Colors.black))const text = new Text("this is written in typescript", {textStyle: new TextStyle(color: Colors.black)})const row = new Row({children: [ text, ]})console.log(row.build().finalize())// >> // Row( // children: [ // Text("this is written in typescript", textStyle: TextStyle(color: Colors.black)) // ] // ); ```
October 09, 2020 at 10:50PM by softmarshmallow
https://ift.tt/3iLqJgb
GitHub
bridgedxyz/flutter-builder
flutter widget builder for nodejs. Contribute to bridgedxyz/flutter-builder development by creating an account on GitHub.