New post on /r/flutterdev subreddit:
Beginner app developer
Hello all,i’m currently on my own personal journey to learn how to code (currently day 4). I’d like to develop a text heavy educational app for students and qualified professionals.I was just in the process of deciding between react native and Flutter (as they allow cross-platform development) and i had a few questions i was just hoping someone could help clarify:a) is flutter a good platform to develop an app which will have a lot of text/ content?b) what are some of its limitations?c) why would you choose it over react native?Thank you all for the answers you might provide :)!
May 07, 2020 at 04:58PM by mriaz95
https://ift.tt/2zhKoDu
Beginner app developer
Hello all,i’m currently on my own personal journey to learn how to code (currently day 4). I’d like to develop a text heavy educational app for students and qualified professionals.I was just in the process of deciding between react native and Flutter (as they allow cross-platform development) and i had a few questions i was just hoping someone could help clarify:a) is flutter a good platform to develop an app which will have a lot of text/ content?b) what are some of its limitations?c) why would you choose it over react native?Thank you all for the answers you might provide :)!
May 07, 2020 at 04:58PM by mriaz95
https://ift.tt/2zhKoDu
reddit
Beginner app developer
Hello all, i’m currently on my own personal journey to learn how to code (currently day 4). I’d like to develop a text heavy educational app for...
New post on /r/flutterdev subreddit:
Configure your Flutter Environment in the Proper Way
https://ift.tt/2XM33Bx
May 07, 2020 at 02:30PM by msemenistyi
https://ift.tt/3bdus2i
Configure your Flutter Environment in the Proper Way
https://ift.tt/2XM33Bx
May 07, 2020 at 02:30PM by msemenistyi
https://ift.tt/3bdus2i
Offshore Custom Software Development Company | Binary Studio, Ukraine
Configure your Flutter Environment in the Proper Way | Binary Studio
If you ever were curious about the different techniques of environment configuration in Flutter, you definitely have to read this article.
New post on /r/flutterdev subreddit:
Lara Martín: WebViews on Flutter. Does it really work?
https://www.youtube.com/watch?v=nwxoZxC63yM&feature=share
May 07, 2020 at 06:06PM by Pixelreddit
https://ift.tt/2YJS1NM
Lara Martín: WebViews on Flutter. Does it really work?
https://www.youtube.com/watch?v=nwxoZxC63yM&feature=share
May 07, 2020 at 06:06PM by Pixelreddit
https://ift.tt/2YJS1NM
YouTube
Lara Martín: WebViews on Flutter. Does it really work?
WebViews are not the most loved UI controllers, but they have been used on Android and iOS for a very long time. Now we are all building apps with Flutter, s...
New tweet from FlutterDev:
🌐🧭Navigating URLs using named routes!
Named routes can be used to navigate between pages in a Flutter mobile app, but they also work for URLs in your web apps. Learn how to add named routes to your app, and customize them.
Article by @perclasson → https://t.co/ivzvdRmgHC pic.twitter.com/QgELwTUQBy— Flutter (@FlutterDev) May 7, 2020
May 07, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1258427097220931584
🌐🧭Navigating URLs using named routes!
Named routes can be used to navigate between pages in a Flutter mobile app, but they also work for URLs in your web apps. Learn how to add named routes to your app, and customize them.
Article by @perclasson → https://t.co/ivzvdRmgHC pic.twitter.com/QgELwTUQBy— Flutter (@FlutterDev) May 7, 2020
May 07, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1258427097220931584
Twitter
Per Classon (@perclasson) | Twitter
The latest Tweets from Per Classon (@perclasson). Software Engineer, working with Material Design and Flutter, from Stockholm living in Munich
New post on Flutter Dev Google group:
Using Platform Channels on Windows to implement platform specific code.
Hi, Although desktop support for Windows is still in early stages, I've decided to go ahead with using flutter, as I believe long term is it a great solution for writing a multi platform app. I have a simple app where I now want to implement some serial driver functionality, so for now that
May 07, 2020 at 06:21PM by Nicholas Savva
https://ift.tt/35EuhvP
Using Platform Channels on Windows to implement platform specific code.
Hi, Although desktop support for Windows is still in early stages, I've decided to go ahead with using flutter, as I believe long term is it a great solution for writing a multi platform app. I have a simple app where I now want to implement some serial driver functionality, so for now that
May 07, 2020 at 06:21PM by Nicholas Savva
https://ift.tt/35EuhvP
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 tweet from FlutterDev:
The #BoringShow 🎉
🐯No tigers were harmed in the production of this series.@Fitzface and @bouncingsheep troubleshoot a playback button that never plays from the downloaded mp3, and a download button that still shows after downloading is done.
Watch → https://t.co/kIP7IMRcw9 pic.twitter.com/IzOsiCVw35— Flutter (@FlutterDev) May 7, 2020
May 07, 2020 at 07:57PM
http://twitter.com/FlutterDev/status/1258455885451390976
The #BoringShow 🎉
🐯No tigers were harmed in the production of this series.@Fitzface and @bouncingsheep troubleshoot a playback button that never plays from the downloaded mp3, and a download button that still shows after downloading is done.
Watch → https://t.co/kIP7IMRcw9 pic.twitter.com/IzOsiCVw35— Flutter (@FlutterDev) May 7, 2020
May 07, 2020 at 07:57PM
http://twitter.com/FlutterDev/status/1258455885451390976
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Handling both iOS/Android Firebase Messaging Payloads
I want to be able to handle iOS and Android notifications using Firebase Messaging.I followed a tutorial in which the person received notification payloads in this format on Android:notification:{ title: "title" , body: "body" } }However on iOS I am receiving a payload in this format:aps:{ alert:{ title: "title" , body: "body" } }What is the best way to handle this within Flutter when configuring firebase messaging like below?
May 07, 2020 at 08:50PM by tampacsthrowaway
https://ift.tt/2A3mpYR
Handling both iOS/Android Firebase Messaging Payloads
I want to be able to handle iOS and Android notifications using Firebase Messaging.I followed a tutorial in which the person received notification payloads in this format on Android:notification:{ title: "title" , body: "body" } }However on iOS I am receiving a payload in this format:aps:{ alert:{ title: "title" , body: "body" } }What is the best way to handle this within Flutter when configuring firebase messaging like below?
_firebaseMessaging.configure( onMessage: (Map<String, dynamic> message) async { showDialog( context: context, builder: (context) => AlertDialog( content: ListTile( title: Text(message['aps']['alert']['title']), subtitle: Text(message['aps']['alert']['body']), ), actions: <Widget>[ FlatButton( child: Text("Dismiss"), onPressed: () => Navigator.of(context).pop(), ) ], ), ); },
May 07, 2020 at 08:50PM by tampacsthrowaway
https://ift.tt/2A3mpYR
reddit
Handling both iOS/Android Firebase Messaging Payloads
I want to be able to handle iOS and Android notifications using Firebase Messaging. I followed a tutorial in which the person received...
New post on /r/flutterdev subreddit:
Exclusive Sneak Peak to Dart 2.9 Breaking Changes
https://youtu.be/JYWrQ82rGxc
May 07, 2020 at 10:00PM by thehappyharis
https://ift.tt/3fvMPmw
Exclusive Sneak Peak to Dart 2.9 Breaking Changes
https://youtu.be/JYWrQ82rGxc
May 07, 2020 at 10:00PM by thehappyharis
https://ift.tt/3fvMPmw
YouTube
Exclusive Sneak Peak to Dart Breaking Changes
The sneak peak to Dart Breaking Changes. Good luck and all the best. Yikes. I also shared on the improved performance of Flutter Web. Check out at the later part of the video on how fast the Flutter Gallery website loads.
12:06 Attempt to use on current…
12:06 Attempt to use on current…
New post on /r/flutterdev subreddit:
Flutter web support updates, BigQuery materialized views, Cloud Spanner ...
https://www.youtube.com/watch?v=gx7vUyl-HXs&feature=share
May 07, 2020 at 11:12PM by Pixelreddit
https://ift.tt/2L7vXEr
Flutter web support updates, BigQuery materialized views, Cloud Spanner ...
https://www.youtube.com/watch?v=gx7vUyl-HXs&feature=share
May 07, 2020 at 11:12PM by Pixelreddit
https://ift.tt/2L7vXEr
YouTube
Flutter web support updates, BigQuery materialized views, Cloud Spanner emulator, & more!
TL;DR 202 | The Google Developer News Show •Flutter web support updates (Flutter) → https://goo.gle/2zdeWpQ •BigQuery: Efficient new views and Cloud AI integ...
New post on /r/flutterdev subreddit:
Mapbox Geocoding API Library
https://ift.tt/35Lq5KH
May 08, 2020 at 01:47AM by berkayoruc
https://ift.tt/3ccsVeg
Mapbox Geocoding API Library
https://ift.tt/35Lq5KH
May 08, 2020 at 01:47AM by berkayoruc
https://ift.tt/3ccsVeg
Dart packages
mapbox_geocoding | Dart Package
Mapbox Geocoding API library in order to make forward and reverse geocoding.
New post on /r/flutterdev subreddit:
Flutter Super State: Simple State Management for Flutter (with async support)
https://ift.tt/2A9zwbc
May 08, 2020 at 12:54AM by Cretezy
https://ift.tt/3ccsXTq
Flutter Super State: Simple State Management for Flutter (with async support)
https://ift.tt/2A9zwbc
May 08, 2020 at 12:54AM by Cretezy
https://ift.tt/3ccsXTq
DEV Community
Flutter Super State: Simple State Management for Flutter
A simple state management library for Flutter (with async support). Guiding you through setting up a sample application.
New post on Flutter Dev Google group:
DataTable synced with firebase
How can I make a datatable if I have the DataRow labels stored in firebase? And how can I update it once I have a new DataRow label in firebase? Need urgent help! Thanks in advance for helping!
May 08, 2020 at 12:23AM by Jonas Riesen
https://ift.tt/3dqnN6f
DataTable synced with firebase
How can I make a datatable if I have the DataRow labels stored in firebase? And how can I update it once I have a new DataRow label in firebase? Need urgent help! Thanks in advance for helping!
May 08, 2020 at 12:23AM by Jonas Riesen
https://ift.tt/3dqnN6f
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:
How to generate hive boxes?
Hi, How to generate hive database boxes as per user click event. Like user creating data table, in that adding hive box name, and also HiveFields String variable names. Here main thing I want to know, how to generate hive boxes on user click event by filling data form to generate data table.
May 08, 2020 at 12:50AM by Gulam Fahad Ahmed
https://ift.tt/35HE9Fd
How to generate hive boxes?
Hi, How to generate hive database boxes as per user click event. Like user creating data table, in that adding hive box name, and also HiveFields String variable names. Here main thing I want to know, how to generate hive boxes on user click event by filling data form to generate data table.
May 08, 2020 at 12:50AM by Gulam Fahad Ahmed
https://ift.tt/35HE9Fd
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:
Exclusive Sneak Peak to Dart Breaking Changes
https://www.youtube.com/watch?v=JYWrQ82rGxc&feature=youtu.be
May 08, 2020 at 02:22AM by thehappyharis
https://ift.tt/3cqvJ7L
Exclusive Sneak Peak to Dart Breaking Changes
https://www.youtube.com/watch?v=JYWrQ82rGxc&feature=youtu.be
May 08, 2020 at 02:22AM by thehappyharis
https://ift.tt/3cqvJ7L
YouTube
Exclusive Sneak Peak to Dart Breaking Changes
The sneak peak to Dart Breaking Changes. Good luck and all the best. Yikes. I also shared on the improved performance of Flutter Web. Check out at the later part of the video on how fast the Flutter Gallery website loads.
12:06 Attempt to use on current…
12:06 Attempt to use on current…
New post on Flutter Dev Google group:
1.17 not working with some packages (Google FireStore)
——— These 2 work —— firebase_core: ^0.4.4+3 google_sign_in: ^4.4.4 ——— These 4 do not work (crashes Flutter) —— cloud_firestore: ^0.13.5 firebase_storage: ^3.1.5 firebase_core: ^0.4.4+3 firebase_admob: ^0.9.3+2 I've tried dozens of combinations, all of the above packages were
May 08, 2020 at 03:12AM by jerry hamby
https://ift.tt/3cgjKt1
1.17 not working with some packages (Google FireStore)
——— These 2 work —— firebase_core: ^0.4.4+3 google_sign_in: ^4.4.4 ——— These 4 do not work (crashes Flutter) —— cloud_firestore: ^0.13.5 firebase_storage: ^3.1.5 firebase_core: ^0.4.4+3 firebase_admob: ^0.9.3+2 I've tried dozens of combinations, all of the above packages were
May 08, 2020 at 03:12AM by jerry hamby
https://ift.tt/3cgjKt1
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 Plugin's 3rd party integration for code coverage, build passing, provider, gitter etc
I have developed Flutter Plugin for developers to help common feature implementation for any standard business application. Here is plugin reference links. *GitHub*: https://ift.tt/35IRm09 *Pub.dev*: https://ift.tt/2LcDuC9 My goal is to give 'all in one'
May 08, 2020 at 04:28AM by Vishal Patel
https://ift.tt/3chPpKE
Flutter Plugin's 3rd party integration for code coverage, build passing, provider, gitter etc
I have developed Flutter Plugin for developers to help common feature implementation for any standard business application. Here is plugin reference links. *GitHub*: https://ift.tt/35IRm09 *Pub.dev*: https://ift.tt/2LcDuC9 My goal is to give 'all in one'
May 08, 2020 at 04:28AM by Vishal Patel
https://ift.tt/3chPpKE
GitHub
techgrains/TGFramework-Flutter
TGFramework is to provide developer friendly library, that can help to improve feature development rather focusing on common structure creation during mobile app development. - techgrains/TGFramew...
New post on Flutter Dev Google group:
ORDER by recent to old
Hello guys, I have a list of images that i would like the pictures to show from new to old. I tries doing ".orderBy("timestamp"), where timestap is the time. It shows from old to new. Is there a way to make it so it shows from new to old? Please help! Thanks a lot. getImagesByFolderAndUserId(U
May 08, 2020 at 05:29AM by Mahmoud Alminawi
https://ift.tt/2WGh69q
ORDER by recent to old
Hello guys, I have a list of images that i would like the pictures to show from new to old. I tries doing ".orderBy("timestamp"), where timestap is the time. It shows from old to new. Is there a way to make it so it shows from new to old? Please help! Thanks a lot. getImagesByFolderAndUserId(U
May 08, 2020 at 05:29AM by Mahmoud Alminawi
https://ift.tt/2WGh69q
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:
Need help in creating a Flutter Website using Flutter Sample code Gallery
Hi, Can anyone please guide me for my project, I want to create a Website using Flutter , So is it possible to use the Sample Code Gallery or any other provided by the Flutter team as a template to fast track the development time ? Kindly please with some documentation link or Video guide on
May 08, 2020 at 07:52AM by Yotta Bytes Solution
https://ift.tt/3djlIsW
Need help in creating a Flutter Website using Flutter Sample code Gallery
Hi, Can anyone please guide me for my project, I want to create a Website using Flutter , So is it possible to use the Sample Code Gallery or any other provided by the Flutter team as a template to fast track the development time ? Kindly please with some documentation link or Video guide on
May 08, 2020 at 07:52AM by Yotta Bytes Solution
https://ift.tt/3djlIsW
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:
Wallsky. A wallpaper app made with Flutter. Browse images from a number of sources having awesome stock images namely, PEXELS, UNSPLASH, PIXABAY. Here, check it out on GitHub. If you like it please star and share the repository as it will motivate me to learn more and make more of such apps.
https://ift.tt/3dqNfbP
May 08, 2020 at 08:17AM by varamsky
https://ift.tt/2WCbEo7
Wallsky. A wallpaper app made with Flutter. Browse images from a number of sources having awesome stock images namely, PEXELS, UNSPLASH, PIXABAY. Here, check it out on GitHub. If you like it please star and share the repository as it will motivate me to learn more and make more of such apps.
https://ift.tt/3dqNfbP
May 08, 2020 at 08:17AM by varamsky
https://ift.tt/2WCbEo7
GitHub
varamsky/wallsky
A wallpaper app made with Flutter. Contribute to varamsky/wallsky development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Building Games in Flutter with Flame
https://youtu.be/N4LFV9_fLAo
May 08, 2020 at 07:37AM by turcuciprian1
https://ift.tt/2zibgmI
Building Games in Flutter with Flame
https://youtu.be/N4LFV9_fLAo
May 08, 2020 at 07:37AM by turcuciprian1
https://ift.tt/2zibgmI
YouTube
Flutter - Building Games with Flame
Flame is a Flutter minimalist 2d game engine. In this 2 hour long video I will be doing an explanation going step by step trough the Documented Tutorial 1 out of 5 in the link below:
Documented Tutorial: https://jap.alekhin.io/2d-casual-mobile-game-tutorial…
Documented Tutorial: https://jap.alekhin.io/2d-casual-mobile-game-tutorial…
New post on /r/flutterdev subreddit:
Installing Flutter + Android SDK on Ubuntu 19.04
https://youtu.be/ScW4ajGI3_0
May 08, 2020 at 07:36AM by turcuciprian1
https://ift.tt/2zibpGM
Installing Flutter + Android SDK on Ubuntu 19.04
https://youtu.be/ScW4ajGI3_0
May 08, 2020 at 07:36AM by turcuciprian1
https://ift.tt/2zibpGM
YouTube
Installing Flutter + Android SDK on Ubuntu 19.04
How to set up and install and run a new basic Flutter mobile app on ubuntu 19.04 Tutorial.
All explained during a screencast.
In this tutorial I'm working partly in the console, Installing android studio from the ubuntu store, installing git from the terminal…
All explained during a screencast.
In this tutorial I'm working partly in the console, Installing android studio from the ubuntu store, installing git from the terminal…