New post on /r/flutterdev subreddit:
Server-Side Search in Flutter
https://youtu.be/XryA7JB2A5I
June 25, 2019 at 11:12PM by zaiste
https://ift.tt/2YcvV3h
Server-Side Search in Flutter
https://youtu.be/XryA7JB2A5I
June 25, 2019 at 11:12PM by zaiste
https://ift.tt/2YcvV3h
YouTube
Flutter in Practice - E32: Server-Side Search
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on /r/flutterdev subreddit:
How do you implement Flutter Sticky Widget.
If you are reading this post from reddit mobile version, you will notice that when you scroll up in a post the footer of the post gets stuck below the appBar. There is only one library that implements something similar right now, but I will like to understand the logic behind it, and how it was made. Does anybody have any idea
June 25, 2019 at 11:00PM by iamokpe
http://bit.ly/2YcLubb
How do you implement Flutter Sticky Widget.
If you are reading this post from reddit mobile version, you will notice that when you scroll up in a post the footer of the post gets stuck below the appBar. There is only one library that implements something similar right now, but I will like to understand the logic behind it, and how it was made. Does anybody have any idea
June 25, 2019 at 11:00PM by iamokpe
http://bit.ly/2YcLubb
reddit
r/FlutterDev - How do you implement Flutter Sticky Widget.
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Free resources to learn and advance in Flutter
https://ift.tt/2IKUdfh
June 26, 2019 at 12:33AM by EngineerScientist
https://ift.tt/2LfhYxP
Free resources to learn and advance in Flutter
https://ift.tt/2IKUdfh
June 26, 2019 at 12:33AM by EngineerScientist
https://ift.tt/2LfhYxP
Medium
Free resources to learn and advance in Flutter
Hey, this is my personal collection of free Flutter resources. If I missed some great resources, please add them in comments!
New post on /r/flutterdev subreddit:
Thinking of coding a Flutter app rosspost
https://ift.tt/2RAQfZA
June 26, 2019 at 03:02AM by Stevenicloud
https://ift.tt/2xnxhMV
Thinking of coding a Flutter app rosspost
https://ift.tt/2RAQfZA
June 26, 2019 at 03:02AM by Stevenicloud
https://ift.tt/2xnxhMV
reddit
r/Flutter - Thinking of Coding App in Flutter
3 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Simple pull to refresh with a collapsing toolbar
https://ift.tt/2KB6l4J
June 26, 2019 at 04:49AM by Filledstacks
https://ift.tt/2Ne5hWs
Simple pull to refresh with a collapsing toolbar
https://ift.tt/2KB6l4J
June 26, 2019 at 04:49AM by Filledstacks
https://ift.tt/2Ne5hWs
Filledstacks
Pull to refresh in Flutter with Background Image
In this tutorial we implement the pull to refresh header with a image background.
New post on Flutter Dev Google group:
Use Tesseract.js in Flutter
How could I use Tesseract.js in Flutter? Does anyone have an idea?
June 26, 2019 at 07:25AM by 北科大-陳珈鋐
https://ift.tt/2XzWW3q
Use Tesseract.js in Flutter
How could I use Tesseract.js in Flutter? Does anyone have an idea?
June 26, 2019 at 07:25AM by 北科大-陳珈鋐
https://ift.tt/2XzWW3q
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 get the TextFiled value outside the widget
below is my class about the TextFiled class InputContainer extends StatefulWidget{ final _InputContainerInner input = new _InputContainerInner(); @override State createState() { return input; } } class _InputContainerInner extends State{ TextEditingCo
June 26, 2019 at 08:47AM by yusong hu
https://ift.tt/2Lh8DFK
how to get the TextFiled value outside the widget
below is my class about the TextFiled class InputContainer extends StatefulWidget{ final _InputContainerInner input = new _InputContainerInner(); @override State createState() { return input; } } class _InputContainerInner extends State{ TextEditingCo
June 26, 2019 at 08:47AM by yusong hu
https://ift.tt/2Lh8DFK
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 Calendar Libraries Comparison
https://ift.tt/2X01g7W
June 26, 2019 at 12:04PM by Elixane
https://ift.tt/2XwCbG2
Flutter Calendar Libraries Comparison
https://ift.tt/2X01g7W
June 26, 2019 at 12:04PM by Elixane
https://ift.tt/2XwCbG2
Medium
Flutter Calendar Libraries Comparison
Putting Flutter calendar libraries up to the challenge!
New post on /r/flutterdev subreddit:
I made a Flutter package for reading objects from Amazon S3
https://ift.tt/2XwAJU6
June 26, 2019 at 11:03AM by knaekce
https://ift.tt/2X4sV7s
I made a Flutter package for reading objects from Amazon S3
https://ift.tt/2XwAJU6
June 26, 2019 at 11:03AM by knaekce
https://ift.tt/2X4sV7s
Dart packages
flutter_aws_s3_client | Dart Package
A simple, unofficial AWS S3 client in dart. Supports downloading objects and listing objects in a bucket.
New post on /r/flutterdev subreddit:
I want to make an app that makes use of cloud firestore for the backend. Any ideas as to what I should make?
I'm sorta new to flutter, so maybe you have some ideas that are suited to my level?Also, the main objective here is for me to learn to use firestore in any app.
June 26, 2019 at 10:56AM by BlekSmungus
https://ift.tt/2FL7qDd
I want to make an app that makes use of cloud firestore for the backend. Any ideas as to what I should make?
I'm sorta new to flutter, so maybe you have some ideas that are suited to my level?Also, the main objective here is for me to learn to use firestore in any app.
June 26, 2019 at 10:56AM by BlekSmungus
https://ift.tt/2FL7qDd
reddit
r/FlutterDev - I want to make an app that makes use of cloud firestore for the backend. Any ideas as to what I should make?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Draggable and Drag Target in Flutter - FlutterDevs
https://ift.tt/2J6iOKx
June 26, 2019 at 12:49PM by adi-reddit
https://ift.tt/2X4uwz4
Draggable and Drag Target in Flutter - FlutterDevs
https://ift.tt/2J6iOKx
June 26, 2019 at 12:49PM by adi-reddit
https://ift.tt/2X4uwz4
Medium
Draggable and Drag Target in Flutter
Flutter provides variety of Widgets through which we can build any kind of UI . But more than a design , your app should be interactive…
New post on /r/flutterdev subreddit:
How to Make HTTP Request Using Chopper in Flutter
https://ift.tt/2YkExoE
June 26, 2019 at 01:46PM by adityamishra282
https://ift.tt/2X6BEuV
How to Make HTTP Request Using Chopper in Flutter
https://ift.tt/2YkExoE
June 26, 2019 at 01:46PM by adityamishra282
https://ift.tt/2X6BEuV
Cumulations
How to Make HTTP Request Using Chopper in Flutter
In this article, we have explained how to make HTTP request using the chopper, Let's start it one by one with the basic understanding of flutter, MobX, and Chopper.
New post on /r/flutterdev subreddit:
Does any of you have some experience with fastlane&Codemagic? Worth a try?
https://ift.tt/2IQCYcN
June 26, 2019 at 02:26PM by katrindev
https://ift.tt/2Lm68BW
Does any of you have some experience with fastlane&Codemagic? Worth a try?
https://ift.tt/2IQCYcN
June 26, 2019 at 02:26PM by katrindev
https://ift.tt/2Lm68BW
Codemagic blog
How to use fastlane with Codemagic
With the automation power of fastlane and Codemagic, you can deploy Flutter apps to the customer regularly.
New post on /r/flutterdev subreddit:
firedart - a dart-native implementation of the Firebase SDK
https://ift.tt/2YbTzwR
June 26, 2019 at 02:47PM by DrCachapa
https://ift.tt/2FANL8J
firedart - a dart-native implementation of the Firebase SDK
https://ift.tt/2YbTzwR
June 26, 2019 at 02:47PM by DrCachapa
https://ift.tt/2FANL8J
Dart packages
firedart | Dart Package
A dart-native implementation of the Firebase Auth and Firestore SDKs.
New post on /r/flutterdev subreddit:
What the difference Google's Provider and Bloc?
What's the difference between Google's Provider and Bloc?What are the pros and cons? What do I miss I if use provider?I thought that provider (3.0.0) was like ScopedModel and Bloc together.
June 26, 2019 at 02:38PM by D_apps
https://ift.tt/2ZMy6Lc
What the difference Google's Provider and Bloc?
What's the difference between Google's Provider and Bloc?What are the pros and cons? What do I miss I if use provider?I thought that provider (3.0.0) was like ScopedModel and Bloc together.
June 26, 2019 at 02:38PM by D_apps
https://ift.tt/2ZMy6Lc
reddit
r/FlutterDev - What the difference Google's Provider and Bloc?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter multi-Language app with multiple page. (Internationalizing Flutter apps)
Hello to all! I am creating a multi-language application. However, I do not find a tutorial on the web that would explain how to do it. I found tutorials to make a multi-language application for one page, but for many, I did not find. Do you have any suggestions? I want to detect the device
June 26, 2019 at 03:02PM by Pascal Fournier
https://ift.tt/2X9JqnD
Flutter multi-Language app with multiple page. (Internationalizing Flutter apps)
Hello to all! I am creating a multi-language application. However, I do not find a tutorial on the web that would explain how to do it. I found tutorials to make a multi-language application for one page, but for many, I did not find. Do you have any suggestions? I want to detect the device
June 26, 2019 at 03:02PM by Pascal Fournier
https://ift.tt/2X9JqnD
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:
<b>Sodium / Xcode 10</b>
Is there a known issue with flutter_sodium and Xcode 10? Or is there something else at play? I can't seem to find anything about it and all the workarounds I find fail to get me past this error:<pre>warning: no rule to process file '$FLUTTER_HOME/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/libsodium-ios/lib/libsodium.a' of type 'archive.ar' for architecture 'x86_64' (in target 'flutter_sodium') /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1358:50: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_init(statePtr, keyPtr, key.count, outlen) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1364:48: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_init(statePtr, nil, 0, outlen) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1378:50: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_update(statePtr, iPtr, CUnsignedLongLong(i.count)) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1394:49: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_final(statePtr, outPtr, outlen) </pre>As suggested, I've added SWIFT_VERSION to the Podfile, removed Podfile.lock and rebuilt. I've removed ios and rebuilt it with flutter create.<pre>[✓] Flutter (Channel master, v1.7.9-pre.6, on Mac OS X 10.14.6 18G29g, locale en-US) • Flutter version 1.7.9-pre.6 at /Users/username/bin/flutter/1.7.2 • Framework revision bb6c3f8131 (3 days ago), 2019-06-22 19:30:24 -0700 • Engine revision a41243dcac • Dart version 2.4.0 [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at /Users/username/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 10.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.2.1, Build version 10E1001 • CocoaPods version 1.7.2 [✓] iOS tools - develop for iOS devices • ios-deploy 1.9.4 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 3.4) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 36.1.1 • Dart plugin version 183.6270 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) [✓] Android Studio • Android Studio at /Applications/Android Studio 3.5 Preview.app/Contents • Flutter plugin version 36.0.1 • Dart plugin version 191.7830 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) [✓] IntelliJ IDEA Ultimate Edition (version 2018.3) • IntelliJ at /Applications/IntelliJ IDEA.app • Flutter plugin version 29.0.2 • Dart plugin version 181.4203.498 [✓] VS Code (version 1.35.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.1.0 [✓] Connected device (3 available) • iPhone X • • ios • com.apple.CoreSimulator.SimRuntime.iOS-11-3 (simulator) • macOS • macOS • darwin-x64 • Mac…
<b>Sodium / Xcode 10</b>
Is there a known issue with flutter_sodium and Xcode 10? Or is there something else at play? I can't seem to find anything about it and all the workarounds I find fail to get me past this error:<pre>warning: no rule to process file '$FLUTTER_HOME/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/libsodium-ios/lib/libsodium.a' of type 'archive.ar' for architecture 'x86_64' (in target 'flutter_sodium') /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1358:50: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_init(statePtr, keyPtr, key.count, outlen) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1364:48: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_init(statePtr, nil, 0, outlen) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1378:50: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_update(statePtr, iPtr, CUnsignedLongLong(i.count)) ^~~~~~~~ /Users/username/bin/flutter/1.7.2/.pub-cache/hosted/pub.dartlang.org/flutter_sodium-0.0.9/ios/Classes/SwiftFlutterSodiumPlugin.swift:1394:49: error: cannot convert value of type 'UnsafeMutablePointer<_>' to expected argument type 'OpaquePointer?' flutter_sodium.crypto_generichash_final(statePtr, outPtr, outlen) </pre>As suggested, I've added SWIFT_VERSION to the Podfile, removed Podfile.lock and rebuilt. I've removed ios and rebuilt it with flutter create.<pre>[✓] Flutter (Channel master, v1.7.9-pre.6, on Mac OS X 10.14.6 18G29g, locale en-US) • Flutter version 1.7.9-pre.6 at /Users/username/bin/flutter/1.7.2 • Framework revision bb6c3f8131 (3 days ago), 2019-06-22 19:30:24 -0700 • Engine revision a41243dcac • Dart version 2.4.0 [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at /Users/username/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 10.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.2.1, Build version 10E1001 • CocoaPods version 1.7.2 [✓] iOS tools - develop for iOS devices • ios-deploy 1.9.4 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 3.4) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 36.1.1 • Dart plugin version 183.6270 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) [✓] Android Studio • Android Studio at /Applications/Android Studio 3.5 Preview.app/Contents • Flutter plugin version 36.0.1 • Dart plugin version 191.7830 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) [✓] IntelliJ IDEA Ultimate Edition (version 2018.3) • IntelliJ at /Applications/IntelliJ IDEA.app • Flutter plugin version 29.0.2 • Dart plugin version 181.4203.498 [✓] VS Code (version 1.35.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.1.0 [✓] Connected device (3 available) • iPhone X • • ios • com.apple.CoreSimulator.SimRuntime.iOS-11-3 (simulator) • macOS • macOS • darwin-x64 • Mac…
New post on /r/flutterdev subreddit:
What's the difference between Google's Provider and Bloc?
What's the difference between Google's Provider and Bloc?What are the pros and cons? What do I miss I if use provider?I thought that provider (3.0.0) was like ScopedModel and Bloc together.
June 26, 2019 at 03:05PM by D_apps
https://ift.tt/2IPfFQy
What's the difference between Google's Provider and Bloc?
What's the difference between Google's Provider and Bloc?What are the pros and cons? What do I miss I if use provider?I thought that provider (3.0.0) was like ScopedModel and Bloc together.
June 26, 2019 at 03:05PM by D_apps
https://ift.tt/2IPfFQy
reddit
r/FlutterDev - What's the difference between Google's Provider and Bloc?
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
How to make a pageviewer that can show first page after the last page scrolled??
June 26, 2019 at 05:50PM by Vishnu Suresh
https://ift.tt/2X3u1R3
How to make a pageviewer that can show first page after the last page scrolled??
June 26, 2019 at 05:50PM by Vishnu Suresh
https://ift.tt/2X3u1R3
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:
I am writing a book about testing Flutter apps and looking for content suggestions
Hello fellow Flutter devs!I've started writing a free book about testing Flutter applications and I would like to hear from you if there are some areas that you think should be covered. I want to create a project from start to finish using TDD and share as much knowledge I've gained about testing (finding elements, interacting with widgets, mocking API etc.).Are there any problems you've encountered while writing tests and didn't know how to deal with? I'm looking forward to hearing from you
June 26, 2019 at 06:23PM by krzysztof_engineer
https://ift.tt/2XCj25n
I am writing a book about testing Flutter apps and looking for content suggestions
Hello fellow Flutter devs!I've started writing a free book about testing Flutter applications and I would like to hear from you if there are some areas that you think should be covered. I want to create a project from start to finish using TDD and share as much knowledge I've gained about testing (finding elements, interacting with widgets, mocking API etc.).Are there any problems you've encountered while writing tests and didn't know how to deal with? I'm looking forward to hearing from you
June 26, 2019 at 06:23PM by krzysztof_engineer
https://ift.tt/2XCj25n
reddit
r/FlutterDev - I am writing a book about testing Flutter apps and looking for content suggestions
0 votes and 1 comment so far on Reddit