Skip to content

Commit c735b24

Browse files
committed
Rename Library
1 parent 6dc64b9 commit c735b24

File tree

5 files changed

+1051
-952
lines changed

5 files changed

+1051
-952
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# Responsive Framework
33
[![Pub release](https://img.shields.io/badge/flutter-responsive-brightgreen.svg?style=flat-square)](https://github.com/Codelessly/ResponsiveFramework) [![Pub release](https://img.shields.io/pub/v/responsive_Framework.svg?style=flat-square)](https://pub.dev/packages/responsive_Framework) [![GitHub Release Date](https://img.shields.io/github/release-date/Codelessly/ResponsiveFramework.svg?style=flat-square)](https://github.com/Codelessly/ResponsiveFramework) [![GitHub issues](https://img.shields.io/github/issues/Codelessly/ResponsiveFramework.svg?style=flat-square)](https://github.com/Codelessly/ResponsiveFramework/issues) [![GitHub top language](https://img.shields.io/github/languages/top/Codelessly/ResponsiveFramework.svg?style=flat-square)](https://github.com/Codelessly/ResponsiveFramework)
44

5+
> ### Write Once, Responsive Everywhere!
6+
57
Responsive Framework adapts your UI to different screen sizes automatically. Create your UI once and have it display correctly on mobile, tablet, and desktop!
8+
69
### The Problem
710
Supporting multiple display sizes often means recreating the same layout multiple times with the traditional _Bootstrap_ approach. This is time consuming, frustrating and repetitive work. Furthermore, getting your designs pixel perfect is near impossible and editing becomes a nightmare.
811
### The Solution

images/Responsive Cover.png

-55 Bytes
Loading

images/Responsive Logo.ai

Lines changed: 1043 additions & 947 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library responsive_wrapper;
1+
library responsive_framework;
22

33
import 'dart:ui';
44

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: responsive_wrapper
1+
name: responsive_framework
22
description: A new Flutter package project.
33
version: 0.0.1
44
author: Codelessly
55
homepage: https://codelessly.com
6-
repository: https://github.com/Codelessly/ResponsiveWrapper
7-
issue_tracker: https://github.com/Codelessly/ResponsiveWrapper/issues
8-
documentation: https://github.com/Codelessly/ResponsiveWrapper
6+
repository: https://github.com/Codelessly/ResponsiveFramework
7+
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
8+
documentation: https://github.com/Codelessly/ResponsiveFramework
99

1010
environment:
1111
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)