Hugo Pointcheval hugo
hugo pushed to ui_kit/feat/button-components at Wyatt-FOSS/wyatt-packages 2023-02-10 16:01:02 +00:00
c5e9259adc feat(ui_kit): implement flat button
ad22328ac4 feat(ui_component): add button components
Compare 2 commits »
hugo merged pull request Wyatt-FOSS/wyatt-packages#135 2023-02-10 15:24:22 +00:00
ui_kit/build/add-hosting-configs
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-10 15:24:22 +00:00
ea18d39c44 style(ui_kit): remove cache files
b9f2305bca build(ui_kit): add firebase config
Compare 2 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-10 15:05:19 +00:00
55822ad870 feat(ui_kit): add quote / skill / portfolio cards (#126)
hugo merged pull request Wyatt-FOSS/wyatt-packages#133 2023-02-10 15:05:19 +00:00
ui_kit/feat/add-other-components
hugo commented on issue Wyatt-FOSS/wyatt-packages#54 2023-02-10 14:02:42 +00:00
New package: deferred_widget

Idea:

@Deferred()
class MyWidget extends StatelessWidget {...}

will generate

import 'package:flutter/material.dart';
import 'package:wyatt_deferred_widget_annotati…
hugo created pull request Wyatt-FOSS/wyatt-packages#134 2023-02-10 13:51:07 +00:00
WIP: ui_kit/feat/button-components
hugo pushed to ui_kit/feat/button-components at Wyatt-FOSS/wyatt-packages 2023-02-10 13:47:18 +00:00
79b42ee7a0 fix(uikit): remove useless file
hugo pushed to ui_kit/feat/button-components at Wyatt-FOSS/wyatt-packages 2023-02-10 13:45:45 +00:00
47f9504268 chore: update repo bricks
a7b482b21c chore(uikit): create package with mason
Compare 2 commits »
hugo created branch ui_kit/feat/button-components in Wyatt-FOSS/wyatt-packages 2023-02-10 13:45:45 +00:00
hugo created branch deferred/feat/create in Wyatt-FOSS/wyatt-packages 2023-02-10 13:40:43 +00:00
hugo pushed to deferred/feat/create at Wyatt-FOSS/wyatt-packages 2023-02-10 13:40:43 +00:00
c2f588d96e feat(deferred): (wip) add generator package
4441ddeb33 feat(deferred): (wip) add annotations package
Compare 2 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-10 13:21:23 +00:00
a563bd1fe3 style(ui_kit): add macos platform in example
hugo merged pull request Wyatt-FOSS/wyatt-packages#132 2023-02-10 13:21:22 +00:00
style(ui_kit): add macos platform in example
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-10 13:14:37 +00:00
5464cd1d40 feat(ui_kit): implement information card (#126)
ba1c1016e5 style(ui_kit): remove default files
Compare 2 commits »
hugo merged pull request Wyatt-FOSS/wyatt-packages#131 2023-02-10 13:14:36 +00:00
Add card components
hugo approved Wyatt-FOSS/wyatt-packages#131 2023-02-10 13:14:33 +00:00
Add card components
hugo merged pull request Wyatt-FOSS/wyatt-packages#130 2023-02-10 10:29:29 +00:00
feat(ui_components): add gradient attribut to text wrapper