big_tip 0.1.0 big_tip: ^0.1.0 copied to clipboard
Display tips to your users using a custom icon and some text down below
Big Tip #
Display tips to your users using a custom icon and some text down below.
This package aims to provide you a simple way to communicate information to the user, using a simple icon and a text message. You can also customize color, size and text style.
Example #
If you want to take a deeper look at the example, take a look at the example folder provided with the project.
BigTip(
icon: Icons.cake,
message: 'The cake is a lie',
messageStyle: TextStyle(
fontSize: 27,
fontStyle: FontStyle.italic,
),
),
Getting Started #
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Built with #
- Flutter - Beautiful native apps in record time.
- Android Studio - Tools for building apps on every type of Android device.
- Visual Studio Code - Code editing. Redefined.
Authors #
License #
This project is licensed under the GNU GPL v3 License - see the LICENSE.md file for details.