New post on /r/flutterdev subreddit:
YAFL - Yet Another Flutter Login starter kit (Firebase, Facebook, Google etc)
https://ift.tt/2uO5uDH
April 03, 2019 at 05:01PM by _7wonders_
https://ift.tt/2WLdsJJ
YAFL - Yet Another Flutter Login starter kit (Firebase, Facebook, Google etc)
https://ift.tt/2uO5uDH
April 03, 2019 at 05:01PM by _7wonders_
https://ift.tt/2WLdsJJ
Buzzcat
YAFL - Yet Another Flutter Login starterkit
Have you played around with Flutter yet? If not, you should. I have never been too keen on frameworks claiming to make it easy to write both Android and iOS apps from a single codebase, but Flutter se
New post on /r/flutterdev subreddit:
Learning Flutter Live Stream at 7pm Eastern Time
I am going to start a weekly live stream where we will explore Flutter development.Flutter is still some what new to me so we can learn together. My background is full stack web development, but am wanting to transition to developing with Flutter.On today's live stream I will be trying to create "The Unofficial Flutter App".The goal is to have an app that has the flutter twitter, medium articles and API docs.https://www.twitch.tv/theflutterdev
April 03, 2019 at 07:16PM by NeverSpeaks
https://ift.tt/2YVyd7I
Learning Flutter Live Stream at 7pm Eastern Time
I am going to start a weekly live stream where we will explore Flutter development.Flutter is still some what new to me so we can learn together. My background is full stack web development, but am wanting to transition to developing with Flutter.On today's live stream I will be trying to create "The Unofficial Flutter App".The goal is to have an app that has the flutter twitter, medium articles and API docs.https://www.twitch.tv/theflutterdev
April 03, 2019 at 07:16PM by NeverSpeaks
https://ift.tt/2YVyd7I
Twitch
theflutterdev - Twitch
Learning Flutter - First Stream, Feedback Welcome
New post on /r/flutterdev subreddit:
Little Light - Destiny 2 Companion app
Hey fellow devsI made an inventory manager for the game Destiny 2 a while back in flutter and decided to release it as open source.here's the repo:
https://github.com/LittleLightForDestiny/littlelightand here's the app download links:
https://play.google.com/store/apps/details?id=me.markezine.luzinhahttps://itunes.apple.com/us/app/little-light-for-destiny-2/id1373037254
April 04, 2019 at 01:59AM by Jaoryuken
https://ift.tt/2K0bxQ6
Little Light - Destiny 2 Companion app
Hey fellow devsI made an inventory manager for the game Destiny 2 a while back in flutter and decided to release it as open source.here's the repo:
https://github.com/LittleLightForDestiny/littlelightand here's the app download links:
https://play.google.com/store/apps/details?id=me.markezine.luzinhahttps://itunes.apple.com/us/app/little-light-for-destiny-2/id1373037254
April 04, 2019 at 01:59AM by Jaoryuken
https://ift.tt/2K0bxQ6
GitHub
GitHub - LittleLightForDestiny/littlelight: Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android.…
Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress. - LittleLightForDestiny/littlelight
New post on /r/flutterdev subreddit:
Listening for Keyboard open/close with position for Animation?
So I've been diving into Flutter recently and sometimes I'm really really excited by it. Coming from React Native, it's so nice to know what I am making will look the same on both devices! The granularity of control with the widgets is fun, even though it can be a bit verbose.One thing that I really love about React Native is the simplicity of doing basic animations. Set an Animated value, add an interpolator, and Animate stuff.But I digress.Flutter, while it's certainly easier to do very complex animation as opposed to React Native, I feel is missing some very basic things. Right now I'm porting over an app from React Native. On the login screen, when you focus the textfield, the logo above it shrinks as the keyboard rises. Its height is literally determined by the keyboard height thanks to the Keyboard class having a listener method.I've been looking all over for something similar to Flutter and I'm at a loss. I know you can get the `MediaQuery.of(context)` to get all sorts of values, and also the WidgetsBindingObserver, but I've had no luck of either getting the bottom value 'as' it changes, or the keyboard position.Has anyone done something similar?
April 04, 2019 at 03:59AM by puglife420blazeit
https://ift.tt/2IdLu5t
Listening for Keyboard open/close with position for Animation?
So I've been diving into Flutter recently and sometimes I'm really really excited by it. Coming from React Native, it's so nice to know what I am making will look the same on both devices! The granularity of control with the widgets is fun, even though it can be a bit verbose.One thing that I really love about React Native is the simplicity of doing basic animations. Set an Animated value, add an interpolator, and Animate stuff.But I digress.Flutter, while it's certainly easier to do very complex animation as opposed to React Native, I feel is missing some very basic things. Right now I'm porting over an app from React Native. On the login screen, when you focus the textfield, the logo above it shrinks as the keyboard rises. Its height is literally determined by the keyboard height thanks to the Keyboard class having a listener method.I've been looking all over for something similar to Flutter and I'm at a loss. I know you can get the `MediaQuery.of(context)` to get all sorts of values, and also the WidgetsBindingObserver, but I've had no luck of either getting the bottom value 'as' it changes, or the keyboard position.Has anyone done something similar?
April 04, 2019 at 03:59AM by puglife420blazeit
https://ift.tt/2IdLu5t
reddit
r/FlutterDev - Listening for Keyboard open/close with position for Animation?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Mimic Google UI from Google calendars?
I want to do this. I have a Stream Builder using Firebase with a list of events with dates and times. I want to group events under a specific date and start the feed at the current date but still allow the user to scroll in the past or the future. [image: IMG_0EFE2611AD60-1.jpeg] I am assuming
April 04, 2019 at 06:27AM by Brennan Altringer
https://ift.tt/2OMb6Yj
Mimic Google UI from Google calendars?
I want to do this. I have a Stream Builder using Firebase with a list of events with dates and times. I want to group events under a specific date and start the feed at the current date but still allow the user to scroll in the past or the future. [image: IMG_0EFE2611AD60-1.jpeg] I am assuming
April 04, 2019 at 06:27AM by Brennan Altringer
https://ift.tt/2OMb6Yj
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:
I can't run my apps on an emulator and on real devices
Hello, I started developing in flutter last week, I couldn't code even not a single line... I installed flutter, Android SDK, emulators, Gradle, and everything but I still can't properly run the command "flutter run", hit the play button on android studio or "start without debugging" on VSCode. I
April 04, 2019 at 08:21AM by Eliav Cohen
https://ift.tt/2Ibcen5
I can't run my apps on an emulator and on real devices
Hello, I started developing in flutter last week, I couldn't code even not a single line... I installed flutter, Android SDK, emulators, Gradle, and everything but I still can't properly run the command "flutter run", hit the play button on android studio or "start without debugging" on VSCode. I
April 04, 2019 at 08:21AM by Eliav Cohen
https://ift.tt/2Ibcen5
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:
Document Viewer (How to view pdf and ppt) in flutter
Hello, I am new to flutter there is an requirement for me to view PDF and PPT (especially) in android application without using or opening any other document viewer apps. I need to show PDF and PPT file in my app not in third party apps. Thank you.
April 04, 2019 at 10:27AM by Teja Kumar
https://ift.tt/2HY0FRa
Document Viewer (How to view pdf and ppt) in flutter
Hello, I am new to flutter there is an requirement for me to view PDF and PPT (especially) in android application without using or opening any other document viewer apps. I need to show PDF and PPT file in my app not in third party apps. Thank you.
April 04, 2019 at 10:27AM by Teja Kumar
https://ift.tt/2HY0FRa
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:
Know Your Widgets: Row and Column
https://ift.tt/2FMmEa2
April 04, 2019 at 08:29AM by adi-reddit
https://ift.tt/2UdZZxB
Know Your Widgets: Row and Column
https://ift.tt/2FMmEa2
April 04, 2019 at 08:29AM by adi-reddit
https://ift.tt/2UdZZxB
Medium
Know Your Widgets: Row and Column in Flutter
Row and Column are also widgets in Flutter and mostly every layout can be broken down in row and column.
New post on /r/flutterdev subreddit:
Flutter Search widget
Hi, I have developed a flutter package named SEARCH WIDGET. This package provides a Search Widget for selecting an option from a data list. It also provides filtering of list items based on the search text.Learning:
- Use of overlays (popup in this widget)
- Use of CompositedTransformTarget (used in scrolling overlays)
- Use of Render objects and how overlays are positioned
- Learning of typedefs (for beginners)Pub: https://pub.dartlang.org/packages/search_widgetSource code: https://github.com/apgapg/search_widget (Dont forget to ⭐)Happy Fluttering! ❤️
April 04, 2019 at 07:20AM by ayushpguptaapgapg
https://ift.tt/2UfCvrJ
Flutter Search widget
Hi, I have developed a flutter package named SEARCH WIDGET. This package provides a Search Widget for selecting an option from a data list. It also provides filtering of list items based on the search text.Learning:
- Use of overlays (popup in this widget)
- Use of CompositedTransformTarget (used in scrolling overlays)
- Use of Render objects and how overlays are positioned
- Learning of typedefs (for beginners)Pub: https://pub.dartlang.org/packages/search_widgetSource code: https://github.com/apgapg/search_widget (Dont forget to ⭐)Happy Fluttering! ❤️
April 04, 2019 at 07:20AM by ayushpguptaapgapg
https://ift.tt/2UfCvrJ
Dart packages
search_widget | Flutter Package
A Flutter package which provides a Search Widget for selecting an option from a data list.
New post on /r/flutterdev subreddit:
Flutter Foundation - Go from setState to BLoC (ish) in 20 minutes - How to handle async UI and logic
https://youtu.be/TZkGT8WkjdA
April 04, 2019 at 10:32AM by Filledstacks
https://ift.tt/2K6nzaQ
Flutter Foundation - Go from setState to BLoC (ish) in 20 minutes - How to handle async UI and logic
https://youtu.be/TZkGT8WkjdA
April 04, 2019 at 10:32AM by Filledstacks
https://ift.tt/2K6nzaQ
YouTube
FLUTTER ARCHITECTURE: GO FROM SETSTATE TO Architecture in 20 MINS
In this video we will cover the process of building a stateful UI for async situations in Flutter. We will be emulating fetching a list using Dart code and displaying the correct UI while it's happening. Then we'll take that code and move as close to the…
New post on Flutter Dev Google group:
Bloc and Animations
Hi, is there any example how to make an animation controller with a stream? I have ValueObservable get isTransfering => _isTransferingSubject.stream; final _isTransferingSubject = BehaviorSubject(); and want to have an animation with a sync icon (if isTransfer==true--> rotating, if
April 04, 2019 at 11:20AM by Frank Weißenborn
https://ift.tt/2CXQKH1
Bloc and Animations
Hi, is there any example how to make an animation controller with a stream? I have ValueObservable get isTransfering => _isTransferingSubject.stream; final _isTransferingSubject = BehaviorSubject(); and want to have an animation with a sync icon (if isTransfer==true--> rotating, if
April 04, 2019 at 11:20AM by Frank Weißenborn
https://ift.tt/2CXQKH1
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 Developer Certification
Hello everyone, Can you help with a link to get a "Flutter Developer Certification", if any? Thanks Abner (from Colombia)
April 04, 2019 at 05:49PM by Abner Hernandez
https://ift.tt/2G09lnD
Flutter Developer Certification
Hello everyone, Can you help with a link to get a "Flutter Developer Certification", if any? Thanks Abner (from Colombia)
April 04, 2019 at 05:49PM by Abner Hernandez
https://ift.tt/2G09lnD
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:
Problem/issues I want to talk about. Firestore related
Hey everyone. I hope this wont get deleted. most of my posts do on this sub-reddit. To rule number two, I am not technically asking for help. I am wanting to talk about a design.Using the cloud_firestore plugin, we are given a cache. When we do a query, the query resultant is saved into the cache. Now, when we execute the same query. We retrieve the result from out cache as expected but there is a limit and we need to talk about this limit. The limit is 30 minutes. You can only use cache content for 30 minutes while ONLINE. When you are offline, you are allowed to use previously caches queries.So lets say, i load 50 documents throughout my app(different page routes). For the next 30 minutes, we can keep going through the app to get those 50 documents(havent changed and they are static). After 31 minutes, the queries will be issues as brand new query and will be charged(an additional charge of 50 reads) for the OLD 50 DOCUMENTS(that havent changed).I google this issue, some people are mentioning and the only replies that they get is, always something along the lines of, "please post your code, this shouldnt be happening".Very easy code to replicate, a tutorial from google themselves: https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html?index=..%2F..index#10All youtube video showing off how to use cloud firestore, i ran their code and same issue.How to fix this? I am coming up with a plan of disabling firestore persistence and create my own cache with sqflite. Provide last_updated time stamps in documents. Design queries where they run queries of new documents updated by last_updated field. Whenever a new document has been updated, a listener will fire on client side and download the document. Then I use this documents ID to update my saved document in SQFlite.Do I have to do this, or there is no bug and only affects me?I have used BLoC pattern, google tutorial pattern of multiple widgets where streambuilder is at top most ... etc.Is this acceptable? A user looking at profiles of his/her friends on their phone. Lets say this user is looking through 50 of his friends profiles(1 BY 1) 3 times a day spaced 2 hours apart. thats about 150 reads per day while it should be only 50 for the initial download and read from cache IF NO CHANGES.I do have pagination enabled where I have a limit of 10 documents per page. But who cares when a user will always open the app 4-5 times throughout the day at spaced more than 30 minutes apart causing new queries causing more reads(downloads as well, waste of bandwidth from user point of view)some links of others raising issue: cant find them all for nowhttps://stackoverflow.com/questions/51317606/how-do-i-store-a-firestore-document-locallyhttps://stackoverflow.com/questions/55013944/cloud-firestore-keeps-re-downloading-documents-flutter
April 04, 2019 at 06:31PM by Bk_ADV
https://ift.tt/2uIMXZL
Problem/issues I want to talk about. Firestore related
Hey everyone. I hope this wont get deleted. most of my posts do on this sub-reddit. To rule number two, I am not technically asking for help. I am wanting to talk about a design.Using the cloud_firestore plugin, we are given a cache. When we do a query, the query resultant is saved into the cache. Now, when we execute the same query. We retrieve the result from out cache as expected but there is a limit and we need to talk about this limit. The limit is 30 minutes. You can only use cache content for 30 minutes while ONLINE. When you are offline, you are allowed to use previously caches queries.So lets say, i load 50 documents throughout my app(different page routes). For the next 30 minutes, we can keep going through the app to get those 50 documents(havent changed and they are static). After 31 minutes, the queries will be issues as brand new query and will be charged(an additional charge of 50 reads) for the OLD 50 DOCUMENTS(that havent changed).I google this issue, some people are mentioning and the only replies that they get is, always something along the lines of, "please post your code, this shouldnt be happening".Very easy code to replicate, a tutorial from google themselves: https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html?index=..%2F..index#10All youtube video showing off how to use cloud firestore, i ran their code and same issue.How to fix this? I am coming up with a plan of disabling firestore persistence and create my own cache with sqflite. Provide last_updated time stamps in documents. Design queries where they run queries of new documents updated by last_updated field. Whenever a new document has been updated, a listener will fire on client side and download the document. Then I use this documents ID to update my saved document in SQFlite.Do I have to do this, or there is no bug and only affects me?I have used BLoC pattern, google tutorial pattern of multiple widgets where streambuilder is at top most ... etc.Is this acceptable? A user looking at profiles of his/her friends on their phone. Lets say this user is looking through 50 of his friends profiles(1 BY 1) 3 times a day spaced 2 hours apart. thats about 150 reads per day while it should be only 50 for the initial download and read from cache IF NO CHANGES.I do have pagination enabled where I have a limit of 10 documents per page. But who cares when a user will always open the app 4-5 times throughout the day at spaced more than 30 minutes apart causing new queries causing more reads(downloads as well, waste of bandwidth from user point of view)some links of others raising issue: cant find them all for nowhttps://stackoverflow.com/questions/51317606/how-do-i-store-a-firestore-document-locallyhttps://stackoverflow.com/questions/55013944/cloud-firestore-keeps-re-downloading-documents-flutter
April 04, 2019 at 06:31PM by Bk_ADV
https://ift.tt/2uIMXZL
Google Codelabs
Firebase for Flutter | Google Codelabs
Flutter is a mobile app SDK for developing high-fidelity apps for iOS and Android. Firebase is Google’s software platform for app backends. In this codelab, you’ll enable Firebase features for a Flutter app.
New post on /r/flutterdev subreddit:
How to do State Management by Dash
https://twitter.com/EsFlutter/status/1113728282128801793
April 04, 2019 at 06:17PM by throw_cs_far_away
https://ift.tt/2HXk0lt
How to do State Management by Dash
https://twitter.com/EsFlutter/status/1113728282128801793
April 04, 2019 at 06:17PM by throw_cs_far_away
https://ift.tt/2HXk0lt
Twitter
FlutterES
Everything you need to know about the state management, by Dash Todo lo que necesitas saber sobre el manejo del estado, por Dash. 🤓🤣 ft. @bouncingsheep @FlutterDev @nlycskn @FlutterComm https://t.co/SomUQHS7DP
New post on /r/flutterdev subreddit:
An example of quiz game built with Flutter
https://github.com/frideosapps/trivia_example
April 04, 2019 at 11:04PM by frideosapps
https://ift.tt/2UuGJuP
An example of quiz game built with Flutter
https://github.com/frideosapps/trivia_example
April 04, 2019 at 11:04PM by frideosapps
https://ift.tt/2UuGJuP
GitHub
GitHub - frideosapps/trivia_example: A simple trivia game built with Flutter and the frideos package.
A simple trivia game built with Flutter and the frideos package. - GitHub - frideosapps/trivia_example: A simple trivia game built with Flutter and the frideos package.
New post on /r/flutterdev subreddit:
Flutter Flare Basics - Let's Build Giphy's Nav Menu
https://www.youtube.com/watch?v=hwBUU9CP4qI
April 04, 2019 at 10:48PM by Purple_Pizzazz
https://ift.tt/2KaPJkW
Flutter Flare Basics - Let's Build Giphy's Nav Menu
https://www.youtube.com/watch?v=hwBUU9CP4qI
April 04, 2019 at 10:48PM by Purple_Pizzazz
https://ift.tt/2KaPJkW
YouTube
Flutter Flare Basics - Let's Build Giphy's Nav Menu
Master the basics of vector animation 🎨🔥 with Flare 2D in Flutter by re-creating the awesome navigation menu from the Giphy mobile app https://fireship.io/lessons/animated-navigation-flutter-flare/
- Flare https://www.2dimensions.com/about-flare
- Flutter…
- Flare https://www.2dimensions.com/about-flare
- Flutter…
New post on /r/flutterdev subreddit:
Infinite card switching UI for Flutter, supports custom animation
https://ift.tt/2FPrrbU
April 04, 2019 at 10:48PM by Purple_Pizzazz
https://ift.tt/2KaPNBc
Infinite card switching UI for Flutter, supports custom animation
https://ift.tt/2FPrrbU
April 04, 2019 at 10:48PM by Purple_Pizzazz
https://ift.tt/2KaPNBc
Dart packages
infinite_cards | Flutter Package
An infinite card switching UI for Flutter, support custom animation
New post on /r/flutterdev subreddit:
Pokemon App (Improved)
https://ift.tt/2uNEvbA
April 04, 2019 at 11:33PM by JideGuru
https://ift.tt/2OOrlnW
Pokemon App (Improved)
https://ift.tt/2uNEvbA
April 04, 2019 at 11:33PM by JideGuru
https://ift.tt/2OOrlnW
GitHub
JideGuru/Pokemon-App
Pokemon App with animations, beautiful UI and network call. - JideGuru/Pokemon-App
New post on /r/flutterdev subreddit:
Vidoe Game Messaging App - Part 2 | Flutter UI | Transitions, Custom Material Shape
https://youtu.be/0zevQA26a-8
April 05, 2019 at 04:00AM by prateeksharma1712
http://bit.ly/2uRx2rP
Vidoe Game Messaging App - Part 2 | Flutter UI | Transitions, Custom Material Shape
https://youtu.be/0zevQA26a-8
April 05, 2019 at 04:00AM by prateeksharma1712
http://bit.ly/2uRx2rP
YouTube
Video Game Messaging App | Part 2
Added transition to tabs and cards, created custom material shape and added animation to text styles of tabs.
Dribbble Mock - Video Game Message Board App - https://dribbble.com/shots/6193167-Video-Game-Message-Board-App
Github Link - https://github.co…
Dribbble Mock - Video Game Message Board App - https://dribbble.com/shots/6193167-Video-Game-Message-Board-App
Github Link - https://github.co…
New post on Flutter Dev Google group:
Snapchat like Video and Image Editing
Hello everyone, I am working on an application and I need to implement snapchat like features of an image and video editing like adding stickers, freehand drawing, adding text, image filter, and video editing. How can I do these things in the flutter? Is there any plugin or something that can
April 05, 2019 at 09:32AM by Ravi Shankar Singh
http://bit.ly/2CW1Zjm
Snapchat like Video and Image Editing
Hello everyone, I am working on an application and I need to implement snapchat like features of an image and video editing like adding stickers, freehand drawing, adding text, image filter, and video editing. How can I do these things in the flutter? Is there any plugin or something that can
April 05, 2019 at 09:32AM by Ravi Shankar Singh
http://bit.ly/2CW1Zjm
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:
Hotjar for Flutter
Hello guys, you know some plugin that does the same or similar work Hotjar for Flutter?
April 05, 2019 at 02:06PM by Tiagosito
http://bit.ly/2YRTCyw
Hotjar for Flutter
Hello guys, you know some plugin that does the same or similar work Hotjar for Flutter?
April 05, 2019 at 02:06PM by Tiagosito
http://bit.ly/2YRTCyw
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.