New post on Flutter Dev Google group:
Trouble parsing flags in an XML document.
I have an XML document which implements some flags like this: bool hasOPTIONA = false; bool hasOPTIONB = false; Iterable
Trouble parsing flags in an XML document.
I have an XML document which implements some flags like this: bool hasOPTIONA = false; bool hasOPTIONB = false; Iterable
New post on /r/flutterdev subreddit:
Netflix UI Redesign | Speed Code
https://youtu.be/sgfMdhV4HQI
October 05, 2019 at 01:56PM by Marcus-Ng
https://ift.tt/2OkZj5e
Netflix UI Redesign | Speed Code
https://youtu.be/sgfMdhV4HQI
October 05, 2019 at 01:56PM by Marcus-Ng
https://ift.tt/2OkZj5e
YouTube
Flutter Netflix UI Redesign | Speed Code
» Check out my Flutter courses on Launch Club 🧠
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build a Netflix redesign.
» Remember to like, subscribe…
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build a Netflix redesign.
» Remember to like, subscribe…
New post on /r/flutterdev subreddit:
A minimal Quotes application
A Flutter application which has 3500+ quotes to offer and motivate your daily life.GitHub repositoryNeed someone to collaborate in this project.
October 05, 2019 at 03:29PM by chif_
https://ift.tt/2LLt51c
A minimal Quotes application
A Flutter application which has 3500+ quotes to offer and motivate your daily life.GitHub repositoryNeed someone to collaborate in this project.
October 05, 2019 at 03:29PM by chif_
https://ift.tt/2LLt51c
GitHub
Imgkl/Quote
Contribute to Imgkl/Quote development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
#7 Align Widget Flutter
https://youtu.be/_nwQTA6aLDc
October 05, 2019 at 08:26PM by systechdevelopers
https://ift.tt/31PFsz3
#7 Align Widget Flutter
https://youtu.be/_nwQTA6aLDc
October 05, 2019 at 08:26PM by systechdevelopers
https://ift.tt/31PFsz3
YouTube
#7 Widget Align | Flutter Tutorial | Google
#7 flutter widget align.
New post on Flutter Dev Google group:
Firebase functions
Can anybody help me in serialise and deserialise JSON in firebase functions using typescript
October 05, 2019 at 09:10PM by Hassain
https://ift.tt/2noKhAq
Firebase functions
Can anybody help me in serialise and deserialise JSON in firebase functions using typescript
October 05, 2019 at 09:10PM by Hassain
https://ift.tt/2noKhAq
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:
Github Action Workflow to Build and Deploy Flutter Web app to Firebase Hosting
https://ift.tt/2LN2u3Z
October 05, 2019 at 09:31PM by EngineerScientist
https://ift.tt/2Vgfu55
Github Action Workflow to Build and Deploy Flutter Web app to Firebase Hosting
https://ift.tt/2LN2u3Z
October 05, 2019 at 09:31PM by EngineerScientist
https://ift.tt/2Vgfu55
Gist
Build and Deploy Flutter Website to Flirebase Hosting
Build and Deploy Flutter Website to Flirebase Hosting - flutter_web_github_workflow.yml
New post on /r/flutterdev subreddit:
VScode + Flutter?
Hello reddit.I am new to Flutter, and I have an old laptop, so I wanted to avoid Android Studio, as it not a really good and smooth experience at all.I saw on the internet that you can use vscode to develop iOS/Android apps as well, but I also saw that you need an emulator to test your app.Is there any easy way to test your app directly on your phone?(My laptop's OS: Ubuntu 18.04,My phone's OS: Android 6.0.1 ).Thank you.
October 05, 2019 at 10:09PM by Andry60351
https://ift.tt/30Qcuhd
VScode + Flutter?
Hello reddit.I am new to Flutter, and I have an old laptop, so I wanted to avoid Android Studio, as it not a really good and smooth experience at all.I saw on the internet that you can use vscode to develop iOS/Android apps as well, but I also saw that you need an emulator to test your app.Is there any easy way to test your app directly on your phone?(My laptop's OS: Ubuntu 18.04,My phone's OS: Android 6.0.1 ).Thank you.
October 05, 2019 at 10:09PM by Andry60351
https://ift.tt/30Qcuhd
reddit
VScode + Flutter?
Hello reddit. I am new to Flutter, and I have an old laptop, so I wanted to avoid Android Studio and emulators, as that's not a really good and...
New post on /r/flutterdev subreddit:
Update to Money2 - looking for reviewers
We have just pushed an update to the Money2 package (1.2.0).https://pub.dev/packages/money2The Money2 package provides set of simple to use classes for handling Money and Currencies.Currency usdCurrency = Currency.create('USD', 2);Money costPrice = Money.parse("$10.99", usdCurrency);print(costPrice.format("SCC0.0)); > $US10.99print(costPrice.format("S0)); > $10The update includes a couple of minor but nice changes.We have deprecated the 'fromString' methods in favour of 'parse' methods.This bring the package in line with the BigInt class and broader dart conventions.We have also added a new Money.from(num) method which allows you to directly instantiate a Money instance from an int or a double.Note these are convenience methods and in particular you shouldn't transport money using a double as you will have rounding errors.Help WantedLastly we are looking for reviewers to provide feedback on the library and in particular the documentation.I believe the most important feature of a library is its documentation. Specifically we are looking for feed back on:
October 06, 2019 at 02:52AM by bsutto
https://ift.tt/2LP5ddf
Update to Money2 - looking for reviewers
We have just pushed an update to the Money2 package (1.2.0).https://pub.dev/packages/money2The Money2 package provides set of simple to use classes for handling Money and Currencies.Currency usdCurrency = Currency.create('USD', 2);Money costPrice = Money.parse("$10.99", usdCurrency);print(costPrice.format("SCC0.0)); > $US10.99print(costPrice.format("S0)); > $10The update includes a couple of minor but nice changes.We have deprecated the 'fromString' methods in favour of 'parse' methods.This bring the package in line with the BigInt class and broader dart conventions.We have also added a new Money.from(num) method which allows you to directly instantiate a Money instance from an int or a double.Note these are convenience methods and in particular you shouldn't transport money using a double as you will have rounding errors.Help WantedLastly we are looking for reviewers to provide feedback on the library and in particular the documentation.I believe the most important feature of a library is its documentation. Specifically we are looking for feed back on:
October 06, 2019 at 02:52AM by bsutto
https://ift.tt/2LP5ddf
Dart packages
money2 | Dart package
Money and Currency classes with fixed precision maths, parsing and formatting. (Money.parse('$2010.00') * 10).format('S CC#,##0') -> $ US20,100
New post on /r/flutterdev subreddit:
Flutter For Web, Do you need React Js?
Looking to master the flutter framework, hoping that short circuits the need for Java for Android, Swift for iOS and ReactJS for Web frontendsIs It necessary To Learn React Js To Build Web Frontends Since Flutter Now Has Web Support
October 06, 2019 at 09:10AM by adeohluwa
https://ift.tt/2oUWj4P
Flutter For Web, Do you need React Js?
Looking to master the flutter framework, hoping that short circuits the need for Java for Android, Swift for iOS and ReactJS for Web frontendsIs It necessary To Learn React Js To Build Web Frontends Since Flutter Now Has Web Support
October 06, 2019 at 09:10AM by adeohluwa
https://ift.tt/2oUWj4P
reddit
Flutter For Web, Do you need React Js?
Looking to master the flutter framework, hoping that short circuits the need for Java for Android, Swift for iOS and ReactJS for Web frontends...
New post on /r/flutterdev subreddit:
How do you get Visual Code to color the "()", "{}", and "[]".
I saw peoples visual code where you can easily identify the closing as they were each colored
October 06, 2019 at 08:54AM by purplegreencab
https://ift.tt/2OpFQR4
How do you get Visual Code to color the "()", "{}", and "[]".
I saw peoples visual code where you can easily identify the closing as they were each colored
October 06, 2019 at 08:54AM by purplegreencab
https://ift.tt/2OpFQR4
reddit
How do you get Visual Code to color the "()", "{}", and "[]".
I saw peoples visual code where you can easily identify the closing as they were each colored
New post on Flutter Dev Google group:
Flutter - Offline (SQLLite) and Online (MySQL)
Hi, I need to a application for which most of users are on move and without internet. How can we synchronize Data between SQLLite and MySQL. Please suggest, any other better combination for Offline and Online. Deepak Arora +91 9810941041
October 06, 2019 at 10:43AM by Deepak Arora
https://ift.tt/2It254x
Flutter - Offline (SQLLite) and Online (MySQL)
Hi, I need to a application for which most of users are on move and without internet. How can we synchronize Data between SQLLite and MySQL. Please suggest, any other better combination for Offline and Online. Deepak Arora +91 9810941041
October 06, 2019 at 10:43AM by Deepak Arora
https://ift.tt/2It254x
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:
Any one from Faridabad please mail me.
Please mail me if someone is from Faridabad. We may start group sessions in Faridabad.
October 06, 2019 at 10:52AM by Deepak Arora
https://ift.tt/2Vg30KM
Any one from Faridabad please mail me.
Please mail me if someone is from Faridabad. We may start group sessions in Faridabad.
October 06, 2019 at 10:52AM by Deepak Arora
https://ift.tt/2Vg30KM
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:
sliding_panel just got a massive update!
https://gph.is/g/46g5WQxHello all, I just pushed a major update to sliding_panel package. Just as you want it!The release brings some breaking API changes, a whole new underlying mechanism, some enhancements and much more......You know, now you can put a Scrollable content inside the panel, so that you can drag and scroll the panel simultaneously. Does this sound good? Let me know in the comments.For changes, visit Changelog. For older version users, you may want to go through Migration guide.Get it from here: pub.dev
October 06, 2019 at 11:46AM by RaviKavaiya
https://ift.tt/30PK6LZ
sliding_panel just got a massive update!
https://gph.is/g/46g5WQxHello all, I just pushed a major update to sliding_panel package. Just as you want it!The release brings some breaking API changes, a whole new underlying mechanism, some enhancements and much more......You know, now you can put a Scrollable content inside the panel, so that you can drag and scroll the panel simultaneously. Does this sound good? Let me know in the comments.For changes, visit Changelog. For older version users, you may want to go through Migration guide.Get it from here: pub.dev
October 06, 2019 at 11:46AM by RaviKavaiya
https://ift.tt/30PK6LZ
New post on /r/flutterdev subreddit:
Best practice for implement multiple profiles with provider package
Hey,I'm currently playing auround with flutter and want to design the app so that I can reach and use multiple endpoints.The profiles should also be able to be changed during use.How do you do something like that with the provider package?If I understood correctly, I can not simply replace the provider during the term.Would it be smarter to build a static repository containing a map? For example, access Map <String profilename, Profile profile> or are there any techniques I've overlooked?
October 06, 2019 at 02:05PM by papayawhip476
https://ift.tt/30RYfbu
Best practice for implement multiple profiles with provider package
Hey,I'm currently playing auround with flutter and want to design the app so that I can reach and use multiple endpoints.The profiles should also be able to be changed during use.How do you do something like that with the provider package?If I understood correctly, I can not simply replace the provider during the term.Would it be smarter to build a static repository containing a map? For example, access Map <String profilename, Profile profile> or are there any techniques I've overlooked?
October 06, 2019 at 02:05PM by papayawhip476
https://ift.tt/30RYfbu
reddit
Best practice for implement multiple profiles with provider package
Hey, I'm currently playing auround with flutter and want to design the app so that I can reach and use multiple endpoints. The profiles should...
New post on /r/flutterdev subreddit:
Arduino and Flutter (Bluetooth)
Hi all! ☺️I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The Arduino and phone will communicate via Bluetooth.I've heard about Flutter Blue but I have no idea how to use it. But I think I have a general idea of how Flutter works; widgets and all that.Can anyone guide me on how to implement Bluetooth into the Android app? Thanks!😊
October 06, 2019 at 02:00PM by ningaman151
https://ift.tt/331Z2YW
Arduino and Flutter (Bluetooth)
Hi all! ☺️I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The Arduino and phone will communicate via Bluetooth.I've heard about Flutter Blue but I have no idea how to use it. But I think I have a general idea of how Flutter works; widgets and all that.Can anyone guide me on how to implement Bluetooth into the Android app? Thanks!😊
October 06, 2019 at 02:00PM by ningaman151
https://ift.tt/331Z2YW
reddit
Arduino and Flutter (Bluetooth)
Hi all! ☺️ I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The...
New post on /r/flutterdev subreddit:
drag_select_grid_view: A grid that supports both dragging and tapping to select its items.
Hey, folks.I've been working on this package for a while, and now I'm glad to share drag_select_grid_view with you. This grid allows a Google Photos style selection, and should be very easy to use, once you are familiar with GridView.builder.Despite being exhaustively tested and probably ready for production, this is the initial release, so it's not quite polished and lack some features. I'm counting on you to give me feedbacks, open issues, send PRs, and make this library a top-level one!Thanks 😄
October 06, 2019 at 05:02PM by hugocastelani
https://ift.tt/2OmQQ1h
drag_select_grid_view: A grid that supports both dragging and tapping to select its items.
Hey, folks.I've been working on this package for a while, and now I'm glad to share drag_select_grid_view with you. This grid allows a Google Photos style selection, and should be very easy to use, once you are familiar with GridView.builder.Despite being exhaustively tested and probably ready for production, this is the initial release, so it's not quite polished and lack some features. I'm counting on you to give me feedbacks, open issues, send PRs, and make this library a top-level one!Thanks 😄
October 06, 2019 at 05:02PM by hugocastelani
https://ift.tt/2OmQQ1h
Dart packages
drag_select_grid_view | Flutter package
Grid that supports both dragging and tapping to select its items.
New post on /r/flutterdev subreddit:
OPENING GRADLE Crashes the project
https://ift.tt/2nrIdYs
October 06, 2019 at 05:24PM by nblogist
https://ift.tt/2OoNcUQ
OPENING GRADLE Crashes the project
https://ift.tt/2nrIdYs
October 06, 2019 at 05:24PM by nblogist
https://ift.tt/2OoNcUQ
reddit
[Android] Gradle File error in Flutter crashing the project
So, I am doing the Uber clone tutorial on flutter and firebase on YouTube, while doing that it asks to open Gradle file and eddit there, but as...
New post on /r/flutterdev subreddit:
#8 FlatButton Widget Flutter
https://youtu.be/glnLzy9aHZg
October 06, 2019 at 06:46PM by systechdevelopers
https://ift.tt/35eKpTZ
#8 FlatButton Widget Flutter
https://youtu.be/glnLzy9aHZg
October 06, 2019 at 06:46PM by systechdevelopers
https://ift.tt/35eKpTZ
YouTube
#8 Widget FlatButton | Flutter Tutorial | Google
#8 flutter widget flatbutton.
New post on /r/flutterdev subreddit:
Create a Flutter app showing a 3d object which is moved by the external device.
https://youtu.be/FMZO4UTVZBk
October 06, 2019 at 07:09PM by XBriefer
https://ift.tt/31Rvtcv
Create a Flutter app showing a 3d object which is moved by the external device.
https://youtu.be/FMZO4UTVZBk
October 06, 2019 at 07:09PM by XBriefer
https://ift.tt/31Rvtcv
YouTube
ESP32 | FLUTTER | BLE - MPU6050, Rotate your 3d object in the app
In this video, I show you how to use the MPU6050 Accelerometer and Gyroscope sensor with the ESP32. First, I will explain how the MPU6050 works and how to read the data from it, and then we will make a flutter application for a 3D visualization of the sensor…
New post on /r/flutterdev subreddit:
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical screen is round cornered but the page itself is rectangular.I tried
October 06, 2019 at 06:53PM by a9udn9u
https://ift.tt/333GJCA
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical screen is round cornered but the page itself is rectangular.I tried
MediaQuery.of(context).viewPadding
, on iPhone using the bottom padding as border radius worked fine, but on the Pixel bottom padding is 0. The top padding didn't work on either devices because it's larger than the border radius.Is there a way to get the physical screen border radius in Flutter?October 06, 2019 at 06:53PM by a9udn9u
https://ift.tt/333GJCA
reddit
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical...
New post on /r/flutterdev subreddit:
On-screen joystick/joypad game controller with Flame and Flutter — JapAlekhin
https://ift.tt/31R7Fpf
October 06, 2019 at 08:49PM by japalekhin
https://ift.tt/2MnI1lc
On-screen joystick/joypad game controller with Flame and Flutter — JapAlekhin
https://ift.tt/31R7Fpf
October 06, 2019 at 08:49PM by japalekhin
https://ift.tt/2MnI1lc
JapAlekhin
On-screen joystick/joypad game controller with Flame — JapAlekhin
Recently, I’ve posted a tutorial on how to make an on-screen gamepad controller. While it would be helpful, most modern consoles with controllers now support joystick as the main directional controls (or at least have a joystick beside the conventional arrows).…