kirwako / css2flutter

convert css styles to flutter styles

Home Page:https://c2f.kirwako.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css2flutter is an interesting little project. It's a way to convert css styles to flutter styles. I believe many web developers will like it. https://www.c2f.kirwako.com

Statement

For beginners, the Flutter style is really hard to remember. I want to build a website that converts css styles to flutter style online. Maybe it will help those web developers get started quickly.

NOTE

Although I have already written a part of the code, there are still a lot of styles that I have not converted. I very much hope that you can join and participate, sincerely invite

I want to use postcss to do a lot of things, we can get a style attribute and value, and then do a big mapping table... If you have a better idea, you can implement it together.

Run and build

Clone the project

git clone https://github.com/kirwa-KO/css2flutter.git

Install dependencies [recommended to use node version 16.x]

npm i

Startup project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

License

css2flutter is licensed under MIT license. View license. LICENSE

Support

This package costs me time to make and maintain every time.

[I am very 😀 about every coffee!]

Buy Me A Coffee

About

convert css styles to flutter styles

https://c2f.kirwako.com/

License:MIT License


Languages

Language:JavaScript 87.5%Language:CSS 6.3%Language:HTML 6.2%