Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0d4b4e

Browse files
committed
update readme
1 parent c573875 commit f0d4b4e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Flutter is Google’s portable UI toolkit for building beautiful, native applica
1515
[Uplabs](https://www.uplabs.com/challenges) is a place for designers and developers to find, share and buy inspiration and resources to build apps and sites.
1616

1717
on Up, every designer and developer can:
18+
1819
**1.** Browse and find inspiration on our daily showcases for Material Design (Android), iOS & macOS, and Site.
20+
1921
**2.** Search for specific UI elements and solutions;
22+
2023
**3.** Share her/his work (design, library, snippet, app, site) as inspiration or as a freebie;
24+
2125
**4.** [Sell her/his work](https://www.uplabs.com/sell) (themes, templates, icons, etc).
2226

2327

@@ -27,8 +31,11 @@ on Up, every designer and developer can:
2731
> 在这里,每个人都可以:
2832
>
2933
> **1.** 浏览并在我们的Material Design(Android),iOS和macOS以及Site的日常展示中找到灵感。
34+
>
3035
> **2.** 搜索特定的UI元素和解决方案;
36+
>
3137
> **3.** 分享她/他的作品(设计,图书馆,片段,应用程序,网站)作为灵感或免费赠品;
38+
>
3239
> **4.** [出售她/他的作品](https://www.uplabs.com/sell)(主题,模板,图标等)。
3340
3441

@@ -49,7 +56,7 @@ We can implement a simple transition effect
4956

5057
> 我们可以来实现一个简单的过渡效果
5158
52-
![](https://gph.to/2PW714q)
59+
![](tap.gif)
5360

5461
**Question**: Now you can see from the UI diagram that the initial size of the square is 100, the starting position is centered, the distance is 100px from the bottom, the position after the transition is centered, the distance is 500px from the bottom, and the size is changed to 300, and the rounded corner is set to 30.
5562

@@ -171,7 +178,7 @@ In the above code we have put a layer of GestureDetector, and then use the onTap
171178

172179
> 在上面的代码中我们已经套上了一层GestureDetector,然后通过onTap回调来处理点击事件,这里再进一步,再加上拖动效果。
173180
174-
![](https://gph.to/2Q1BHRZ)
181+
![](/Users/ditclear/Desktop/flutter-ui-challenges/JoinUs/drag.gif)
175182

176183
The vertical gesture monitoring can be handled by `onVerticalDragEnd`. According to the returned `DragUpdateDetails` parameter, the sliding distance can be obtained. We can change the offset according to it.
177184

‎drag.gif‎

33.2 KB
Loading[フレーム]

‎tap.gif‎

38.5 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /