Skip to content

One tap away space 🚀 to display all your thoughts for every idea 💡

Notifications You must be signed in to change notification settings

raajeshmani/Shareasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shareasy

One tap away space to display all your thoughts for every idea

Features

  • QR Code scan your ideas
  • One tap to copy
  • One tap to paste
  • Supports pagination
  • Smooth scroll
  • Hash store - To store all the hashes to your unique ideas

Shareasy in GiFs


Custom changes made to Flutter src

Changes made to bottom_sheet.dart in Original Flutter Package for text_input_sheet to coerce with keyboard input

BoxConstraints getConstraintsForChild(BoxConstraints constraints) {
return BoxConstraints(
  minWidth: constraints.maxWidth,
  maxWidth: constraints.maxWidth,
  minHeight: 0.0,
  // maxHeight: isScrollControlled
  //   ? constraints.maxHeight
  //   : constraints.maxHeight * 9.0 / 16.0,
  maxHeight: constraints.maxHeight,
);

}

About

One tap away space 🚀 to display all your thoughts for every idea 💡

Topics

Resources

Stars

Watchers

Forks