arna 1.0.1 arna: ^1.0.1 copied to clipboard
Arna Framework - A unique set of widgets for building applications with Flutter.
Introduction #
Arna is a set of widgets designed to be simple and easy to use for building applications with Flutter. These widgets are designed to be clean, minimal, and modern. Arna is inspired by the GNOME project.
NOTE: Since this package is formatted with flutter format -l 120
therefore the pub score of this package is 120.
You can check the web version here.
Getting Started #
Add Arna as a dependency in your pubspec.yaml
dependencies:
arna: ^1.0.1
And import it
import 'package:arna/arna.dart';
Platform Support #
Platform | Supported |
---|---|
Android | ✅ |
iOS | ✅ |
Linux | ✅ |
MacOS | ✅ |
Web | ✅ |
Windows | ✅ |
Feature roadmap #
See ROADMAP.
Widgets #
Arna | Material | Cupertino |
---|---|---|
ArnaApp | MaterialApp | CupertinoApp |
ArnaLogo | FlutterLogo | - |
ArnaAvatar | CircleAvatar | - |
ArnaBanner | MaterialBanner | - |
ArnaBaseWidget | InkWell | - |
ArnaBottomBar | NavigationBar | CupertinoTabBar |
ArnaBottomBarItem | NavigationDestination | - |
ArnaDivider | Divider | - |
ArnaDrawer | Drawer | - |
ArnaHeaderBar | AppBar | CupertinoNavigationBar |
ArnaLicensePage | LicensePage | - |
ArnaMasterDetailScaffold | - | - |
ArnaMasterItem | - | - |
ArnaPage | MaterialPage | CupertinoPage |
ArnaProgressIndicator | ProgressIndicator | CupertinoActivityIndicator |
ArnaPageRoute | MaterialPageRoute | CupertinoPageRoute |
ArnaScaffold | Scaffold | CupertinoPageScaffold |
ArnaScrollbar | Scrollbar | CupertinoScrollbar |
ArnaSearchField | SearchPage | CupertinoSearchTextField |
ArnaSideBarItem | - | - |
ArnaSideScaffold | - | - |
ArnaSnackBar | SnackBar | - |
ArnaTextSelectionControls | MaterialTextSelectionControls | CupertinoDesktopTextSelectionControls |
ArnaTooltip | Tooltip | - |
ArnaBackButton | BackButton | - |
ArnaBorderlessButton | - | - |
ArnaButton | ElevatedButton | CupertinoButton |
ArnaCloseButton | CloseButton | - |
ArnaColorButton | - | - |
ArnaIconButton | IconButton | - |
ArnaLinkedButtons | - | - |
ArnaTextButton | TextButton | - |
ArnaBadge | - | - |
ArnaCard | Card | - |
ArnaExpansionPanel | ExpansionPanel | - |
ArnaList | - | - |
ArnaListTile | ListTile | - |
ArnaReorderableList | ReorderableListView | - |
ArnaDialog | Dialog | CupertinoAlertDialog |
ArnaPopupDialog | - | - |
ArnaAutocomplete | Autocomplete | - |
ArnaCheckbox | Checkbox | - |
ArnaCheckboxListTile | CheckboxListTile | - |
ArnaPopupMenu | PopupMenu | CupertinoContextMenu |
ArnaRadio | Radio | - |
ArnaRadioListTile | RadioListTile | - |
ArnaSegmentedControl | Tab | CupertinoSegmentedControl |
ArnaSlider | Slider | CupertinoSlider |
ArnaSliderListTile | - | - |
ArnaSwitch | Switch | CupertinoSwitch |
ArnaSwitchListTile | SwitchListTile | - |
ArnaTextField | TextField | CupertinoTextField |
ArnaTextFormField | TextFormField | CupertinoTextFormFieldRow |
ArnaDatePicker | DatePicker | CupertinoDatePicker |
Contributing #
Arna is in active development. Any contribution, idea, criticism or feedback is welcomed.
- If you know Flutter and Dart, we would love you to help us grow Arna more.
- If you are a designer, we would love to see more mockups for Arna.
- You can always file feature requests and bugs at the issue tracker.
License #
Arna is BSD 3-Clause licensed.
Special thanks #
- flutter for flutter.
- bdlukaa for fluent_ui.
- GroovinChip for macos_ui.
- gtk-flutter for libadwaita.
- ubuntu for yaru_widgets.dart and yaru.dart.
- tvolkert for chicago.
- rsms for inter.
- WangYng for better_cupertino_slider.
- MingSern for flutter_bounceable.