https://github.com/pmatatias/logo-n-spinner
Loader widget with logo and spinning arc on flutter
https://github.com/pmatatias/logo-n-spinner
dart flutter loader
Last synced: 2 months ago
JSON representation
Loader widget with logo and spinning arc on flutter
- Host: GitHub
- URL: https://github.com/pmatatias/logo-n-spinner
- Owner: pmatatias
- License: mit
- Created: 2022-08-29T08:43:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T14:07:03.000Z (about 1 year ago)
- Last Synced: 2025-02-01T02:29:50.989Z (4 months ago)
- Topics: dart, flutter, loader
- Language: Dart
- Homepage: https://pub.dev/packages/logo_n_spinner
- Size: 2.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logo and Spinner
Flutter loader widget with logo and spinning arc. Use your image assets to create loader animation with the image logo and spinner arround it. Simple to use.
## Features
- Custom brand logo or image from assets
- Clockwise and counterclockwise spinning
- Set speed spinning arc## Usage
```dart
import 'package:logo_n_spinner/logo_n_spinner.dart';
...
LogoandSpinner(
imageAssets: 'assets/potatoo.png',
reverse: true,
arcColor: Colors.blue,
spinSpeed: Duration(milliseconds: 500),
),
...
```## Preview
## ToDo
- Widget and loader
- Customize number of arc
- Image Network, not only from asstes
- New Animation## Additional information
- To contrib to this project, you can open a PR or an issue.
- Want to thank me? you can buy me a coffee