GithubHelp home page GithubHelp logo

responsive_package's Introduction

Screener

Features of Screener

Features

Flutter provides new opportunities to build apps that can run on mobile, desktop, and the web from a single codebase. However, with these opportunities, come new challenges. You want your app to feel familiar to users, adapting to each platform by maximizing usability and ensuring a comfortable and seamless experience. That is, you need to build apps that are not just multiplatform, but are fully platform adaptive.

Getting started

To start using your screener package, you'll first need to publish it to pub.dev so that others can easily include it in their projects. Once your package is published, other developers can add it as a dependency in their pubspec.yaml file.

Usage

Add the Package Dependency: In the pubspec.yaml file of the Flutter project where they want to use your package, they should add a dependency to screener. For example:

dependencies:
  flutter:
    sdk: flutter
  screener: ^0.1.0 

Import the Package: In the Dart file where they want to use your SizeExtension, they should import the screener package:

import 'package:flutter_responsive/flutter_responsive.dart';

Use the Extension: They can now use the SizeExtension on any num type to get the responsive size or font size. For example:

double size = 100.size(context); // Get a responsive size
double fontSize = 20.fontSize(context); // Get a responsive font size

[0.1.0] - 2024-06-16

Added

  • In this Tablet side and Mobile side devided into 3 part small, medium, large and made adaptable according the size.

Additional information

Note: Make sure to replace ^0.1.0 with the correct version of your package.

responsive_package's People

Contributors

shabilfegno avatar

Watchers

MUHAMMED SHABIL BABU PP avatar

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.