Giter VIP home page Giter VIP logo

Hi gays , I'm xiooLoo

A Sometimes passion ✨ and sometimes idle 🥋 frontend developer from China 💖

xiaoLoo's Projects

awesome-ios-cn icon awesome-ios-cn

iOS 资源大全中文版,内容包括:框架、组件、测试、Apple Store、SDK、XCode、网站、书籍等

awesome-programming-books icon awesome-programming-books

经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等

boostnote icon boostnote

A markdown editor for developers on Mac, Windows and Linux.

flutter icon flutter

Flutter makes it easy and fast to build beautiful mobile apps.

flutter-learning icon flutter-learning

:octocat::fire: :+1: :star2: :star: :star::star: Flutter install&settings,Flutter problems when developing,Flutter sample codes& templates,Flutter projects,Dart languages sample codes

flutter-star icon flutter-star

//5星 Widget _ratings() { return new Container( padding: new EdgeInsets.all(20.0), margin: const EdgeInsets.all(20.0), decoration: BoxDecoration( border: Border.all(width: 2.0, color: Colors.green), ), child: new Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: [ new Row( mainAxisSize: MainAxisSize.min, children: <Widget>[ new Icon(Icons.star, color: Colors.black), new Icon(Icons.star, color: Colors.black), new Icon(Icons.star, color: Colors.black), new Icon(Icons.star, color: Colors.black), new Icon(Icons.star, color: Colors.black), ], ), new Text('170 Reviews', style: new TextStyle( color: Colors.black, fontWeight: FontWeight.w800, fontFamily: 'Roboto', letterSpacing: 0.5, fontSize: 20.0, )) ]));

flutter_components icon flutter_components

/** * 1. TapboxA [管理自身状态.] * 2. gradient_V [线性渐变(垂直渐变色)] * 3. gradient_H [线性渐变(水平渐变色)] * 4. ParentWidget [TapboxB:Parent管理状态State, TapboxC:混合管理状态State] * 5. rect_radius [圆角] * 6. shadow [阴影] * 7. circle_shap [圆和椭圆] * 8. textDeal [调整文本间距, 转换文本大小写:toLowerCase] * 9. richText [内联样式(即:富文本)] * 19. overflow_text [创建文本摘要(文本溢出处理)] */

flutter_listview icon flutter_listview

final _suggestions = <WordPair>[]; final _biggerFont = const TextStyle(fontSize: 18.0); final _save = new Set<WordPair>();//存储用户喜欢(收藏)的单词对

flutter_onpressed icon flutter_onpressed

void _toggleFavourite() { setState(() { if (_isFavourited) { _favouriteCount -= 1; _isFavourited = false; } else { _favouriteCount += 1; _isFavourited = true; } }); }

gpt4free icon gpt4free

decentralising the Ai Industry, just some language model api's...

hosts icon hosts

:bowtie:无障碍上网-你~懂得!

mukit icon mukit

'UITableView、UICollectionView、Signal、UINavigation、AliPay、weChatPay、Shared、Popup、Networking、Runtime、Block、UIScrollView、嵌套滚动、多代理、MVVM、Refresh、delegate、Route、路由、CheckBox、微信键盘、QQ下拉下单、图片多选、图片浏览器、图片缓存'-提高iOS开发效率的MUKit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.