Reddit: Wanna help build a new Reddit app with me?
I've created a(n OPEN SOURCE!!!!) Reddit browser with flutter called Ditra (Ditra Is a Terrific Reddit App) and I'm feeling pretty confident that most of the core browsing functionality is beta quality.There's still a lot to be done, so please help by sending pull requests and creating issues at the github repoIf you'd just like to help by using it, I have 1000 beta slots open. Just go here to opt in and download it on the play storeSo far what's working: * Browse frontpage without login * Logging in * Viewing your subscribed subreddits * Viewing post commentsLike I said, this is still early days and not ready for daily use, but I want to get some contributors on the github!!! If you're new to flutter, don't hesitate to dig into the code, and don't hesitate to DM me if you'd like some help working on a feature.
Submitted August 27, 2018 at 10:55PM by plays2
via reddit https://ift.tt/2MzI9kE
I've created a(n OPEN SOURCE!!!!) Reddit browser with flutter called Ditra (Ditra Is a Terrific Reddit App) and I'm feeling pretty confident that most of the core browsing functionality is beta quality.There's still a lot to be done, so please help by sending pull requests and creating issues at the github repoIf you'd just like to help by using it, I have 1000 beta slots open. Just go here to opt in and download it on the play storeSo far what's working: * Browse frontpage without login * Logging in * Viewing your subscribed subreddits * Viewing post commentsLike I said, this is still early days and not ready for daily use, but I want to get some contributors on the github!!! If you're new to flutter, don't hesitate to dig into the code, and don't hesitate to DM me if you'd like some help working on a feature.
Submitted August 27, 2018 at 10:55PM by plays2
via reddit https://ift.tt/2MzI9kE
GitHub
TheNightmanCodeth/DitRa
DitRa Is a Teriffic Reddit App. Contribute to TheNightmanCodeth/DitRa development by creating an account on GitHub.
Reddit: It’s Time to Reconsider How You’re Learning Flutter
https://ift.tt/2Lvjats
Submitted August 28, 2018 at 12:02AM by seenickcode
via reddit https://ift.tt/2MCj48D
https://ift.tt/2Lvjats
Submitted August 28, 2018 at 12:02AM by seenickcode
via reddit https://ift.tt/2MCj48D
Medium
It’s Time to Reconsider How You’re Learning Flutter
It’s really hard to create a course for newcomers to mobile development, because there’s so many things to cover.
Reddit: It is important we have a solution for something like this if Flutter is going to be taken seriously...
https://ift.tt/2NmhxQh
Submitted August 28, 2018 at 12:59AM by Dazza5000
via reddit https://ift.tt/2wlOoyl
https://ift.tt/2NmhxQh
Submitted August 28, 2018 at 12:59AM by Dazza5000
via reddit https://ift.tt/2wlOoyl
Stack Overflow
How to schedule background tasks in Flutter?
I have been looking a lot for this but haven't found any packages or a way to schedule background tasks in Flutter. Like in Android there is WorkManager,AlarmManager.
I know I can access those cla...
I know I can access those cla...
GGroup: Has anybody set up google-tag-manager with Flutter?
Hey! Any experience with setting up google-tag-manager with Flutter? Please share if you do.
Submitted August 28, 2018 at 09:18AM by KL
via Flutter Dev https://ift.tt/2ogeYV7
Hey! Any experience with setting up google-tag-manager with Flutter? Please share if you do.
Submitted August 28, 2018 at 09:18AM by KL
via Flutter Dev https://ift.tt/2ogeYV7
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.
GGroup: Replace AppDelegate.m to AppDelegate.swift
How to add AppDelegate.swift to the existing Flutter project with default Objective C AppDelegate.m
Submitted August 28, 2018 at 09:26AM by Ramziddin Toshmukhamedov
via Flutter Dev https://ift.tt/2P96dYu
How to add AppDelegate.swift to the existing Flutter project with default Objective C AppDelegate.m
Submitted August 28, 2018 at 09:26AM by Ramziddin Toshmukhamedov
via Flutter Dev https://ift.tt/2P96dYu
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.
GGroup: TextField pop up menu internationalization on iOS not support
TextField, on iOS, long press pop-up menu, does not support internationalization, I tried to modify the code, https://ift.tt/2P9dE1Q But analyze fail, Dependency loop: cupertino depends on material depends on cupertino MaterialLocalizations class in Material ,I want to
Submitted August 28, 2018 at 10:43AM by songfei
via Flutter Dev https://ift.tt/2whHgTC
TextField, on iOS, long press pop-up menu, does not support internationalization, I tried to modify the code, https://ift.tt/2P9dE1Q But analyze fail, Dependency loop: cupertino depends on material depends on cupertino MaterialLocalizations class in Material ,I want to
Submitted August 28, 2018 at 10:43AM by songfei
via Flutter Dev https://ift.tt/2whHgTC
GitHub
Fix internationalization issues with cupertinoTextSelectionControls by songfei · Pull Request #21105 · flutter/flutter
Fix internationalization issues with cupertinoTextSelectionControls,
cupertino and material are on the same layer, I think they can call each other.
cupertino and material are on the same layer, I think they can call each other.
Reddit: Example using bloc pattern for state management
I created an example app to work out how to use the bloc pattern to manage app state. This was an expansion of the default counter app morphing it into a dice rolling app. Many features on the screen are reactive, including theme switching as well. Concepts it demonstrates are:Using a bloc pattern for application stateUsing an InheritedWidget Provider to make the bloc globally accessibleConsumption of blocs using StreamBuilder widgetsPersisting state using SharedPreferenceshttps://i.redd.it/5fmxt9oxuui11.pngI am interested in anyone willing to do a code review and provide feedback on ways the code could be improved. One issue is the dark theme will load from SharedPreferences, but only after the screen renders with the light theme, so you see the light theme for a moment and then it switches to dark. I suspect this is an issue with how I am handling async.Anyway, here is the project if you want to take a look:https://github.com/codegrue/flutter_dice
Submitted August 28, 2018 at 05:50PM by CodyLeet
via reddit https://ift.tt/2Nszf4Q
I created an example app to work out how to use the bloc pattern to manage app state. This was an expansion of the default counter app morphing it into a dice rolling app. Many features on the screen are reactive, including theme switching as well. Concepts it demonstrates are:Using a bloc pattern for application stateUsing an InheritedWidget Provider to make the bloc globally accessibleConsumption of blocs using StreamBuilder widgetsPersisting state using SharedPreferenceshttps://i.redd.it/5fmxt9oxuui11.pngI am interested in anyone willing to do a code review and provide feedback on ways the code could be improved. One issue is the dark theme will load from SharedPreferences, but only after the screen renders with the light theme, so you see the light theme for a moment and then it switches to dark. I suspect this is an issue with how I am handling async.Anyway, here is the project if you want to take a look:https://github.com/codegrue/flutter_dice
Submitted August 28, 2018 at 05:50PM by CodyLeet
via reddit https://ift.tt/2Nszf4Q
GGroup: Login to website in flutter
Hi I want to login to reddit in flutter and get html responses as login user. I did this in C# in this way. 1. Download cookie 2. Login to website with cookie. Download cookie WebResponse response = null; WebRequest request = null; string cookie = string.Empty;
Submitted August 28, 2018 at 06:21PM by TheOllo98
via Flutter Dev https://ift.tt/2wuc2rT
Hi I want to login to reddit in flutter and get html responses as login user. I did this in C# in this way. 1. Download cookie 2. Login to website with cookie. Download cookie WebResponse response = null; WebRequest request = null; string cookie = string.Empty;
Submitted August 28, 2018 at 06:21PM by TheOllo98
via Flutter Dev https://ift.tt/2wuc2rT
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.
Reddit: BMI Calculator in Flutter — Part 1 — Gender
https://twitter.com/FlutterComm/status/1034473998883676162
Submitted August 28, 2018 at 06:27PM by Nash0x7E2
via reddit https://ift.tt/2NsFsxG
https://twitter.com/FlutterComm/status/1034473998883676162
Submitted August 28, 2018 at 06:27PM by Nash0x7E2
via reddit https://ift.tt/2NsFsxG
Twitter
Flutter Community
New article published on #FlutterCommunity 🎉🎉🎉🔥🔥 https://t.co/EIna1n3K15 @sza_blog @nlycskn @flutterfyi @devangelslondon @Nash0x7E2 @flutterio #flutterio
Reddit: Flutter Community Just Passed 1K!
https://twitter.com/FlutrCommunity/status/1034470350439047168
Submitted August 28, 2018 at 06:17PM by Nash0x7E2
via reddit https://ift.tt/2MSW4BP
https://twitter.com/FlutrCommunity/status/1034470350439047168
Submitted August 28, 2018 at 06:17PM by Nash0x7E2
via reddit https://ift.tt/2MSW4BP
Twitter
Flutter Community
Today we passed 1K followers on @Medium. Thanks to everyone for the support 🎉🎉 If you'd like to write for us, see https://t.co/JixRWfza1t we'd love to feature your article. If you are not already following us, then you can do so at https://t.co/YzMQrvmct3…
When you run out of room, try Wrap! The Wrap widget lays out its children in a row or column, and wraps to the next line if it runs out of room. Direction, alignment & spacing properties help you get the look you need.
Click to watch all the #WidgetoftheWeek tips ↓ pic.twitter.com/W2tkMq6q3i— Flutter (@flutterio) August 28, 2018
August 28, 2018 at 07:31PM
via Twitter https://twitter.com/flutterio
Click to watch all the #WidgetoftheWeek tips ↓ pic.twitter.com/W2tkMq6q3i— Flutter (@flutterio) August 28, 2018
August 28, 2018 at 07:31PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
Reddit: [Dart and Flutter] - Animations Made Easy
https://www.youtube.com/attribution_link?a=zoZTm3aHkrU&u=%2Fwatch%3Fv%3D0bzapdl5uew%26feature%3Dshare
Submitted August 28, 2018 at 06:54PM by miltux
via reddit https://ift.tt/2PMu5lQ
https://www.youtube.com/attribution_link?a=zoZTm3aHkrU&u=%2Fwatch%3Fv%3D0bzapdl5uew%26feature%3Dshare
Submitted August 28, 2018 at 06:54PM by miltux
via reddit https://ift.tt/2PMu5lQ
YouTube
[Dart and Flutter] - Animations Made Easy
Build multi-screen mobile apps using Dart and Flutter with this full length course: https://www.udemy.com/dart-and-flutter-the-complete-developers-guide/?cou...
Reddit: Wrap - Widget de Flutter de la Semana
https://www.youtube.com/attribution_link?a=_9x2S2dUw4M&u=%2Fwatch%3Fv%3Dz5iw2SeFx2M%26feature%3Dshare
Submitted August 28, 2018 at 07:48PM by miltux
via reddit https://ift.tt/2PMCCoX
https://www.youtube.com/attribution_link?a=_9x2S2dUw4M&u=%2Fwatch%3Fv%3Dz5iw2SeFx2M%26feature%3Dshare
Submitted August 28, 2018 at 07:48PM by miltux
via reddit https://ift.tt/2PMCCoX
YouTube
Wrap - Flutter Widget of the Week
When you run out of room in your rows and columns, try Wrap instead! The Wrap widget lays out its children like a row or column, but when it runs out of room...
Dive deep into Flutter platform channels and learn how to add platform-specific code to your Flutter app. @mnravn covers message, method and event channels in this article.
Read it here ↓ https://t.co/ppl2Gav3ku— Flutter (@flutterio) August 28, 2018
August 28, 2018 at 09:00PM
via Twitter https://twitter.com/flutterio
Read it here ↓ https://t.co/ppl2Gav3ku— Flutter (@flutterio) August 28, 2018
August 28, 2018 at 09:00PM
via Twitter https://twitter.com/flutterio
Twitter
Mikkel Nygaard Ravn (@mnravn) | Twitter
The latest Tweets from Mikkel Nygaard Ravn (@mnravn). Software engineer at Google. Arhus, Denmark
Reddit: Flutter Platform Channels
https://ift.tt/2Nq0DAt
Submitted August 28, 2018 at 09:35PM by dayanruben
via reddit https://ift.tt/2MVhkXs
https://ift.tt/2Nq0DAt
Submitted August 28, 2018 at 09:35PM by dayanruben
via reddit https://ift.tt/2MVhkXs
Medium
Flutter Platform Channels
“Nice UI. But how does Flutter deal with platform-specific APIs?”
Reddit: New Flutter Beta Upgrade available v0.6.0
Time to run Flutter upgrade v 0.60 is out
Submitted August 28, 2018 at 10:15PM by Pixelreddit
via reddit https://ift.tt/2LCWIhU
Time to run Flutter upgrade v 0.60 is out
Submitted August 28, 2018 at 10:15PM by Pixelreddit
via reddit https://ift.tt/2LCWIhU
reddit
r/FlutterDev - New Flutter Beta Upgrade available v0.6.0
1 vote and 0 comments so far on Reddit
Reddit: Quick tip — Resolving Dart package version conflicts, faster than ever
https://twitter.com/FlutterComm/status/1034539614026063873
Submitted August 28, 2018 at 10:39PM by Nash0x7E2
via reddit https://ift.tt/2LBbFRB
https://twitter.com/FlutterComm/status/1034539614026063873
Submitted August 28, 2018 at 10:39PM by Nash0x7E2
via reddit https://ift.tt/2LBbFRB
Twitter
Flutter Community
Quick tip — Resolving Dart package version conflicts, faster than ever" published in #FlutterCommunity by @koorankka https://t.co/wi8Q73nNaT @flutterfyi @flutterio @nlycskn #flutter
GGroup: Beta Update (v0.6.0)
We've just released a new build on the beta channel with version number v0.6.0. The new build is an update to beta 5. Here are some highlights from the change log: v0.6.0 - #20116 reduced release binary sizes by ~2MB - Dart SDK
Submitted August 28, 2018 at 11:10PM by Jonah Williams
via Flutter Dev https://ift.tt/2wmUi23
We've just released a new build on the beta channel with version number v0.6.0. The new build is an update to beta 5. Here are some highlights from the change log: v0.6.0 - #20116 reduced release binary sizes by ~2MB - Dart SDK
Submitted August 28, 2018 at 11:10PM by Jonah Williams
via Flutter Dev https://ift.tt/2wmUi23
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.
GGroup: [Breaking Change] iOS applications will need to register plugins at application start
I plan to commit https://ift.tt/2LzrlFa to fix runtime warnings on iOS (https://ift.tt/2MAb5Jt). However, this change will require that Flutter applications on iOS either: A. Register their plugins with the FlutterAppDelegate or with a FlutterPlugin
Submitted August 28, 2018 at 11:24PM by James Lin
via Flutter Dev https://ift.tt/2LzrmJe
I plan to commit https://ift.tt/2LzrlFa to fix runtime warnings on iOS (https://ift.tt/2MAb5Jt). However, this change will require that Flutter applications on iOS either: A. Register their plugins with the FlutterAppDelegate or with a FlutterPlugin
Submitted August 28, 2018 at 11:24PM by James Lin
via Flutter Dev https://ift.tt/2LzrmJe
GitHub
Make `FlutterAppDelegate` respond to life cycle events dynamically by jamesderlin · Pull Request #6086 · flutter/engine
Make FlutterAppDelegate respond to various application life cycle
events (e.g. applicationDidEnterBackground:,
applicationWillEnterForeground:, etc.) dynamically by forwarding
them to the FlutterPl...
events (e.g. applicationDidEnterBackground:,
applicationWillEnterForeground:, etc.) dynamically by forwarding
them to the FlutterPl...
Reddit: Displaying an article using Flutter
Hey,We are a requirement to display some articles/documents within our app. The user will click a button, we display the article and they can read it and scroll through etc. The articles are basically paragraphs of text, with maybe some light graphics, tables, lists, headings, different colours for some bits of text.I was thinking we would just take some html and pass it to some component, but there doesn't really seem to be a good html component. Ideally I wouldn't want to take the user to a web browser. They should feel like they are still in the mobile app rather than their web browser.I see there is WebView (https://developer.android.com/reference/android/webkit/WebView), but I'm not sure how to integrate that with Flutter. I am noob to android development as well :-).Does anyone have a suggestion of how to display some nicely formatted text in an android mobile app?
Submitted August 28, 2018 at 11:38PM by onemanforeachvill
via reddit https://ift.tt/2ohPcQo
Hey,We are a requirement to display some articles/documents within our app. The user will click a button, we display the article and they can read it and scroll through etc. The articles are basically paragraphs of text, with maybe some light graphics, tables, lists, headings, different colours for some bits of text.I was thinking we would just take some html and pass it to some component, but there doesn't really seem to be a good html component. Ideally I wouldn't want to take the user to a web browser. They should feel like they are still in the mobile app rather than their web browser.I see there is WebView (https://developer.android.com/reference/android/webkit/WebView), but I'm not sure how to integrate that with Flutter. I am noob to android development as well :-).Does anyone have a suggestion of how to display some nicely formatted text in an android mobile app?
Submitted August 28, 2018 at 11:38PM by onemanforeachvill
via reddit https://ift.tt/2ohPcQo
reddit
r/FlutterDev - Displaying an article using Flutter
1 vote and 0 comments so far on Reddit
Reddit: Simple flutter animations can create amazing effects. Check out FlutterScreens on GitHub.
https://ift.tt/2MFm18I
Submitted August 28, 2018 at 11:14PM by samarthagarwal
via reddit https://ift.tt/2LAh23x
https://ift.tt/2MFm18I
Submitted August 28, 2018 at 11:14PM by samarthagarwal
via reddit https://ift.tt/2LAh23x
reddit
r/FlutterDev - Simple flutter animations can create amazing effects. Check out FlutterScreens on GitHub.
2 votes and 1 comment so far on Reddit