New post on /r/flutterdev subreddit:
I'm bringing fab support to BubbleBottomBar, comment your suggestions please!
https://ift.tt/2HG1kGy
March 26, 2019 at 12:01AM by westdabestdb
https://ift.tt/2WosBAQ
I'm bringing fab support to BubbleBottomBar, comment your suggestions please!
https://ift.tt/2HG1kGy
March 26, 2019 at 12:01AM by westdabestdb
https://ift.tt/2WosBAQ
New post on /r/flutterdev subreddit:
Cannot get the latest videos about flutter
I already google and found many people have the same problem with youtube videos. They cannot filter by upload date or view by week and months anymore. Does anyone knows when this will be fix.I usually browse for flutter/programming videos from around the world uploaded on youtube every week and it doesn't sort accordingly now.
March 26, 2019 at 08:01AM by alorgajah
https://ift.tt/2WqEK8q
Cannot get the latest videos about flutter
I already google and found many people have the same problem with youtube videos. They cannot filter by upload date or view by week and months anymore. Does anyone knows when this will be fix.I usually browse for flutter/programming videos from around the world uploaded on youtube every week and it doesn't sort accordingly now.
March 26, 2019 at 08:01AM by alorgajah
https://ift.tt/2WqEK8q
reddit
r/FlutterDev - Cannot get the latest videos about flutter
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
What's the best way to implement BLoC pattern
Hello guys,I'm currently learning about Flutter, I would like to work with the BLoC pattern. I've seen plenty of example about it, but none of them are implementing the BLoC pattern in the same way, some of them are using Streams and others the "Flutter_bloc" package. Is there a best way to go ? You can find the git repo of my learning project to maybe have a better understand of my question.Thanks a lot.https://github.com/qeude/events-app
March 26, 2019 at 10:16AM by nitneuqedue
https://ift.tt/2FCeFh4
What's the best way to implement BLoC pattern
Hello guys,I'm currently learning about Flutter, I would like to work with the BLoC pattern. I've seen plenty of example about it, but none of them are implementing the BLoC pattern in the same way, some of them are using Streams and others the "Flutter_bloc" package. Is there a best way to go ? You can find the git repo of my learning project to maybe have a better understand of my question.Thanks a lot.https://github.com/qeude/events-app
March 26, 2019 at 10:16AM by nitneuqedue
https://ift.tt/2FCeFh4
GitHub
qeude/events-app
📱Flutter App to manage life events. Contribute to qeude/events-app development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter with Amazon AWS
Hello,did anyone worked in a project with Flutter + Amazon AWS? Im currently in a early stage for my new project and I kinda want to realize it with Firebase but my only problem with Firebase is, that there is no support for a relational database like MySQL etc.Amazon AWS has it, but it looks like there is no real support for Flutter, and of course Google's Firebase supports Google's Flutter.I really need a relational Database and I would love it, to have the complete backend in one host. So I would'nt be a fan of a solution like this -> All the benefits of Firbase like Login, storage, analytics,.. + the DB for the App is hosted by another hoster.Does anyone worked with AWS + Flutter? What is your experience? Or does anyone have an idea which can fix my problem?
March 26, 2019 at 01:12PM by florent_221
https://ift.tt/2TZgxsL
Flutter with Amazon AWS
Hello,did anyone worked in a project with Flutter + Amazon AWS? Im currently in a early stage for my new project and I kinda want to realize it with Firebase but my only problem with Firebase is, that there is no support for a relational database like MySQL etc.Amazon AWS has it, but it looks like there is no real support for Flutter, and of course Google's Firebase supports Google's Flutter.I really need a relational Database and I would love it, to have the complete backend in one host. So I would'nt be a fan of a solution like this -> All the benefits of Firbase like Login, storage, analytics,.. + the DB for the App is hosted by another hoster.Does anyone worked with AWS + Flutter? What is your experience? Or does anyone have an idea which can fix my problem?
March 26, 2019 at 01:12PM by florent_221
https://ift.tt/2TZgxsL
reddit
r/FlutterDev - Flutter with Amazon AWS
0 votes and 10 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Firebase Tic Tac Toe Application
I just created a Tic Tac Toe application just for fun using flutter and Firestore as the backend. Saw the design by Amit Singh on uplab some months ago and just felt like doing something with it.
Makes use of cloud function and firebase notification. Built it using bloc pattern.It's not a perfect code though, so you can tell me certain things in need to take note of. I just wan't to be better at programming with dart and building flutter apps!github link - https://github.com/nonybrighto/flutter_firebase_tic_tac_toe
March 26, 2019 at 03:30PM by nonybrighto
https://ift.tt/2TzK8nx
Flutter Firebase Tic Tac Toe Application
I just created a Tic Tac Toe application just for fun using flutter and Firestore as the backend. Saw the design by Amit Singh on uplab some months ago and just felt like doing something with it.
Makes use of cloud function and firebase notification. Built it using bloc pattern.It's not a perfect code though, so you can tell me certain things in need to take note of. I just wan't to be better at programming with dart and building flutter apps!github link - https://github.com/nonybrighto/flutter_firebase_tic_tac_toe
March 26, 2019 at 03:30PM by nonybrighto
https://ift.tt/2TzK8nx
Uplabs
Android Tic Tac Toe UI Concept
Simple Tic Tac Toe UI ConceptI hope u all would like it.Let me know about it through the comments :)
New post on /r/flutterdev subreddit:
How to have large async tasks run in the background while the app is running
So I'm looking at building a flutter application, there's a couple of database update calls that I want to be able to make. Some of them update the UI, some are just searchable in certian screens.These calls will be large, and I just want them to run async in the background regardless of what screen is currently on.What would be the best approach for this?
March 26, 2019 at 03:29PM by DoPeopleEvenLookHere
https://ift.tt/2YslIjt
How to have large async tasks run in the background while the app is running
So I'm looking at building a flutter application, there's a couple of database update calls that I want to be able to make. Some of them update the UI, some are just searchable in certian screens.These calls will be large, and I just want them to run async in the background regardless of what screen is currently on.What would be the best approach for this?
March 26, 2019 at 03:29PM by DoPeopleEvenLookHere
https://ift.tt/2YslIjt
reddit
r/FlutterDev - How to have large async tasks run in the background while the app is running
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Adding Telegram tdlib to Flutter
How can I add a C++ library (https://github.com/tdlib/td/) to Flutter?
March 26, 2019 at 04:20PM by Glixch
https://ift.tt/2TCPhLX
Adding Telegram tdlib to Flutter
How can I add a C++ library (https://github.com/tdlib/td/) to Flutter?
March 26, 2019 at 04:20PM by Glixch
https://ift.tt/2TCPhLX
GitHub
GitHub - tdlib/td: Cross-platform library for building Telegram clients
Cross-platform library for building Telegram clients - tdlib/td
New post on Flutter Dev Google group:
SliverGrid
Hello! , I'm trying to do something like this : SliverGrid( gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: rowCount), what I want do is when (index == 10 ) change the rowCount so, for now the rowCount is 2 item , once its 10 I want to show only one 1 item ,
March 26, 2019 at 05:30PM by AbdAlwahab Hurbly
https://ift.tt/2Or3OsV
SliverGrid
Hello! , I'm trying to do something like this : SliverGrid( gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: rowCount), what I want do is when (index == 10 ) change the rowCount so, for now the rowCount is 2 item , once its 10 I want to show only one 1 item ,
March 26, 2019 at 05:30PM by AbdAlwahab Hurbly
https://ift.tt/2Or3OsV
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:
Implementing Firebase GitHub Authentication in Flutter
https://ift.tt/2FBArRR
March 26, 2019 at 06:06PM by Nash0x7E2
https://ift.tt/2FxFaCK
Implementing Firebase GitHub Authentication in Flutter
https://ift.tt/2FBArRR
March 26, 2019 at 06:06PM by Nash0x7E2
https://ift.tt/2FxFaCK
Medium
Implementing Firebase GitHub Authentication in Flutter
In this article, I’m going to show you how to implement Firebase GitHub authentication method properly in Flutter. As you might already…
New post on /r/flutterdev subreddit:
Listview within a listview
I want to create a vertical list with a horizontal list at each index. And both the lists are maintained dynamically. How do i achieve this?
March 26, 2019 at 07:40PM by fardeen9983
https://ift.tt/2TX7KI4
Listview within a listview
I want to create a vertical list with a horizontal list at each index. And both the lists are maintained dynamically. How do i achieve this?
March 26, 2019 at 07:40PM by fardeen9983
https://ift.tt/2TX7KI4
reddit
r/FlutterDev - Listview within a listview
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
🍬The #FlutterCreate top prize just got sweeter.🍭
The specs of the grand prize now include 256GB RAM. That's enough to fit over fifty million 5K entries!
Enter by April 7, 11:59pm PDT to win → https://t.co/hZFtHcIXUG pic.twitter.com/LU3bWE7r9M— Google Developers (@googledevs) March 26, 2019
March 26, 2019 at 08:35PM
http://twitter.com/FlutterDev/status/1110626366834335744
🍬The #FlutterCreate top prize just got sweeter.🍭
The specs of the grand prize now include 256GB RAM. That's enough to fit over fifty million 5K entries!
Enter by April 7, 11:59pm PDT to win → https://t.co/hZFtHcIXUG pic.twitter.com/LU3bWE7r9M— Google Developers (@googledevs) March 26, 2019
March 26, 2019 at 08:35PM
http://twitter.com/FlutterDev/status/1110626366834335744
Twitter
#fluttercreate hashtag on Twitter
4m ago @FlutterDev tweeted: "The #FlutterCreate results are in. Are y.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Erro no emulador
Estou usando o VSCODE, e quando rodo e chama o emulador, aparece esse erro: Failed to launch emulator: Error: Emulator didn't connected within 60 seconds
March 26, 2019 at 08:45PM by Ruan Lima
https://ift.tt/2CEvUMG
Erro no emulador
Estou usando o VSCODE, e quando rodo e chama o emulador, aparece esse erro: Failed to launch emulator: Error: Emulator didn't connected within 60 seconds
March 26, 2019 at 08:45PM by Ruan Lima
https://ift.tt/2CEvUMG
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:
error in emulator
I'm using VSCODE, and when I squeeze and call the emulator, this error appears: Failed to launch emulator: Error: Emulator did not connect within 60 seconds
March 26, 2019 at 08:49PM by Ruan Lima
https://ift.tt/2V48jfm
error in emulator
I'm using VSCODE, and when I squeeze and call the emulator, this error appears: Failed to launch emulator: Error: Emulator did not connect within 60 seconds
March 26, 2019 at 08:49PM by Ruan Lima
https://ift.tt/2V48jfm
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:
Grabbing JSON from the assets folder
Hi I'm not sure if a post like this is allowed but I haven't been able to find the answer anywhere else on the internet and I think this question is broad enough to help a lot of people. I'm currently using the googleapis package. Currently my private key is pasted straight into my code with r'''''' surrounding the key like they've put the private key in the example in the documentation. I don't like how I currently have my key copy pasted straight into my code and would rather keep a json file in my assets folder and pull the key from there. Is there a clean solution similar to how the open() method in Python allows you to open the file and then load the json as if it were just copy pasted into the code?
March 26, 2019 at 08:25PM by WittyProfile
https://ift.tt/2WmJ4Fu
Grabbing JSON from the assets folder
Hi I'm not sure if a post like this is allowed but I haven't been able to find the answer anywhere else on the internet and I think this question is broad enough to help a lot of people. I'm currently using the googleapis package. Currently my private key is pasted straight into my code with r'''''' surrounding the key like they've put the private key in the example in the documentation. I don't like how I currently have my key copy pasted straight into my code and would rather keep a json file in my assets folder and pull the key from there. Is there a clean solution similar to how the open() method in Python allows you to open the file and then load the json as if it were just copy pasted into the code?
March 26, 2019 at 08:25PM by WittyProfile
https://ift.tt/2WmJ4Fu
Dart packages
googleapis | Dart Package
Auto-generated client libraries for accessing Google APIs described through the API discovery service.
New post on Flutter Dev Google group:
incompatibility between cloud firestore and pickerImage
If you try to add pickerImage and Cloudfirestore like dependencies in package.yaml, and you restart your app, then your app will be break.
March 26, 2019 at 09:23PM by Luis Ernesto Páez
https://ift.tt/2uD9Nlz
incompatibility between cloud firestore and pickerImage
If you try to add pickerImage and Cloudfirestore like dependencies in package.yaml, and you restart your app, then your app will be break.
March 26, 2019 at 09:23PM by Luis Ernesto Páez
https://ift.tt/2uD9Nlz
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 Repo History
https://www.youtube.com/watch?v=kGPJ-PKCO9o
March 26, 2019 at 10:01PM by Elixane
https://ift.tt/2V0mtyg
Flutter Repo History
https://www.youtube.com/watch?v=kGPJ-PKCO9o
March 26, 2019 at 10:01PM by Elixane
https://ift.tt/2V0mtyg
YouTube
Flutter Repo History 25/03/2019
Includes: flutter/flutter, flutter/engine, flutter/plugins, flutter/intellij Built with: Gource https://gource.io/ by Simon Lightfoot Thanks to branflake2267...
New post on /r/flutterdev subreddit:
Github Job search: BLoC + Http
https://ift.tt/2FDrl7f
March 26, 2019 at 11:49PM by PedroMassango
https://ift.tt/2FxibYD
Github Job search: BLoC + Http
https://ift.tt/2FDrl7f
March 26, 2019 at 11:49PM by PedroMassango
https://ift.tt/2FxibYD
GitHub
pedromassango/bloc_example
BLoC pattern example. Contribute to pedromassango/bloc_example development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter - GPS Geolocation Tutorial
http://on.edupioneer.net/a444676a0d
March 27, 2019 at 07:56AM by GeraldNwakpu
https://ift.tt/2YuaWJy
Flutter - GPS Geolocation Tutorial
http://on.edupioneer.net/a444676a0d
March 27, 2019 at 07:56AM by GeraldNwakpu
https://ift.tt/2YuaWJy
Morioh
Flutter - GPS Geolocation Tutorial
New post on /r/flutterdev subreddit:
The Toolbox - Hero animations
https://ift.tt/2Yr38bI
March 27, 2019 at 07:43AM by Elixane
https://ift.tt/2TXqwig
The Toolbox - Hero animations
https://ift.tt/2Yr38bI
March 27, 2019 at 07:43AM by Elixane
https://ift.tt/2TXqwig
New post on Flutter Dev Google group:
Recommended approach to make configuration settings available in API provider?
Hi all, So I need to build my app for multiple environments. I have different configuration files and entry points for each environment as this seems to be the recommended approach presently. The configuration is made available to widgets as an InheritedWidget as per lots of examples. My problem
March 27, 2019 at 09:37AM by AA
https://ift.tt/2I0JSf8
Recommended approach to make configuration settings available in API provider?
Hi all, So I need to build my app for multiple environments. I have different configuration files and entry points for each environment as this seems to be the recommended approach presently. The configuration is made available to widgets as an InheritedWidget as per lots of examples. My problem
March 27, 2019 at 09:37AM by AA
https://ift.tt/2I0JSf8
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.