An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Jul 8, 2020 - Dart
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont
I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt
Hi,
How do you add integration with SDKs that deliver the result to onActivityResult method of fragment/activity? For example if you'd like to implement Authentication via Facebook SDK you would:
registerCallback() of [LoginManager](https://developeI noticed that if I just copy the code in: https://galio.io/docs/#/components/switch
<Switch
value={this.state["switch-1"]}
onValueChange={() => this.toggleSwitch("switch-1")}
/>
It throws an error saying that onChange is undefined. I think it would be a good to provide documentation that you would need onChange along with onValueChange. Unless I was implementing it wrong?
Enhanced WebView component for Android that works as intended out of the box
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
In the original library, changing of the font family is supported by editing styles.xml https://github.com/afollestad/material-dialogs/blob/master/documentation/CORE.md#fonts
<style name="AppTheme.Custom" parent="Theme.AppCompat">
<item name="md_font_title">@font/your_font</item>
<item name="md_font_body">@font/your_font</item>
<item name="md_font_button">@font/your_font</item>An advanced UI design implemented in Flutter
I find run.py is updated.
-# FLAGS.model = "darkflow/cfg/yolo.cfg" # tensorflow model
-# FLAGS.load = "darkflow/bin/yolo.weights" # tensorflow weights
-FLAGS.pbLoad = "tiny-yolo-voc-traffic.pb" # tensorflow model
-FLAGS.metaLoad = "tiny-yolo-voc-traffic.meta" # tensorflow weights
could you share the file of tiny-yolo-voc-traffic.pb and tiny-yolo-voc-traffic.meta ?
thank you very much!
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example
Train and deploy machine learning models for mobile apps with Fritz AI.
An image resizing library for Android
We should update the main API reference page:
A Flutter app which shows a list of popular movies.
As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.
Pull Request Process:
I really wish I could do it myself but I have no experience with C#.
Can we add a Open in Atom option in the menu?
Using the terminal I can open the project by using atom .
I tried doing it myself but when I compile the master branch I get like 6
Could not load file or assembly or one of its dependencies
LiveCode cross-platform development environment (engine)
Recipes App in React Native
List of my talks and workshops: security engineering, applied cryptography, secure software development
Flutter UI with different widgets and firebase authentication email and gmail
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size
一个功能完整齐全的Bloc模式Flutter App项目。
mPaaS Demo 合集,mPaaS 是源自于支付宝的移动开发平台。The collection of demos for mPaaS components. mPaaS is the Mobile Development Platform which oriented from Alipay.
Describe the bug
Android receiving Chinese characters is right, but iOS is not correct.
use transports: [Transports.POLLING]
Android:
[{"msg":[{"method":"SystemNot","action":"1","ct":"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~","msgtype":"4"}],"retcode":"000000","retmsg":"OK"}]
iOS:
[{"msg":[{"method":"SystemNot","action":"1","ct":"ç�´æ�å��容å��å�«ä»»ä½�ä½�ä¿�ã��æ�´é�²å��æ¶�é
An ultra light, ultra simple two way binding library for IOS and Swift.
Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.
To associate your repository with the mobile-development topic, visit your repo's landing page and select "manage topics."
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is