Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
New post on Flutter Dev Google group:

Flutter multi-Language app with multiple page. (Internation­alizing 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
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>[&#10003;] 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 [&#10003;] 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. [&#10003;] 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 [&#10003;] iOS tools - develop for iOS devices • ios-deploy 1.9.4 [&#10003;] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [&#10003;] 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) [&#10003;] 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) [&#10003;] 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 [&#10003;] VS Code (version 1.35.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.1.0 [&#10003;] 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
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
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