#### What Will I Learn? - You will learn about the battery plugin - You will learn about the connectivity plugin - You will learn about the device info plugin - You will learn how to handle Platform Messages in Flutter - You will learn about Flutter-Fire and the various Google backed Plugins for Flutter #### Requirements - [IDEA intellij](https://www.jetbrains.com/idea/) or [Visual Studio Code](https://code.visualstudio.com/) with the Dart/Flutter [Plugins](https://github.com/flutter/flutter-intellij) - The [Dart SDK](https://www.dartlang.org/install) and the [Flutter SDK](https://flutter.io/get-started/install/) - A fair understanding of Mobile development and Imperative or Object Oriented Programming #### Difficulty - Intermediate #### Description In this **Flutter Video Tutorial,** we take a look at three general **utility plugins**; **connectivity, battery and device info**. These plugins are a part of the [Flutter Fire GitHub Repository](https://github.com/flutter/plugins/tree/master/packages); a **repository of plugins** that are maintained by the **flutter team**. All of the plugins make use of **Platform Messages** which are **asynchronous messages** that are sent to and from the host platform. Through these messages, Flutter gains access to **APIs** that are are part of the **Host platform's ecosystem**. This includes hardware APIs, operating system applications and drivers. The **Connectivity Plugin** gives us an API that lets us check the status of the **internet connectivity** of the device that our application is installed on. This can be very useful because it allows us to throttle some of the features in our application in response to changes in the internet speed and availability. With this library, we can make sure that our application does not eat up too much data. The **Battery Plugin** is similar to the connectivity plugin, except it gives us an API which lets us communicate with the **battery state** of the device. We can use this feature to build out applications that directly relate to battery power. Again, we are able to use this to dynamically change how are applications react to the changes in the device's battery life. The final plugin we looked at in this tutorial is the **Device Info plugin**. The device info plugin gives us access to various different pieces of information that are unique to the device that the application is running on. This includes the **brand, model number, id and fingerprint**. We can use these different properties to change some of the features of our application and make it so that the application can work better on older devices. We can also make it so that the application provides alternative features for devices that are lacking specific pieces of hardware. The source code for this project can be found [here](https://github.com/tensor-programming/Flutter_Utils_Tutorial) The Flutter Fire Repository can be found [here](https://github.com/flutter/plugins) #### Video Tutorial <iframe width="560" height="315" src="https://www.youtube.com/embed/hLKtx2HzqXc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> #### Projects and Series > ##### Stand Alone Projects: > - [Dart Flutter Cross Platform Chat Application Tutorial](https://steemit.com/@tensor/dart-flutter-cross-platform-chat-application-tutorial) > - [Building a Temperature Conversion Application using Dart's Flutter Framework](https://utopian.io/u/38673252) > - [Managing State with Flutter Flux and Building a Crypto Tracker Application with Dart's Flutter Framework](https://utopian.io/u/43961141) > ##### Building a Calculator > - [Building a Calculator Layout using Dart's Flutter Framework](https://utopian.io/u/39348292) > - [Finishing our Calculator Application with Dart's Flutter Framework](https://utopian.io/u/39522895) > ##### Movie Searcher Application > - [Building a Movie Searcher with RxDart and SQLite in Dart's Flutter Framework (Part 1)](https://utopian.io/u/41053969) > - [Building a Movie Searcher with RxDart and SQLite in Dart's Flutter Framework (Part 2)](https://utopian.io/u/41208913) > - [Building a Movie Searcher with RxDart and SQLite in Dart's Flutter Framework (Part 3, Final)](https://utopian.io/u/41384278) > #### Minesweeper Game > - [Building a Mine Sweeper Game using Dart's Flutter Framework (Part 1)](https://utopian.io/u/42282888) > - [Building a Mine Sweeper Game using Dart's Flutter Framework (Part 2)](https://utopian.io/u/42433127) > - [Building a Mine Sweeper Game using Dart's Flutter Framework (Part 3)](https://utopian.io/u/42568713) > - [Building a Mine Sweeper Game using Dart's Flutter Framework (Part 4, Final)](https://utopian.io/u/42697072) #### Curriculum - [Building a Multi-Page Application with Dart's Flutter Mobile Framework](https://utopian.io/u/36304896) - [Making Http requests and Using Json in Dart's Flutter Framework](https://utopian.io/u/36711012) - [Building Dynamic Lists with Streams in Dart's Flutter Framework](https://utopian.io/u/36947451) - [Using GridView, Tabs, and Steppers in Dart's Flutter Framework](https://utopian.io/u/37160274) - [Using Global Keys to get State and Validate Input in Dart's Flutter Framework](https://utopian.io/u/37555657) - [The Basics of Animation with Dart's Flutter Framework](https://utopian.io/u/37731908) - [Advanced Physics Based Animations in Dart's Flutter Framework](https://utopian.io/u/38077640) - [Building a Drag and Drop Application with Dart's Flutter Framework](https://utopian.io/u/38246831) - [Building a Hero Animation and an Application Drawer in Dart's Flutter Framework](https://utopian.io/u/38433382) - [Using Inherited Widgets and Gesture Detectors in Dart's Flutter Framework](https://utopian.io/u/38862139) - [Using Gradients, Fractional Offsets, Page Views and Other Widgets in Dart's Flutter Framework](https://utopian.io/u/39001452) - [Making use of Shared Preferences, Flex Widgets and Dismissibles with Dart's Flutter framework](https://utopian.io/u/39694109) - [Using the Different Style Widgets and Properties in Dart's Flutter Framework](https://utopian.io/u/39890067) - [Composing Animations and Chaining Animations in Dart's Flutter Framework](https://utopian.io/u/40065925) - [Building a Countdown Timer with a Custom Painter and Animations in Dart's Flutter Framework](https://utopian.io/u/40384708) - [Reading and Writing Data and Files with Path Provider using Dart's Flutter Framework](https://utopian.io/u/40536227) - [Exploring Webviews and the Url Launcher Plugin in Dart's Flutter Framework](https://utopian.io/u/40707081) - [Adding a Real-time Database to a Flutter application with Firebase](https://utopian.io/u/41791441) - [Building a List in Redux with Dart's Flutter Framework](https://utopian.io/u/41963715) - [Managing State with the Scoped Model Pattern in Dart's Flutter Framework](https://utopian.io/u/42126946) - [Authenticating Guest Users for Firebase using Dart's Flutter Framework](https://utopian.io/u/43164921) - [How to Monetize Your Flutter Applications Using Admob](https://utopian.io/u/43345353) - [Using Geolocator to Communicate with the GPS and Build a Map in Dart's Flutter Framework](https://utopian.io/u/43502503) - [Managing the App Life Cycle and the Screen Orientation in Dart's Flutter Framework](https://utopian.io/u/43654354) <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@tensor/making-use-of-general-utility-libraries-for-dart-s-flutter-framework">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | tensor | ||||||
---|---|---|---|---|---|---|---|
permlink | making-use-of-general-utility-libraries-for-dart-s-flutter-framework | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":31792824,"name":"flutter","full_name":"flutter/flutter","html_url":"https://github.com/flutter/flutter","fork":false,"owner":{"login":"flutter"}},"pullRequests":[],"platform":"github","type":"video-tutorials","tags":["utopian-io","steemstem","steemiteducation","science","technology"],"users":["tensor"],"links":["https://www.jetbrains.com/idea/","https://code.visualstudio.com/","https://github.com/flutter/flutter-intellij","https://www.dartlang.org/install","https://flutter.io/get-started/install/","https://github.com/flutter/plugins/tree/master/packages","https://github.com/tensor-programming/Flutter_Utils_Tutorial","https://github.com/flutter/plugins","https://steemit.com/@tensor/dart-flutter-cross-platform-chat-application-tutorial","https://utopian.io/u/38673252","https://utopian.io/u/43961141","https://utopian.io/u/39348292","https://utopian.io/u/39522895","https://utopian.io/u/41053969","https://utopian.io/u/41208913","https://utopian.io/u/41384278","https://utopian.io/u/42282888","https://utopian.io/u/42433127","https://utopian.io/u/42568713","https://utopian.io/u/42697072","https://utopian.io/u/36304896","https://utopian.io/u/36711012","https://utopian.io/u/36947451","https://utopian.io/u/37160274","https://utopian.io/u/37555657","https://utopian.io/u/37731908","https://utopian.io/u/38077640","https://utopian.io/u/38246831","https://utopian.io/u/38433382","https://utopian.io/u/38862139","https://utopian.io/u/39001452","https://utopian.io/u/39694109","https://utopian.io/u/39890067","https://utopian.io/u/40065925","https://utopian.io/u/40384708","https://utopian.io/u/40536227","https://utopian.io/u/40707081","https://utopian.io/u/41791441","https://utopian.io/u/41963715","https://utopian.io/u/42126946","https://utopian.io/u/43164921","https://utopian.io/u/43345353","https://utopian.io/u/43502503","https://utopian.io/u/43654354"],"moderator":{"flagged":false,"reviewed":true,"pending":false,"time":"2018-04-21T21:25:06.496Z","account":"buckydurddle"},"questions":null,"score":null,"total_influence":null,"staff_pick":null,"config":{"questions":[{"answers":[{"value":10,"answer_id":1,"answer":"3-5 substantial concepts covered in the tutorial."},{"value":5,"answer_id":2,"answer":"Less than 3 or more than 5 substantial concepts covered in the tutorial."},{"value":0,"answer_id":3,"answer":"No substantial or recognisable concepts."}],"question_id":"vtut-1","question":"Does the tutorial address a minimum of 3 substantial concepts and no more than 5?"},{"answers":[{"value":5,"answer_id":1,"answer":"Thorough text and images for concepts covered."},{"value":2,"answer_id":2,"answer":"Minimal text and images."},{"value":0,"answer_id":3,"answer":"No or very little text and images."}],"question_id":"vtut-2","question":"Concepts covered in the tutorial are indicated in the post text with a short description of each concept and when appropriate, images?"},{"answers":[{"value":10,"answer_id":1,"answer":"Yes"},{"value":0,"answer_id":2,"answer":"No"}],"question_id":"vtut-3","question":"Does the contributor provide supplementary resources, such as code and sample files in the contribution post or a GitHub repository?"},{"answers":[{"value":10,"answer_id":1,"answer":"Yes."},{"value":5,"answer_id":2,"answer":"Yes, but first entry in the series."},{"value":0,"answer_id":3,"answer":"No."}],"question_id":"vtut-4","question":"Is the tutorial part of a series?"},{"answers":[{"value":5,"answer_id":1,"answer":"Yes."},{"value":2,"answer_id":2,"answer":"Yes, but not detailed enough or does not cover all sections."},{"value":0,"answer_id":3,"answer":"No."}],"question_id":"vtut-5","question":"Is there an outline for the tutorial content at the beginning of the post?"},{"answers":[{"value":10,"answer_id":1,"answer":"Yes."},{"value":5,"answer_id":2,"answer":"Mostly understandable."},{"value":0,"answer_id":3,"answer":"No."}],"question_id":"vtut-6","question":"Does the presenter speak clearly and is easily understandable?"},{"answers":[{"value":10,"answer_id":1,"answer":"It is formal, informative and well written with clear content."},{"value":5,"answer_id":2,"answer":"It is informative with clear content but not formal enough."},{"value":4,"answer_id":3,"answer":"The contribution could be more informative or contains unrelated information, formality and clarity of the content are good enough."},{"value":2,"answer_id":4,"answer":"Not all sections were clear enough but overall holds value for the project."},{"value":0,"answer_id":5,"answer":"Not at all."}],"question_id":"c-1","question":"Does the writing style meet the Utopian standard considering formalness, informativeness and clarity of the content?"},{"answers":[{"value":5,"answer_id":1,"answer":"All points of the template were included with additional points as well."},{"value":4,"answer_id":2,"answer":"The template was followed without additions."},{"value":3,"answer_id":3,"answer":"The template was edited but the points were covered in different way."},{"value":3,"answer_id":4,"answer":"Not all points of the template were covered in the contribution but the structure is clear enough."},{"value":2,"answer_id":5,"answer":"The template was not followed but the structure is clear enough."},{"value":0,"answer_id":6,"answer":"The contents are not clearly structured at all."}],"question_id":"c-2","question":"Was the provided category template for the editor followed?"},{"answers":[{"value":5,"answer_id":1,"answer":"No other users were tagged by the contributor."},{"value":5,"answer_id":2,"answer":"Used tags are reasonable and all tagged people are connected to the project and/or the contribution."},{"value":2,"answer_id":3,"answer":"The contribution contains mentions of other users that are not directly related to the contribution but related in other ways."},{"value":0,"answer_id":4,"answer":"The contributor misuses tagging of other users."}],"question_id":"c-3","question":"Did the contributor tag other users?"},{"answers":[{"value":5,"answer_id":1,"answer":"No"},{"value":5,"answer_id":2,"answer":"Yes, but not in a way that disturbs readability. "},{"value":0,"answer_id":3,"answer":"Yes."}],"question_id":"c-4","question":"Did the contributor ask for upvotes, resteems, follows or witness vote?"},{"answers":[{"value":5,"answer_id":1,"answer":"Yes, the graphical content is included and adds more value to the contribution."},{"value":4,"answer_id":2,"answer":"No but the contribution works well without graphical content well."},{"value":3,"answer_id":3,"answer":"Yes, but most of the graphical contentโs purpose is just for presentational matters."},{"value":0,"answer_id":4,"answer":"No relevant or useful graphical content is included in the contribution."}],"question_id":"c-5","question":"Was a graphical content like images, charts, videos or screenshots included?"},{"answers":[{"value":20,"answer_id":1,"answer":"Extraordinary value to both the project and the open source community overall."},{"value":15,"answer_id":2,"answer":"Significant value to the project or open source community."},{"value":10,"answer_id":3,"answer":"Some value to the project or open source community."},{"value":5,"answer_id":4,"answer":"Little value to the project or open source community."},{"value":0,"answer_id":5,"answer":"No obvious value to project or open source community."}],"question_id":"c-6","question":"How would you rate the overall added value?"}]}}" | ||||||
created | 2018-04-18 01:38:12 | ||||||
last_update | 2018-04-21 21:25:06 | ||||||
depth | 0 | ||||||
children | 4 | ||||||
last_payout | 2018-04-25 01:38:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 97.304 HBD | ||||||
curator_payout_value | 36.671 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7,558 | ||||||
author_reputation | 87,856,203,149,624 | ||||||
root_title | "Making use of General Utility Libraries for Dart's Flutter Framework" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,668,047 | ||||||
net_rshares | 29,719,859,991,838 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lafona-miner | 0 | 140,325,200,983 | 5% | ||
kushed | 0 | 18,051,436,201 | 0.89% | ||
justtryme90 | 0 | 143,181,740,091 | 5% | ||
eric-boucher | 0 | 1,962,122,127 | 0.44% | ||
anwenbaumeister | 0 | 25,866,089,948 | 0.89% | ||
liberosist | 0 | 7,058,563,162 | 0.89% | ||
shaka | 0 | 546,150,505,900 | 15% | ||
freyman | 0 | 8,764,429,072 | 55% | ||
lemouth | 0 | 17,287,555,902 | 3.5% | ||
rjbauer85 | 0 | 278,172,761 | 5% | ||
anarchyhasnogods | 0 | 8,465,065,691 | 2.5% | ||
meerkat | 0 | 60,037,474,489 | 0.89% | ||
curie | 0 | 47,460,332,288 | 0.89% | ||
yuxi | 0 | 3,770,126,471 | 20% | ||
vannour | 0 | 998,881,126 | 1% | ||
hendrikdegrote | 0 | 516,027,101,501 | 0.89% | ||
steemstem | 0 | 125,769,324,954 | 5% | ||
dashfit | 0 | 114,456,221 | 0.44% | ||
ejhaasteem | 0 | 146,571,660 | 10% | ||
sethroot | 0 | 62,022,204 | 0.08% | ||
foundation | 0 | 438,201,375 | 5% | ||
the-devil | 0 | 585,134,051 | 5% | ||
dna-replication | 0 | 1,402,184,464 | 5% | ||
boynashruddin | 0 | 328,754,090 | 5% | ||
pacokam8 | 0 | 84,094,017 | 0.22% | ||
jamhuery | 0 | 499,070,664 | 5% | ||
choogirl | 0 | 196,200,565,724 | 20% | ||
kryzsec | 0 | 2,057,962,494 | 5% | ||
markangeltrueman | 0 | 335,472,897 | 0.13% | ||
flurgx | 0 | 78,881,636,395 | 50% | ||
tantawi | 0 | 74,395,438 | 0.89% | ||
locikll | 0 | 422,996,446 | 1.78% | ||
dber | 0 | 1,739,329,155 | 5% | ||
aboutyourbiz | 0 | 210,930,121 | 0.89% | ||
kerriknox | 0 | 12,126,653,432 | 5% | ||
tensor | 0 | 27,205,981,472 | 100% | ||
ertwro | 0 | 2,067,201,391 | 5% | ||
coloringiship | 0 | 169,631,285 | 0.04% | ||
juanjdiaz89 | 0 | 211,774,647 | 5% | ||
thinknzombie | 0 | 1,566,322,096 | 0.44% | ||
nitesh9 | 0 | 1,125,456,994 | 5% | ||
himal | 0 | 346,906,445 | 5% | ||
abigail-dantes | 0 | 75,615,958,815 | 5% | ||
leczy | 0 | 294,643,650 | 5% | ||
suravsingh | 0 | 59,409,543 | 5% | ||
joseg | 0 | 1,473,650,908 | 100% | ||
misterakpan | 0 | 102,358,881 | 0.04% | ||
mountain.phil28 | 0 | 2,189,117,607 | 25% | ||
mountainwashere | 0 | 1,858,403,461 | 5% | ||
cifer | 0 | 6,963,759,995 | 80% | ||
felixrodriguez | 0 | 123,101,898 | 2.5% | ||
pearlumie | 0 | 1,907,364,081 | 5% | ||
gabox | 0 | 177,542,242 | 0.04% | ||
infinitelearning | 0 | 155,532,055 | 2% | ||
massivevibration | 0 | 3,531,872,329 | 5% | ||
onartbali | 0 | 539,504,179 | 5% | ||
clweeks | 0 | 60,536,567 | 0.35% | ||
torico | 0 | 293,084,421 | 0.13% | ||
piaristmonk | 0 | 10,229,127,660 | 100% | ||
ksolymosi | 0 | 979,283,723 | 5% | ||
simplifylife | 0 | 755,030,893 | 2.5% | ||
jordanx2 | 0 | 59,442,625 | 0.44% | ||
zeeshan003 | 0 | 107,270,476 | 5% | ||
erodedthoughts | 0 | 694,566,935 | 0.75% | ||
enzor | 0 | 85,444,733 | 2.5% | ||
loshcat | 0 | 2,876,908,306 | 100% | ||
bobdos | 0 | 299,442,254 | 0.08% | ||
carloserp-2000 | 0 | 833,062,737 | 5% | ||
pangoli | 0 | 372,756,869 | 5% | ||
rachelsmantra | 0 | 193,103,174 | 5% | ||
gra | 0 | 1,329,725,422 | 5% | ||
utopian-io | 0 | 27,471,214,098,870 | 18.2% | ||
sireh | 0 | 320,051,699 | 0.17% | ||
greenorange | 0 | 606,408,447 | 100% | ||
kenadis | 0 | 1,219,881,233 | 5% | ||
esaia.mystic | 0 | 66,497,614 | 0.89% | ||
amavi | 0 | 780,751,719 | 1% | ||
robotics101 | 0 | 200,136,648 | 4% | ||
gentleshaid | 0 | 1,157,760,158 | 5% | ||
rantar | 0 | 19,669,053,724 | 100% | ||
cgbartow | 0 | 173,381,951 | 2.5% | ||
sco | 0 | 184,035,244 | 0.25% | ||
adetola | 0 | 176,462,062 | 5% | ||
luoq | 0 | 25,688,662,387 | 100% | ||
dysfunctional | 0 | 226,810,855 | 2.5% | ||
monie | 0 | 431,761,027 | 100% | ||
whileponderin | 0 | 122,351,384 | 5% | ||
bennettitalia | 0 | 96,292,771 | 0.04% | ||
hadji | 0 | 218,808,141 | 5% | ||
sakura1012 | 0 | 137,667,389 | 5% | ||
jjay | 0 | 674,681,363 | 100% | ||
terrylovejoy | 0 | 679,845,805 | 2% | ||
best-strategy | 0 | 612,743,250 | 100% | ||
rionpistorius | 0 | 98,027,620 | 2.5% | ||
deutsch-boost | 0 | 383,848,248 | 20% | ||
dexterdev | 0 | 936,951,915 | 5% | ||
mariaisabelq | 0 | 462,762,630 | 100% | ||
ugonma | 0 | 72,451,024 | 5% | ||
maxpatternman | 0 | 7,894,354,518 | 100% | ||
hevictor | 0 | 1,266,812,918 | 100% | ||
alexdory | 0 | 614,083,504 | 5% | ||
benleemusic | 0 | 1,350,867,105 | 0.04% | ||
vinamra | 0 | 1,651,669,849 | 100% | ||
aderemi01 | 0 | 3,034,111,603 | 100% | ||
chimtivers96 | 0 | 61,756,761 | 0.89% | ||
positiveninja | 0 | 150,901,085 | 0.44% | ||
mindark | 0 | 531,949,662 | 100% | ||
theunlimited | 0 | 52,227,985 | 10% | ||
chillingotter | 0 | 102,300,994 | 0.44% | ||
sbi2 | 0 | 4,072,443,795 | 2% | ||
drako2016 | 0 | 554,373,985 | 100% | ||
pseudojew | 0 | 84,046,426 | 5% | ||
effofex | 0 | 56,107,827 | 2.5% | ||
victorcovrig | 0 | 69,791,914 | 1% | ||
glassford | 0 | 146,720,923 | 100% | ||
de-stem | 0 | 1,576,462,522 | 4% | ||
derbesserwisser | 0 | 3,252,646,892 | 100% | ||
onderakcaalan | 0 | 1,382,876,568 | 100% | ||
saracampero | 0 | 100,909,346 | 100% | ||
blackbergeron | 0 | 8,598,192,809 | 100% | ||
chloroform | 0 | 312,628,633 | 5% | ||
doctor-cog-diss | 0 | 250,545,286 | 100% | ||
clayjohn | 0 | 5,981,741,965 | 100% | ||
niouton | 0 | 129,000,229 | 0.17% | ||
baiivan | 0 | 186,657,854 | 100% | ||
algo.coder | 0 | 7,112,625,465 | 75% | ||
patternbot | 0 | 1,956,991,327 | 100% | ||
biomimi | 0 | 186,615,167 | 40% | ||
qurator-tier-1-2 | 0 | 26,506,557,459 | 3.5% |
Thank you for your contribution. It has been approved. ---------------------------------------------------------------------- Need help? Write a ticket on https://support.utopian.io. Chat with us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | rosatravels | ||||||
---|---|---|---|---|---|---|---|
permlink | re-tensor-making-use-of-general-utility-libraries-for-dart-s-flutter-framework-20180418t180748353z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-04-18 18:07:51 | ||||||
last_update | 2018-04-18 18:07:51 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-04-25 18:07:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.086 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 296 | ||||||
author_reputation | 422,827,447,688,168 | ||||||
root_title | "Making use of General Utility Libraries for Dart's Flutter Framework" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,802,313 | ||||||
net_rshares | 25,176,455,456 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tensor | 0 | 25,176,455,456 | 100% |
Again, thanks for moderating my contributions.
author | tensor |
---|---|
permlink | re-rosatravels-re-tensor-making-use-of-general-utility-libraries-for-dart-s-flutter-framework-20180418t202038467z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-18 20:20:36 |
last_update | 2018-04-18 20:20:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-25 20:20:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 87,856,203,149,624 |
root_title | "Making use of General Utility Libraries for Dart's Flutter Framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,820,016 |
net_rshares | 0 |
Great contribution friend @tensor, I am delighted with your article, most of your work is very good. I wish you continue to be successful and blessings friend. Greetings.
author | saracampero |
---|---|
permlink | re-tensor-making-use-of-general-utility-libraries-for-dart-s-flutter-framework-20180422t064029634z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["tensor"],"app":"steemit/0.1"} |
created | 2018-04-22 06:01:36 |
last_update | 2018-04-22 06:01:36 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 06:01:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 202,123,147,213,699 |
root_title | "Making use of General Utility Libraries for Dart's Flutter Framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,429,477 |
net_rshares | 0 |
### Hey @tensor! Thank you for the great work you've done! We're already looking forward to your next contribution! #### Fully Decentralized Rewards We hope you will take the time to share your expertise and knowledge by rating contributions made by others on Utopian.io to help us reward the best contributions together. #### Utopian Witness! <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a> We are made of developers, system administrators, entrepreneurs, artists, content creators, thinkers. We embrace every nationality, mindset and belief. **Want to chat? Join us on Discord https://discord.me/utopian-io**
author | utopian-io |
---|---|
permlink | re-tensor-making-use-of-general-utility-libraries-for-dart-s-flutter-framework-20180421t220042433z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-21 22:00:45 |
last_update | 2018-04-21 22:00:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-28 22:00:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.150 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 686 |
author_reputation | 152,955,367,999,756 |
root_title | "Making use of General Utility Libraries for Dart's Flutter Framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,378,914 |
net_rshares | 25,898,721,210 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tensor | 0 | 25,898,721,210 | 100% |