Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Possible to animate login screen transition?
Hi Everyone!I have set up automatic screen change when Firebase auth state change with provider.But there is no animation on screen change (I just return new screen). I have try use Navigator but this cause many error.Anyone know tutorial how to animate automatic screen change when state in model change? (I have look but no tutorial cover this. All just have no animation on screen change).Thanks for help!

July 04, 2019 at 10:49PM by Flutter_Dev
https://ift.tt/2RRUWyp
New post on Flutter Dev Google group:

Failure generate APK
$ flutter clean ; flutter build apk --debug Deleting 'build/'. Deleting '/Users/Developer/teste_new/.dart_tool/'. Initializing gradle... 8,2s Resolving dependencies... 14,9s Running Gradle task 'assembleDebug'

July 05, 2019 at 01:48AM by Leonardo Costa
https://ift.tt/2RY58FE
New post on Flutter Dev Google group:

No widget for weekly schedule (calendar)?
Hi! I'm building an app that needs a widget showing a weekly schedule, something like what google calendar is doing. But I can't find anything like that. I want it to be like a table with time on the y-axis and the 7 days on the x-axis. And colored boxed for the events of the week. Kinda like

July 05, 2019 at 04:18AM by Mattias Månsson
https://ift.tt/2YxD6mL
New post on /r/flutterdev subreddit:

E-commerce application concept
E commerce applcation design concept https://github.com/nonybrighto/e-commerce-app-concept .uplabs design by Rohith Kumar

July 05, 2019 at 05:31AM by nonybrighto
https://ift.tt/2LE9fVW
New post on /r/flutterdev subreddit:

Bottom Navigation Bar using Provider | Flutter - FlutterDevs
https://ift.tt/2XNaZ5P

July 05, 2019 at 09:17AM by Flutter-Devs
https://ift.tt/2FRPWoE
New post on /r/flutterdev subreddit:

Hi Devs. What do you use for CI/CD?
I am aware of a few solutions and would love to know what the community prefers

July 05, 2019 at 02:17PM by omar16100
https://ift.tt/2Xsk6K2
New post on /r/flutterdev subreddit:

How to Paint in Flutter
https://ift.tt/2JoDPQX

July 05, 2019 at 03:53PM by Elixane
https://ift.tt/32dbEwU
New tweet from FlutterDev:

The Flutter Outline displays a live view of the structure of a file in your Flutter project! You can use it to quickly navigate through the code and perform refactors on your widgets with the buttons at the top. #FlutterFriday pic.twitter.com/quApwFQBKy— Flutter (@FlutterDev) July 5, 2019

July 05, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1147173319956934656
New post on /r/flutterdev subreddit:

The Flutter Outline displays a live view of the structure of a file in your Flutter project! You can use it to quickly navigate through the code and perform refactors on your widgets with the buttons at the top.
https://twitter.com/FlutterDev/status/1147173319956934656

July 05, 2019 at 06:32PM by EngineerScientist
https://ift.tt/2xt9Gub
New post on /r/flutterdev subreddit:

Is there a way to communicate over Wi-Fi P2P offline when two devices are on the same network?
I am trying to find out whether it is at all possible for two Flutter apps to communicate with each other when on the same Wi-Fi network.I have found:this (paid) project: https://bridgefy.me/this (unanswered) SO question: https://stackoverflow.com/questions/55310010/how-to-build-flutter-app-that-communicate-directly-with-each-otherthey don't actually answer, rather tell you it's possible using native iOS and WebSocketsI'm sure there are native APIs to use, but going with the Flutter way of building one app for both platforms, I don't see how it would be possible for an iOS device to communicate with an Android.I'm wondering about the WebSockets response. Theoretically speaking, couldn't one device create a server locally on the Wi-Fi and the rest would somehow communicate using WS?Thanks.

July 05, 2019 at 05:45PM by PotentialEconomics
https://ift.tt/2L4eK0G
New post on /r/flutterdev subreddit:

Shake phone to show on-device log console
https://ift.tt/2Nx8IYD

July 05, 2019 at 08:00PM by leisim
https://ift.tt/328i2FL
New post on /r/flutterdev subreddit:

Authentication Package for Azure Wrapper
Hey everyone, i created a small (still very much in alpha) wrapper for the Microsoft Authentication Library for Android and iOS and would love some feedback on it, the documentation, etc.Keep in mind i never really did any Swift or Kotlin until making this, so sure the code is going to be quite smelly, but anyone who wants to use it, the package is available at https://pub.dev/packages/msal_flutter/versions/0.0.1 and the code is on github at https://github.com/moodio/msal-flutter

July 05, 2019 at 08:36PM by mswehli
https://ift.tt/2RXcBo7
New post on /r/flutterdev subreddit:

First Flutter App Released!
Hey Reddit!I released my first 100% Flutter app live in Google Play and Apple App Store. Hope you like it!! :)It's called Drink Happy and allows you to create and find Happy Hours and Music events at local bars and restaurants.Please try it out, give me feedback, use it, ask me about stuff. I'm usually on the Flutter Gitter channel, I'll help out as much as I can!(U.S. only dist for now, but I'm going to release it wider when I get a few more features in)https://drinkhappy.net​Thanks!

July 05, 2019 at 10:22PM by sourcebrewery
https://ift.tt/2RXkB8D
New post on /r/flutterdev subreddit:

Using Json serializable
I'm trying to use the json serializable package and I have it set up and everything, but I'm not sure how to use it... Do I just use the jsonencode and jsondecode functions from dart:convert?Edit: found it. My problem was that I was expecting jsonDecode to return the object, but you need to do YourClass.fromJson(jsonDecode(rawJsonString)

July 06, 2019 at 12:14AM by jlund24
https://ift.tt/2JfDtgr
New post on /r/flutterdev subreddit:

Storing Service Accounts in flutter
Hi​ive just started learning flutter, and i found i need to use Google Big Query API for my App, so i have created a service account and have the json creditentals to use the API using OAuth in Flutter, so im leveraging the googleauth_api and googleapi packages​but im struggling to find the best solution to store the service account credentials inside flutter as putting them in a /asset folder or putting them into as constants seems like bad practice,​what methods have you used for storing these credentials so it can be used when the app is deployed to the play/appstore​Thanks

July 05, 2019 at 11:50PM by mrvtec69
https://ift.tt/2LAyNTU